summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-10 21:53:52 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-10 21:53:52 +0000
commit1446959e2632b8e24ef14eee7a91a7965ad7246b (patch)
tree4993ce5a67648b805b6a3cfc3cb3935159f0212b
parenta532aec4ebe68b712a74ba9bad0839b90d4ef7a9 (diff)
Prepare 2.0beta6echolot-2.0beta6
-rw-r--r--NEWS2
-rwxr-xr-xpingd4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 4f4d3ba..91587df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in version
+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 25fffd9..d89cfa3 100755
--- a/pingd
+++ b/pingd
@@ -3,7 +3,7 @@
$| = 1;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.29 2002/07/10 17:59:56 weasel Exp $
+# $Id: pingd,v 1.30 2002/07/10 21:53:52 weasel Exp $
#
=pod
@@ -232,7 +232,7 @@ $ENV{'PATH'} = '/bin:/usr/bin';
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
-my $VERSION = '2.0beta5';
+my $VERSION = '2.0beta6';
my $redirected_stdio = 0;