summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;