diff --git a/svn/Changelog b/svn/Changelog index 017b7df..5d511f4 100644 --- a/svn/Changelog +++ b/svn/Changelog @@ -1,6 +1,44 @@ Changelog -3.7.2 +3.7.2 wimpunk + * Releasing 3.7.2 + +2007-02-21 wimpunk + + * [r43] Changelog, ddclient: Preventing unitialized values, check + https://sourceforge.net/forum/message.php?msg_id=4167772 + +2007-02-26 wimpunk + + * [r44] TODO: added a TODO list + +2007-05-19 wimpunk + + * [r46] ddclient: Removed the two empty lines at the end of + ddclient + * [r47] ddclient: Applied checked_ssl_load.diff from ubuntu + * [r48] ddclient: Cosmetic change about checkip + +2007-05-28 wimpunk + + * [r52] ddclient: Changed nic_namecheap_update following the + suggestion of edmdude on the forum + (https://sourceforge.net/forum/message.php?msg_id=4316938) + +2007-06-05 wimpunk + + * [r53] ddclient: Applied easydns.patch, patch 117054 + +2007-06-12 wimpunk + + * [r54] ddclient: 3com-oc-remote812 patch by The_Beast via IRC: see + patches/3com-oc-remote812.patch + +2007-06-14 wimpunk + + * [r55] patches, patches/3com-oc-remote812.patch, + patches/easydns.patch, patches/eurodns.patch: Patches directory + added 3.7.1 * URL of zoneedit has changed (see bug #1558483) diff --git a/svn/ddclient b/svn/ddclient index dec567c..f89a458 100755 --- a/svn/ddclient +++ b/svn/ddclient @@ -14,7 +14,7 @@ use Getopt::Long; use Sys::Hostname; use IO::Socket; -my $version = "3.7.1"; +my $version = "3.7.2"; my $programd = $0; $programd =~ s%^.*/%%; my $program = $programd;