summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-10-11 23:10:49 +0000
committerPeter Palfrader <peter@palfrader.org>2002-10-11 23:10:49 +0000
commitbf9af3446896d1f1d8bd0c5afd2317d29f87b17d (patch)
tree46b7daaf228f57f6557465365225dfb6e4fa73f0
parent05426240f826d60f6e08b9837a6389c2c6b0b687 (diff)
Prepare 2.0.3echolot-2.0.3
-rw-r--r--NEWS4
-rw-r--r--debian/changelog5
-rwxr-xr-xpingd4
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 <weasel@debian.org> Fri, 11 Oct 2002 12:15:52 +0200
+ -- Peter Palfrader <weasel@debian.org> 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 <peter@palfrader.org>
-# $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;