From: Thomas Hochstein Date: Mon, 2 Sep 2013 11:14:33 +0000 (+0200) Subject: Release 0.01 X-Git-Tag: 0.01^0 X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=commitdiff_plain;h=07c0b2589af779c33d5d35b6a7fa0e7883201674;hp=3d2fd51dd03f5ab569805064ff6c8ac817c2e2cb Release 0.01 Update TODO list. Update version numbers, ChangeLog, bump copyright dates. Signed-off-by: Thomas Hochstein --- diff --git a/NewsStats.pm b/NewsStats.pm index b462cd4..a237774 100644 --- a/NewsStats.pm +++ b/NewsStats.pm @@ -2,7 +2,7 @@ # # Library functions for the NewsStats package. # -# Copyright (c) 2010-2012 Thomas Hochstein +# Copyright (c) 2010-2013 Thomas Hochstein # # This module can be redistributed and/or modified under the same terms under # which Perl itself is published. diff --git a/doc/ChangeLog b/doc/ChangeLog index 98abffb..d6a7ee7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,4 @@ -NewsStats 0.01 (unreleased) +NewsStats 0.01 (2013-09-02) * Initial public release. Thomas Hochstein \ No newline at end of file diff --git a/doc/INSTALL b/doc/INSTALL index 3539ab2..1c154af 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -1,4 +1,4 @@ -NewsStats 0.1 (c) 2010-2012 Thomas Hochstein +NewsStats 0.1 (c) 2010-2013 Thomas Hochstein NewsStats is a software package used to gather statistical information from a live Usenet feed and for its subsequent examination. diff --git a/doc/README b/doc/README index 4c88ef2..e809cea 100644 --- a/doc/README +++ b/doc/README @@ -1,4 +1,4 @@ -NewsStats 0.1 (c) 2010-2012 Thomas Hochstein +NewsStats 0.1 (c) 2010-2013 Thomas Hochstein NewsStats is a software package for gathering statistical data live from a Usenet feed and subsequent examination. diff --git a/doc/TODO b/doc/TODO index 36b6b50..fd0fc58 100644 --- a/doc/TODO +++ b/doc/TODO @@ -39,14 +39,12 @@ Bug numbers refer to the Mantis issue tracker at . * Individual improvements + NewsStats.pm - - Add error handling when reading config (Bug #13) - NewsStats should check if all mandatory options are set. Some syntax or - content related checks would be in order. + - Improve error handling when reading config + Some syntax or content related checks would be in order. Some other tests - working database connection, valid database and table names - would be nice. + install/install.pl - - Check installer & fix bugs to get a working version ... finally - Read current version from a file dropped and updated by installer - Add / enhance / test error handling - General tests and optimisations diff --git a/feedlog.pl b/feedlog.pl index 8ff868d..a5ecfb0 100755 --- a/feedlog.pl +++ b/feedlog.pl @@ -7,7 +7,7 @@ # # It is part of the NewsStats package. # -# Copyright (c) 2010-2012 Thomas Hochstein +# Copyright (c) 2010-2013 Thomas Hochstein # # It can be redistributed and/or modified under the same terms under # which Perl itself is published. diff --git a/gatherstats.pl b/gatherstats.pl index 6db137d..f1fe7de 100755 --- a/gatherstats.pl +++ b/gatherstats.pl @@ -7,7 +7,7 @@ # # It is part of the NewsStats package. # -# Copyright (c) 2010-2012 Thomas Hochstein +# Copyright (c) 2010-2013 Thomas Hochstein # # It can be redistributed and/or modified under the same terms under # which Perl itself is published. diff --git a/groupstats.pl b/groupstats.pl index 84105cf..499e333 100755 --- a/groupstats.pl +++ b/groupstats.pl @@ -7,7 +7,7 @@ # # It is part of the NewsStats package. # -# Copyright (c) 2010-2012 Thomas Hochstein +# Copyright (c) 2010-2013 Thomas Hochstein # # It can be redistributed and/or modified under the same terms under # which Perl itself is published. diff --git a/install/install.pl b/install/install.pl index 59920fa..ff392df 100755 --- a/install/install.pl +++ b/install/install.pl @@ -6,7 +6,7 @@ # # It is part of the NewsStats package. # -# Copyright (c) 2010-2012 Thomas Hochstein +# Copyright (c) 2010-2013 Thomas Hochstein # # It can be redistributed and/or modified under the same terms under # which Perl itself is published.