From 6b513cf813a4e0823ef1d8cc6e4079ad3b7b4d75 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 17 Sep 2002 04:18:18 +0000 Subject: Prepare 2.0 --- NEWS | 4 ++++ debian/changelog | 7 +++++++ pingd | 4 ++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index db786a0..4b98fea 100644 --- a/NEWS +++ b/NEWS @@ -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 Tue, 17 Sep 2002 06:17:43 +0200 + echolot (000.2.0rc3-1) unstable; urgency=low * New upstream version. diff --git a/pingd b/pingd index 981bb29..a9ae7c2 100755 --- a/pingd +++ b/pingd @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader -# $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; -- cgit v1.2.3