diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | pingd | 4 |
3 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Changes in version 2.0rc1 - 2002-09-05 + * new version number. + * Random spelling fixes. + Changes in version 2.0beta34 - 2002-09-04 * Make ping/request time more random. * Encrypt pings (symmetrically), so that dup detection of some diff --git a/debian/changelog b/debian/changelog index abcc48d..46343cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +echolot (000.2.0rc1-1) unstable; urgency=low + + * New version number. + + -- Peter Palfrader <weasel@debian.org> Thu, 5 Sep 2002 16:51:42 +0200 + echolot (000.2.0beta34-1) unstable; urgency=low * New upstream version @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: pingd,v 1.71 2002/09/04 11:22:45 weasel Exp $ +# $Id: pingd,v 1.72 2002/09/05 15:12:42 weasel Exp $ # =pod @@ -287,7 +287,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0beta34'; +my $VERSION = '2.0rc1'; my $redirected_stdio = 0; |