summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-17 19:16:06 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-17 19:16:06 +0000
commit59592be3d06474e87fa3d93a110bf379e285d878 (patch)
tree2707e2b6a92f3b3f7f481e8a57c27861d1775bd3
parentc95e2ee929ea82d65dc6aa0c92427c82f322edea (diff)
Prepare 2.0beta16echolot-2.0beta16
-rw-r--r--NEWS2
-rwxr-xr-xpingd4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 91dab54..8028ec5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in version
+Changes in version 2.0beta16 - 2002-07-17
* Do not send all pings for the same remailer at the same time
* The cheap hashing function that was used for determining when to ping
was replaced by md5. The local secret also is an input to the
diff --git a/pingd b/pingd
index 63612c4..a027c3f 100755
--- a/pingd
+++ b/pingd
@@ -3,7 +3,7 @@
$| = 1;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.45 2002/07/17 17:53:44 weasel Exp $
+# $Id: pingd,v 1.46 2002/07/17 19:16:06 weasel Exp $
#
=pod
@@ -251,7 +251,7 @@ use Echolot::Thesaurus;
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
-my $VERSION = '2.0beta15';
+my $VERSION = '2.0beta16';
my $redirected_stdio = 0;