summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rwxr-xr-xpingd4
3 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 325f313..db786a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in version 2.0rc3
+Changes in version 2.0rc3 - 2002-09-12
* Write SENDMAIL to mix.cfg
* Add sendpings command.
* Only decrease a remailer's ttl during requesting -conf if
diff --git a/debian/changelog b/debian/changelog
index a901c6d..c3a172e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+echolot (000.2.0rc3-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Peter Palfrader <weasel@debian.org> Fri, 13 Sep 2002 01:16:21 +0200
+
echolot (000.2.0rc2-1) unstable; urgency=low
* New upstream version.
diff --git a/pingd b/pingd
index c12af0c..2240f48 100755
--- a/pingd
+++ b/pingd
@@ -3,7 +3,7 @@
$| = 1;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.74 2002/09/11 03:10:27 weasel Exp $
+# $Id: pingd,v 1.75 2002/09/12 23:17:47 weasel Exp $
#
=pod
@@ -294,7 +294,7 @@ use POSIX qw(setsid);
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
-my $VERSION = '2.0rc2';
+my $VERSION = '2.0rc3';
my $redirected_stdio = 0;