diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-23 02:13:45 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-23 02:13:45 +0000 |
commit | f40fd01c09774cfc23410fa5bc899f54c247bb22 (patch) | |
tree | 0e374bc23a0fd7fa6d4bec83e16918e4c321fe9a | |
parent | 7ddbf1e9ee3e1618ad67c568536c1a9f59e167b0 (diff) |
Prepare 2.0beta18echolot-2.0beta18
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | pingd | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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. @@ -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; |