diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | pingd | 4 |
3 files changed, 11 insertions, 3 deletions
@@ -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 <weasel@debian.org> Wed, 16 Oct 2002 10:25:41 +0200 + echolot (2.0.3-3) unstable; urgency=low * Remove Suggests: procmail. @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $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; |