From f1f424289aba1175cec0839000d9dfd167b9a810 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 13 Jul 2002 21:23:02 +0000 Subject: Prepare 2.0beta13 --- NEWS | 8 +++++++- pingd | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 1f373e7..d50f549 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ -Changes in version +Changes in version 2.0beta13 - 2002-07-12 * Have correct title tags and some layout changes in the HTML templates + * Encode HTML Entities in HTML Stats + * Only show valid remailers in Thesaurus + * Support »not a remailer« reply to remailer-xxx + * Make sure only the right keys are exported to the pgp keyrings + * Do not skip key if GnuPG returns something in stderr with + remailer-key replies Changes in version 2.0beta12 - 2002-07-11 * Cut strings when they do not fit in the table formats diff --git a/pingd b/pingd index e010825..c8d45e2 100755 --- a/pingd +++ b/pingd @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader -# $Id: pingd,v 1.38 2002/07/12 00:44:23 weasel Exp $ +# $Id: pingd,v 1.39 2002/07/13 21:23:02 weasel Exp $ # =pod @@ -231,7 +231,7 @@ use Echolot::Thesaurus; delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0beta12'; +my $VERSION = '2.0beta13'; my $redirected_stdio = 0; -- cgit v1.2.3