summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;