summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-01-13 14:29:15 +0000
committerPeter Palfrader <peter@palfrader.org>2003-01-13 14:29:15 +0000
commite612f292dab8caad8f62cfef0ac40ae930d8efdf (patch)
tree52d4a7dcfdd20acc62660f109b369d2a83df5c67
parentf4963342cef2819cbd9efcd124bc5c43bd95fcb5 (diff)
Prepare 2.0.8echolot-2.0.8
-rw-r--r--NEWS4
-rw-r--r--debian/changelog8
-rwxr-xr-xpingd4
3 files changed, 12 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 9ba7b98..d58b652 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-Changes in version
+Changes in version 2.0.8 - 2003-01-13
* Work around a bug that let pingd die in certain random cases when
dealing with unuseable PGP keys (like expired keys).
Talk with Frank Tobin from GnuPG::Interface fame led to the diagnosis
that pingd gets a SIGPIPE since the GnuPG process already exited.
- * Removed a dupped line from v2legend.
+ * Removed a duplicate line from v2legend.
* Allow periods in hostname.
* Don't use GnuPG::Interface's recipients when encrypting any more as
it is broken with at least GnuPG 1.2.1.
diff --git a/debian/changelog b/debian/changelog
index 53d1bde..3d35d7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+echolot (2.0.8-1) unstable; urgency=medium
+
+ * New upstream version.
+ Fixes evil bug where pingd receives SIGPIPE because GnuPG already exited
+ because of unuseable keys.
+
+ -- Peter Palfrader <weasel@debian.org> Mon, 13 Jan 2003 15:25:27 +0100
+
echolot (2.0.7-1) unstable; urgency=low
* New upstream version.
diff --git a/pingd b/pingd
index 2cad795..4132d26 100755
--- a/pingd
+++ b/pingd
@@ -3,7 +3,7 @@
$| = 1;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.85 2002/12/18 18:37:27 weasel Exp $
+# $Id: pingd,v 1.86 2003/01/13 14:29:15 weasel Exp $
#
=pod
@@ -294,7 +294,7 @@ use POSIX qw(setsid);
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
-my $VERSION = '2.0.7';
+my $VERSION = '2.0.8';
my $redirected_stdio = 0;