Skip to content

Commit

Permalink
Preparing the release of v3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wimpunk committed Jan 8, 2020
1 parent 557f822 commit 89c2230
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
18 changes: 12 additions & 6 deletions 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.
2 changes: 1 addition & 1 deletion ddclient
Expand Up @@ -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;
Expand Down

0 comments on commit 89c2230

Please sign in to comment.