diff options
-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; |