From d30f9dc0b7ff31ace5086df274718900a31642f1 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 2 Nov 2003 06:05:11 +0000 Subject: Prepare 2.1.1 --- NEWS | 2 +- debian/changelog | 6 ++++++ pingd | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 73595e2..f869363 100644 --- a/NEWS +++ b/NEWS @@ -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 Sun, 2 Nov 2003 07:03:43 +0100 + echolot (2.1-2) unstable; urgency=low * debconf internationialization. diff --git a/pingd b/pingd index dea1d2a..895e647 100755 --- a/pingd +++ b/pingd @@ -3,7 +3,7 @@ $| = 1; # (c) 2002, 2003 Peter Palfrader -# $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; -- cgit v1.2.3