From: Thomas Hochstein Date: Fri, 26 Feb 2010 07:33:35 +0000 (+0100) Subject: Release 0.6.1 X-Git-Tag: v0.6.1 X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=commitdiff_plain;h=fd0f4fcfae928aaf11fdefe56bc8674be3f40e99;hp=5ddba442dab41b5b28d060320a9e2363a768a9a5 Release 0.6.1 Add changelog entries. Bump version number. Signed-off-by: Thomas Hochstein --- diff --git a/ChangeLog b/ChangeLog index 138ea16..2cb2247 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Version 0.6.1 + +* Fix: Test mode must not update status information. + Also fix runtime warning concerning expires. + Thomas Hochstein Fri Feb 26 08:28:06 2010 +0100 + + Version 0.6 * Add documentation in POD format. diff --git a/yapfaq.pl b/yapfaq.pl index a6dc986..be8762c 100644 --- a/yapfaq.pl +++ b/yapfaq.pl @@ -12,7 +12,7 @@ # It can be redistributed and/or modified under the same terms under # which Perl itself is published. -my $Version = "0.6"; +my $Version = "0.6.1"; my $NNTPServer = "localhost"; my $NNTPUser = "";