diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-13 21:23:02 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-13 21:23:02 +0000 |
commit | f1f424289aba1175cec0839000d9dfd167b9a810 (patch) | |
tree | 469318913ca1db0ac20cb3e6a90d35ef2c0424be | |
parent | 28edcea061ca06c6a3a4c9887df13112a31ca7ad (diff) |
Prepare 2.0beta13echolot-2.0beta13
-rw-r--r-- | NEWS | 8 | ||||
-rwxr-xr-x | pingd | 4 |
2 files changed, 9 insertions, 3 deletions
@@ -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 @@ -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; |