summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-11 23:41:45 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-11 23:41:45 +0000
commit170c777b835079365c95b514989b4e1848236426 (patch)
tree5381ddf2938437b97bfbde044437e457daa05605
parent062e5f8b1f714a6a59d8dfc4930e3778fcba575f (diff)
Prepare 2.0beta10echolot-2.0beta10
-rw-r--r--NEWS4
-rwxr-xr-xpingd4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0043601..b2f98d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in version 2.0beta10 - 2002-07-11
+ * Don't reset PATH to /usr/bin:/bin any more (Yes, again)
+ * Documentation updates
+
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.
diff --git a/pingd b/pingd
index be4053d..fc93918 100755
--- a/pingd
+++ b/pingd
@@ -3,7 +3,7 @@
$| = 1;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.35 2002/07/11 21:44:09 weasel Exp $
+# $Id: pingd,v 1.36 2002/07/11 23:41:45 weasel Exp $
#
=pod
@@ -231,7 +231,7 @@ use Echolot::Thesaurus;
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
-my $VERSION = '2.0beta9';
+my $VERSION = '2.0beta10';
my $redirected_stdio = 0;