diff options
-rw-r--r-- | NEWS | 9 | ||||
-rwxr-xr-x | pingd | 4 |
2 files changed, 7 insertions, 6 deletions
@@ -1,13 +1,14 @@ -Changes in version +Changes in version 2.0beta9 - 2002-07-11 * Don't reset PATH to /usr/bin:/bin any more + * Use confess or cluck instead of croak in some places. -Changes in version 2.0beta8 - 2002-07-10 +Changes in version 2.0beta8 - 2002-07-10 * Fix public clist. -Changes in version 2.0beta7 - 2002-07-10 +Changes in version 2.0beta7 - 2002-07-10 * fixed a stupid syntax bug. -Changes in version 2.0beta6 - 2002-07-10 +Changes in version 2.0beta6 - 2002-07-10 * Did away with Mail::Internet. Using local sendmail binary only. This also means the smarthost config option is obsolete and there is a sendmail config option now. @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: pingd,v 1.34 2002/07/11 17:45:59 weasel Exp $ +# $Id: pingd,v 1.35 2002/07/11 21:44:09 weasel Exp $ # =pod @@ -231,7 +231,7 @@ use Echolot::Thesaurus; delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0beta8'; +my $VERSION = '2.0beta9'; my $redirected_stdio = 0; |