summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-13 21:23:02 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-13 21:23:02 +0000
commitf1f424289aba1175cec0839000d9dfd167b9a810 (patch)
tree469318913ca1db0ac20cb3e6a90d35ef2c0424be
parent28edcea061ca06c6a3a4c9887df13112a31ca7ad (diff)
Prepare 2.0beta13echolot-2.0beta13
-rw-r--r--NEWS8
-rwxr-xr-xpingd4
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 <peter@palfrader.org>
-# $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;