summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-11-02 06:05:11 +0000
committerPeter Palfrader <peter@palfrader.org>2003-11-02 06:05:11 +0000
commitd30f9dc0b7ff31ace5086df274718900a31642f1 (patch)
treedb62af3ed61832bbbf8c9e93a131e7bc99b6f419
parent44bd5970e133d285dbeea12653b74f273f315533 (diff)
Prepare 2.1.1echolot-2.1.1
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rwxr-xr-xpingd4
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 <weasel@debian.org> 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 <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;