Preparing the release of v3.9.1

This commit is contained in:
wimpunk 2020-01-08 10:56:03 +01:00
parent 557f822749
commit 89c2230ada
3 changed files with 14 additions and 8 deletions

View file

@ -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 ddclient is a Perl client used to update dynamic DNS entries for accounts
on many dynamic DNS services. on many dynamic DNS services.

View file

@ -1,12 +1,18 @@
Yet again it's been a while but here is new release of ddclient. As usual, 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. 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 support for Yandex.Mail for Domain DNS service
* added suppport for freemyip * added support for NearlyFreeSpeech.net
* adding configurable TTL to Cloudflare * added support for DNS Made Easy
* added support for woima.fi dyndns service * added systemd instructions
* added support for google domain * 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 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. 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.

View file

@ -26,7 +26,7 @@ use Sys::Hostname;
use IO::Socket; use IO::Socket;
use Data::Validate::IP; use Data::Validate::IP;
my $version = "3.9.0"; my $version = "3.9.1";
my $programd = $0; my $programd = $0;
$programd =~ s%^.*/%%; $programd =~ s%^.*/%%;
my $program = $programd; my $program = $programd;