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 +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 rather can using open("| ...") which ivokes a shell. diff --git a/debian/changelog b/debian/changelog index 02fe71d..194aab4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +echolot (2.1.1-1) unstable; urgency=low + + * New upstream version. + + -- Peter Palfrader <weasel@debian.org> Sun, 2 Nov 2003 07:03:43 +0100 + echolot (2.1-2) unstable; urgency=low * debconf internationialization. @@ -3,7 +3,7 @@ $| = 1; # (c) 2002, 2003 Peter Palfrader <peter@palfrader.org> -# $Id: pingd,v 1.110 2003/11/02 05:59:26 weasel Exp $ +# $Id: pingd,v 1.111 2003/11/02 06:02:48 weasel Exp $ # =pod @@ -318,7 +318,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.1.1rc2'; +my $VERSION = '2.1.1'; my $redirected_stdio = 0; |