Release 0.6.2
Add changelog entries. Bump version number. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
7823ece977
commit
6b42155376
|
@ -1,3 +1,10 @@
|
||||||
|
Version 0.6.2
|
||||||
|
|
||||||
|
* Fix default for Expires.
|
||||||
|
Bug introduced in v0.6.1.
|
||||||
|
Thomas Hochstein <thh@inter.net> Fri Feb 26 09:29:01 2010 +0100
|
||||||
|
|
||||||
|
|
||||||
Version 0.6.1
|
Version 0.6.1
|
||||||
|
|
||||||
* Fix: Test mode must not update status information.
|
* Fix: Test mode must not update status information.
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
# It can be redistributed and/or modified under the same terms under
|
# It can be redistributed and/or modified under the same terms under
|
||||||
# which Perl itself is published.
|
# which Perl itself is published.
|
||||||
|
|
||||||
my $Version = "0.6.1";
|
my $Version = "0.6.2";
|
||||||
|
|
||||||
my $NNTPServer = "localhost";
|
my $NNTPServer = "localhost";
|
||||||
my $NNTPUser = "";
|
my $NNTPUser = "";
|
||||||
|
|
Loading…
Reference in a new issue