diff options
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | pingd | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Changes in version 2.0beta12 - 2002-07-11 + * Cut strings when they do not fit in the table formats + * Sort type2.list/pubring.mix + Changes in version 2.0beta11 - 2002-07-11 * Don't run in Taint mode anymore per default. If you still want it, trimm your PATH to something acceptable @@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: pingd,v 1.37 2002/07/11 23:51:09 weasel Exp $ +# $Id: pingd,v 1.38 2002/07/12 00:44:23 weasel Exp $ # =pod @@ -231,7 +231,7 @@ use Echolot::Thesaurus; delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; -my $VERSION = '2.0beta11'; +my $VERSION = '2.0beta12'; my $redirected_stdio = 0; |