diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-10 17:59:56 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-10 17:59:56 +0000 |
commit | ab769e4e8e9fb8d6fec70dbd9704819988b70de6 (patch) | |
tree | cb06938ee5e008db5cc2d505e716e7331eab350e | |
parent | 41724fc58f2ade49e77878d601ec52682859ec14 (diff) |
Prepare 2.0beta5echolot-2.0beta5
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | TODO | 3 | ||||
-rwxr-xr-x | pingd | 4 |
3 files changed, 8 insertions, 9 deletions
@@ -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 @@ -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 @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $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; |