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 patches
release release
.cvsignore .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 Sys::Hostname;
use IO::Socket; use IO::Socket;
my $version = "3.7.3"; my $version = "3.8.0";
my $programd = $0; my $programd = $0;
$programd =~ s%^.*/%%; $programd =~ s%^.*/%%;
my $program = $programd; my $program = $programd;

View file

@ -5,10 +5,13 @@ http://ddclient.wiki.sourceforge.net/HowtoRelease
Releasing files Releasing files
* tagging current version: see svn book * 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 * 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 * bz2 en gz file aanmaken
* ftp naar sf.net * rsync -av ddclient-3.8.0.* wimpunk@frs.sf.net:uploads
* aanmaken release: * aanmaken release:
Release Notes 3.6.5 2004-11-24 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 * mail naar ddclient-support
* news updaten * news updaten
* freshmeat updaten * freshmeat updaten
* website bijtimmeren: versie nummer aanpassen * website bijtimmeren: versie nummer aanpassen
(niet gevonden waar dat nu staat in de wiki)
* [https://www.dyndns.com/developers/listings/3 dyndns update] * [https://www.dyndns.com/developers/listings/3 dyndns update]
(geen mogelijkheid gevonden om die te updaten)
website website