Committing release notes and readme information to trunk

git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@158 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
wimpunk 2013-12-26 09:42:01 +00:00
parent aed1e51328
commit ffc7eade7f
2 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
===============================================================================
# DDCLIENT v3.8.1
# DDCLIENT v3.8.2
ddclient is a Perl client used to update dynamic DNS entries for accounts
on many dynamic DNS services.

View file

@ -1,11 +1,11 @@
It's been a while but here is new release of ddclient. There are some important
changes and some documentation is modified. A detailed overview can be found
in ChangeLog but here's a quick overview:
It's been a while and has been announced a while agobut here is new release of
ddclient. There are some important changes and some documentation is modified.
A detailed overview can be found in ChangeLog but here's a quick overview:
* Added ddclient-noip.patch send by Kurt Bussche.
* Added and applied default timeout patch from
https://bugs.launchpad.net/ubuntu/+source/ddclient/+bug/116066
* Sending mail when killed, not after TERM-signal
* Added support for multiple IP adresses.
* adding support by ChangeIP - patch send by Michele Giorato
* sha-1 patch send by pirast to allow Digest::SHA
* allow reuse of use - patch send by Rodrigo Araujo
* preventing deep sleep - see [bugs:#46]
* Fallback to iproute if ifconfig doesn't work send by Maccied Grela