summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-11 21:44:09 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-11 21:44:09 +0000
commit6f2b76cd30a5b9895ef6283f4d617b46a4feb872 (patch)
tree1f50e558a43aae7cac251d159d6518c9be3259a1
parent4842bac893d6762bd75628f45ba9669c73493312 (diff)
Prepare 2.0beta9echolot-2.0beta9
-rw-r--r--NEWS9
-rwxr-xr-xpingd4
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 <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;