Release 0.6.1
Add changelog entries. Bump version number. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
5ddba442da
commit
fd0f4fcfae
|
@ -1,3 +1,10 @@
|
||||||
|
Version 0.6.1
|
||||||
|
|
||||||
|
* Fix: Test mode must not update status information.
|
||||||
|
Also fix runtime warning concerning expires.
|
||||||
|
Thomas Hochstein <thh@inter.net> Fri Feb 26 08:28:06 2010 +0100
|
||||||
|
|
||||||
|
|
||||||
Version 0.6
|
Version 0.6
|
||||||
|
|
||||||
* Add documentation in POD format.
|
* Add documentation in POD format.
|
||||||
|
|
|
@ -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";
|
my $Version = "0.6.1";
|
||||||
|
|
||||||
my $NNTPServer = "localhost";
|
my $NNTPServer = "localhost";
|
||||||
my $NNTPUser = "";
|
my $NNTPUser = "";
|
||||||
|
|
Loading…
Reference in a new issue