From: Thomas Hochstein Date: Fri, 26 Feb 2010 08:33:32 +0000 (+0100) Subject: Release 0.6.2 X-Git-Tag: v0.6.2 X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=commitdiff_plain;h=6b42155376f8cabe3c2afaedfc7e0971af3d02d8;hp=7823ece977875aa84460a1415c7cfab7fa96aa1a;ds=sidebyside Release 0.6.2 Add changelog entries. Bump version number. Signed-off-by: Thomas Hochstein --- diff --git a/ChangeLog b/ChangeLog index 2cb2247..2b3e43a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Version 0.6.2 + +* Fix default for Expires. + Bug introduced in v0.6.1. + Thomas Hochstein Fri Feb 26 09:29:01 2010 +0100 + + Version 0.6.1 * Fix: Test mode must not update status information. diff --git a/yapfaq.pl b/yapfaq.pl index fcee811..bac7fb8 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.1"; +my $Version = "0.6.2"; my $NNTPServer = "localhost"; my $NNTPUser = "";