summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-23 02:13:45 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-23 02:13:45 +0000
commitf40fd01c09774cfc23410fa5bc899f54c247bb22 (patch)
tree0e374bc23a0fd7fa6d4bec83e16918e4c321fe9a
parent7ddbf1e9ee3e1618ad67c568536c1a9f59e167b0 (diff)
Prepare 2.0beta18echolot-2.0beta18
-rw-r--r--NEWS4
-rwxr-xr-xpingd4
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 1a674ea..19f8d90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
-Changes in version
+Changes in version 2.0beta18 - 2002-07-23
* Allow for inclusion of broken chain reports and same operator/machine
lists in stats pages. Broken chain reports are not generated
automatically; this is planned for a later release. For now you need
to supply this information in the files broken1.txt, broken2.txt, and
sameop.txt.
-Changes in version 2.0beta17 - 2002-07-22
+Changes in version 2.0beta17 - 2002-07-22
* You no longer need an extra Mixmaster installation for your pinger.
Echolot can make use of any Mixmaster binary you alread have
installed.
diff --git a/pingd b/pingd
index d9284dc..88c0143 100755
--- a/pingd
+++ b/pingd
@@ -3,7 +3,7 @@
$| = 1;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.48 2002/07/22 02:20:31 weasel Exp $
+# $Id: pingd,v 1.49 2002/07/23 02:13:45 weasel Exp $
#
=pod
@@ -251,7 +251,7 @@ use Echolot::Thesaurus;
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
-my $VERSION = '2.0beta17';
+my $VERSION = '2.0beta18';
my $redirected_stdio = 0;