From e612f292dab8caad8f62cfef0ac40ae930d8efdf Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 13 Jan 2003 14:29:15 +0000 Subject: Prepare 2.0.8 --- NEWS | 4 ++-- debian/changelog | 8 ++++++++ pingd | 4 ++-- 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 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 -# $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; -- cgit v1.2.3