diff --git a/README.md b/README.md index d162251..95c1f32 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ =============================================================================== -# DDCLIENT v3.9.0 +# DDCLIENT v3.9.1 ddclient is a Perl client used to update dynamic DNS entries for accounts on many dynamic DNS services. diff --git a/RELEASENOTE b/RELEASENOTE index 560d4e2..c381dab 100644 --- a/RELEASENOTE +++ b/RELEASENOTE @@ -1,12 +1,18 @@ Yet again it's been a while but here is new release of ddclient. As usual, 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 git log but here's a quick overview: - * support ipv6 for cloudfare - * added suppport for freemyip - * adding configurable TTL to Cloudflare - * added support for woima.fi dyndns service - * added support for google domain + * added support for Yandex.Mail for Domain DNS service + * added support for NearlyFreeSpeech.net + * added support for DNS Made Easy + * added systemd instructions + * added support for dondominio.com + * updated perl instruction + * updated fritzbox instructions + * fixed multidomain support for namecheap + * fixed support for Yandex 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. +And a very special thank you for @DaveSophoServices who started to help with +the maintenance of ddclient. diff --git a/ddclient b/ddclient index de186ef..8a1bacc 100755 --- a/ddclient +++ b/ddclient @@ -26,7 +26,7 @@ use Sys::Hostname; use IO::Socket; use Data::Validate::IP; -my $version = "3.9.0"; +my $version = "3.9.1"; my $programd = $0; $programd =~ s%^.*/%%; my $program = $programd;