From ab769e4e8e9fb8d6fec70dbd9704819988b70de6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 10 Jul 2002 17:59:56 +0000 Subject: Prepare 2.0beta5 --- NEWS | 10 +++++----- TODO | 3 +-- pingd | 4 ++-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index f6a006a..b3fa378 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes in +Changes in version 2.0beta5 - 2002-07-10 * Thesaurus filenames changed from nn-foo to nn.foo. Use the change-thesaurus-filenames script in the tools directory to convert your current thesaurus if you wish @@ -7,17 +7,17 @@ Changes in supported now. Enable seperate_rlists in pingd.conf. * Have a combined list. Enable with combined_list in pingd.conf. -Changes in version 2.0 beta4 - 2002-07-10 +Changes in version 2.0beta4 - 2002-07-10 * Minor documentation fixes * Added --process switch * Die if metadata or conf data cannot be parsed * Build manpage into extra file -Changes in version 2.0 beta3 - 2002-07-10 +Changes in version 2.0beta3 - 2002-07-10 * Fixed a small bug with writing the metadata so that it could not be parsed again -Changes in version 2.0 beta2 - 2002-07-10 +Changes in version 2.0beta2 - 2002-07-10 * Moved from XML to Data::Dumper Use convert-xml-to-datadumper in the tools directory to convert your setup: @@ -28,5 +28,5 @@ Changes in version 2.0 beta2 - 2002-07-10 convert-xml-to-datadumper METADATA < data/metadata.old > data/metadata pingd start -Changes in version 2.0 beta1 - 2002-07-07 +Changes in version 2.0beta1 - 2002-07-07 * Initial public beta test diff --git a/TODO b/TODO index b2b447b..6d1de1a 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,8 @@ -$Id: TODO,v 1.25 2002/07/10 16:03:18 weasel Exp $ +$Id: TODO,v 1.26 2002/07/10 17:59:56 weasel Exp $ for 2.0: for later: - make seperate list for rsa, dsa and plaintext pings document configuration options list broken chains ping nymservers diff --git a/pingd b/pingd index 2d83569..25fffd9 100755 --- a/pingd +++ b/pingd @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader -# $Id: pingd,v 1.28 2002/07/10 17:16:45 weasel Exp $ +# $Id: pingd,v 1.29 2002/07/10 17:59:56 weasel Exp $ # =pod @@ -232,7 +232,7 @@ $ENV{'PATH'} = '/bin:/usr/bin'; delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0beta4'; +my $VERSION = '2.0beta5'; my $redirected_stdio = 0; -- cgit v1.2.3