diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rwxr-xr-x | pingd | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 380179a..6c0fa0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -echolot (2.0.5-3notyet) unstable; urgency=low +echolot (2.0.6-1) unstable; urgency=low + * New upstream version. * Fixed init.d script: s,devnull,dev/null, - -- Peter Palfrader <weasel@debian.org> Thu, 5 Dec 2002 10:21:29 +0100 + -- Peter Palfrader <weasel@debian.org> Wed, 18 Dec 2002 18:36:05 +0100 echolot (2.0.5-2) unstable; urgency=low @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: pingd,v 1.83 2002/12/13 06:44:21 weasel Exp $ +# $Id: pingd,v 1.84 2002/12/18 17:36:28 weasel Exp $ # =pod @@ -294,7 +294,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0.5'; +my $VERSION = '2.0.6'; my $redirected_stdio = 0; |