diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-10 21:53:52 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-10 21:53:52 +0000 |
commit | 1446959e2632b8e24ef14eee7a91a7965ad7246b (patch) | |
tree | 4993ce5a67648b805b6a3cfc3cb3935159f0212b | |
parent | a532aec4ebe68b712a74ba9bad0839b90d4ef7a9 (diff) |
Prepare 2.0beta6echolot-2.0beta6
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | pingd | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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. @@ -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; |