summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-11-04 04:16:49 +0000
committerPeter Palfrader <peter@palfrader.org>2003-11-04 04:16:49 +0000
commite4b3ac4c567998ab9d3fb323d46570ee6fcae281 (patch)
tree3697b714137f9bc905a13fc104863faf6dbbdb89
parent8e107a6a178c2cf1b3a01ca5cf5b5e6916fc1ca8 (diff)
Prepare 2.1.2echolot-2.1.2
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rwxr-xr-xpingd4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f869363..d5c2736 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/pingd b/pingd
index 895e647..4f44d1c 100755
--- a/pingd
+++ b/pingd
@@ -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;