diff options
-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; |