Modified during the release of ddclient-3.8.0

git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@108 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
wimpunk 2009-01-27 20:17:52 +00:00
parent 7a437f9fdb
commit 428ff2e223
4 changed files with 20 additions and 4 deletions

View file

@ -2,3 +2,4 @@
patches
release
.cvsignore
UPGRADE

View file

@ -0,0 +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:
* 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.

View file

@ -20,7 +20,7 @@ use Getopt::Long;
use Sys::Hostname;
use IO::Socket;
my $version = "3.7.3";
my $version = "3.8.0";
my $programd = $0;
$programd =~ s%^.*/%%;
my $program = $programd;

View file

@ -5,10 +5,13 @@ http://ddclient.wiki.sourceforge.net/HowtoRelease
Releasing files
* tagging current version: see svn book
* update RELEASE NOTES
* update ChangeLog
* update version number
* svn copy https://ddclient.svn.sourceforge.net/svnroot/ddclient/trunk https://ddclient.svn.sourceforge.net/svnroot/ddclient/tags/release-3.7.2
* version nr aanpassen
( on the last release it has been done by just copying the local dir )
* bz2 en gz file aanmaken
* ftp naar sf.net
* rsync -av ddclient-3.8.0.* wimpunk@frs.sf.net:uploads
* aanmaken release:
Release Notes 3.6.5 2004-11-24
@ -18,10 +21,11 @@ ddclient-3.6.5.tar.gz 35726 0 Any .gz
* mail naar ddclient-support
* news updaten
* freshmeat updaten
* website bijtimmeren: versie nummer aanpassen
(niet gevonden waar dat nu staat in de wiki)
* [https://www.dyndns.com/developers/listings/3 dyndns update]
(geen mogelijkheid gevonden om die te updaten)
website