Changed version number
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@57 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
027bd8df29
commit
ee766fccc2
2 changed files with 40 additions and 2 deletions
|
@ -1,6 +1,44 @@
|
||||||
Changelog
|
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
|
3.7.1
|
||||||
* URL of zoneedit has changed (see bug #1558483)
|
* URL of zoneedit has changed (see bug #1558483)
|
||||||
|
|
|
@ -14,7 +14,7 @@ use Getopt::Long;
|
||||||
use Sys::Hostname;
|
use Sys::Hostname;
|
||||||
use IO::Socket;
|
use IO::Socket;
|
||||||
|
|
||||||
my $version = "3.7.1";
|
my $version = "3.7.2";
|
||||||
my $programd = $0;
|
my $programd = $0;
|
||||||
$programd =~ s%^.*/%%;
|
$programd =~ s%^.*/%%;
|
||||||
my $program = $programd;
|
my $program = $programd;
|
||||||
|
|
Loading…
Reference in a new issue