diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | pingd | 4 |
3 files changed, 9 insertions, 3 deletions
@@ -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. @@ -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; |