diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | pingd | 4 |
3 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Changes in version +Changes in version 2.0.10 - 2003-02-03 * Return undef rather than 0 if we cannot open a Maildir. * Add missing use of Carp to Echolot::Storage::File.pm. diff --git a/debian/changelog b/debian/changelog index 6ca9d69..e8339c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +echolot (2.0.10-1) unstable; urgency=low + + * New upstream version. + + -- Peter Palfrader <weasel@debian.org> Mon, 3 Feb 2003 21:11:42 +0100 + echolot (2.0.9-1) unstable; urgency=medium * New upstream version. @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: pingd,v 1.92 2003/01/14 07:41:36 weasel Exp $ +# $Id: pingd,v 1.93 2003/02/03 20:12:24 weasel Exp $ # =pod @@ -295,7 +295,7 @@ use POSIX qw(setsid); delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0.9'; +my $VERSION = '2.0.10'; my $redirected_stdio = 0; |