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.1.2 - 2003-11-04 + * Also ignore testing remailers in the thesaurus. + * Also ignore testing remailers in fromlines. + Changes in version 2.1.1 - 2003-11-02 * Fix 0/false in Fetch/Ping/Show in summary report. * fork() for calling mixmaster, so we can exec() it diff --git a/debian/changelog b/debian/changelog index 194aab4..ea950f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +echolot (2.1.1-2) unstable; urgency=low + + * New upstream version. + + -- Peter Palfrader <weasel@debian.org> Tue, 4 Nov 2003 05:16:07 +0100 + echolot (2.1.1-1) unstable; urgency=low * New upstream version. @@ -3,7 +3,7 @@ $| = 1; # (c) 2002, 2003 Peter Palfrader <peter@palfrader.org> -# $Id: pingd,v 1.111 2003/11/02 06:02:48 weasel Exp $ +# $Id: pingd,v 1.112 2003/11/04 04:16:48 weasel Exp $ # =pod @@ -318,7 +318,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.1.1'; +my $VERSION = '2.1.2'; my $redirected_stdio = 0; |