diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | pingd | 4 |
3 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Changes in version 2.0 - 2002-09-17 + * New version number, this is 2.0, really! + * Minor spelling fixes. + Changes in version 2.0rc3 - 2002-09-12 * Write SENDMAIL to mix.cfg * Add sendpings command. diff --git a/debian/changelog b/debian/changelog index c3a172e..4e7054d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +echolot (2.0-1) unstable; urgency=low + + * New upstream version: + This one's called 2.0. + + -- Peter Palfrader <weasel@debian.org> Tue, 17 Sep 2002 06:17:43 +0200 + echolot (000.2.0rc3-1) unstable; urgency=low * New upstream version. @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: pingd,v 1.76 2002/09/17 04:13:36 weasel Exp $ +# $Id: pingd,v 1.77 2002/09/17 04:18:18 weasel Exp $ # =pod @@ -294,7 +294,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0rc3'; +my $VERSION = '2.0'; my $redirected_stdio = 0; |