From bf9af3446896d1f1d8bd0c5afd2317d29f87b17d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 11 Oct 2002 23:10:49 +0000 Subject: Prepare 2.0.3 --- NEWS | 4 ++-- debian/changelog | 5 +++-- pingd | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index e7dd74b..af30d1b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ -Changes in version +Changes in version 2.0.3 - 2002-10-12 * Set program name according to current action. - * Fix a typo that showed up in perl 5.0005_02 (had a , instead or a . + * Fix a typo that showed up in perl 5.0005_02 (had a , instead of a . in an open() when reading mboxen as input). Changes in version 2.0.2 - 2002-09-21 diff --git a/debian/changelog b/debian/changelog index 3f0084e..964d0c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -echolot (2.0.2-2) unstable; urgency=low +echolot (2.0.3-1) unstable; urgency=low * Changed Section from contrib/mail to (main/)mail as mimxaster is in main now. + * New upstream version. - -- Peter Palfrader Fri, 11 Oct 2002 12:15:52 +0200 + -- Peter Palfrader Sat, 12 Oct 2002 01:10:18 +0200 echolot (2.0.2-1) unstable; urgency=low diff --git a/pingd b/pingd index 20acc99..bfd02f5 100755 --- a/pingd +++ b/pingd @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader -# $Id: pingd,v 1.79 2002/09/21 03:24:41 weasel Exp $ +# $Id: pingd,v 1.80 2002/10/11 23:10:49 weasel Exp $ # =pod @@ -294,7 +294,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0.2'; +my $VERSION = '2.0.3'; my $redirected_stdio = 0; -- cgit v1.2.3