diff options
-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; |