From 6f2b76cd30a5b9895ef6283f4d617b46a4feb872 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 11 Jul 2002 21:44:09 +0000 Subject: Prepare 2.0beta9 --- NEWS | 9 +++++---- pingd | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index a9e187f..0043601 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/pingd b/pingd index fcfa2d5..be4053d 100755 --- a/pingd +++ b/pingd @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader -# $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; -- cgit v1.2.3