From ffc7eade7fbd89db7bdef8936df25bf73fc2282e Mon Sep 17 00:00:00 2001 From: wimpunk Date: Thu, 26 Dec 2013 09:42:01 +0000 Subject: [PATCH] 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 --- README.md | 4 ++-- RELEASENOTE | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 04ca6ec..23a0a0b 100644 --- a/README.md +++ b/README.md @@ -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. @@ -20,7 +20,7 @@ Dynamic DNS services currently supported include: Loopia - See http://www.loopia.se for details Noip - See http://www.noip.com/ for details Freedns - See http://freedns.afraid.org/ for details - ChangeIP - See http://www.changeip.com/ for details + ChangeIP - See http://www.changeip.com/ for details dtdns - See http://www.dtdns.com/ for details DDclient now supports many of cable/dsl broadband routers. diff --git a/RELEASENOTE b/RELEASENOTE index a3c9424..680f5d4 100644 --- a/RELEASENOTE +++ b/RELEASENOTE @@ -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