Preparing for v3.8.3

git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@184 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
wimpunk 2015-05-28 19:59:34 +00:00
parent 3b1b6fa8f8
commit 83a5f70e4c
2 changed files with 10 additions and 9 deletions

View file

@ -1,11 +1,12 @@
It's been a while and has been announced a while ago but here is new release of Yet again it's been a while but here is new release of ddclient. As usual,
ddclient. There are some important changes and some documentation is modified. there are some important changes and some documentation is modified.
A detailed overview can be found in ChangeLog but here's a quick overview: A detailed overview can be found in ChangeLog but here's a quick overview:
* adding support by ChangeIP - patch send by Michele Giorato * added Alpine Linux init scritp - patch send by @Tal on github.
* sha-1 patch send by pirast to allow Digest::SHA * adding support for nsupdate - patch send by @droe on github
* allow reuse of use - patch send by Rodrigo Araujo * allow log username-password combinations - patch send by @dirdi on github
* preventing deep sleep - see [bugs:#46] * adding support for cloudflare - patch send by @roberthawdon on github
* Fallback to iproute if ifconfig doesn't work send by Maccied Grela * adding support for duckdns - patch send by @gkranis
A very big thank you for everyone who created a pull request on github and
for everyone who helped to fix the little issues caused by the new providers.

View file

@ -28,7 +28,7 @@ use IO::Socket;
# my ($VERSION) = q$Revision$ =~ /(\d+)/; # my ($VERSION) = q$Revision$ =~ /(\d+)/;
my $version = "3.8.2"; my $version = "3.8.3";
my $programd = $0; my $programd = $0;
$programd =~ s%^.*/%%; $programd =~ s%^.*/%%;
my $program = $programd; my $program = $programd;