From 992d6784606c1fee67d1433e165977576369b318 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 10 May 2025 13:16:40 +0200 Subject: [PATCH] Add changes since last release to Changelog. Signed-off-by: Thomas Hochstein --- doc/ChangeLog | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index d6a7ee7..4444cbc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,15 @@ -NewsStats 0.01 (2013-09-02) +NewsStats 0.02 (unreleased) + * Redo directory structure: + - Move all scripts to /bin + - Move configuration to /etc + - Move NewsStats.pm to /lib and add /lib to @INC + * Make configuration file configurable. + * Warn if '--sums' is combined with '--checkgroups' + * Set default sorting order to 'newsgroup' for single newsgroup. + * Update documentation. + * Accept an upper/lower boundary of 0 (zero). + * Update copyright dates, version numbers, author address and + repository location. +NewsStats 0.01 (2013-09-02) * Initial public release. - Thomas Hochstein \ No newline at end of file