From 7ac4b23838d06327e8751fde9d37dcd6d616e21e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 14 Jan 2003 06:59:41 +0000 Subject: Prepare 2.0.9 --- NEWS | 2 +- pingd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f5e47ec..75579fd 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes in +Changes in version 2.0.9 - 2003-01-14 * Logging is finally cleaned up. There are two new config options: logfile and loglevel. Log::Dispatch is now required as well. * Automatically remove stale .pid files. diff --git a/pingd b/pingd index 530a811..0fd0797 100755 --- a/pingd +++ b/pingd @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader -# $Id: pingd,v 1.90 2003/01/14 06:51:58 weasel Exp $ +# $Id: pingd,v 1.91 2003/01/14 06:59:41 weasel Exp $ # =pod @@ -295,7 +295,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0.8'; +my $VERSION = '2.0.9'; my $redirected_stdio = 0; -- cgit v1.2.3