From 15a6579a61c2ea9f887a268412e8d4076d041095 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 16 Oct 2002 11:21:20 +0000 Subject: Prepare 2.0.4 --- NEWS | 2 +- debian/changelog | 8 ++++++++ pingd | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 8089e01..7583de1 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes in version +Changes in version 2.0.4 - 2002-10-16 * Fix pingd.conf(5) manpage a bit (indention levels). Changes in version 2.0.3 - 2002-10-12 diff --git a/debian/changelog b/debian/changelog index 9f541dd..9771e08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +echolot (2.0.4-1) unstable; urgency=low + + * New upstream version. + * Now that mixmaster got added to the main archive, finally upload + Echolot to Debian as well (closes: #164459). + + -- Peter Palfrader Wed, 16 Oct 2002 10:25:41 +0200 + echolot (2.0.3-3) unstable; urgency=low * Remove Suggests: procmail. diff --git a/pingd b/pingd index bfd02f5..b14d4f5 100755 --- a/pingd +++ b/pingd @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader -# $Id: pingd,v 1.80 2002/10/11 23:10:49 weasel Exp $ +# $Id: pingd,v 1.81 2002/10/16 11:21:20 weasel Exp $ # =pod @@ -294,7 +294,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0.3'; +my $VERSION = '2.0.4'; my $redirected_stdio = 0; -- cgit v1.2.3