From bcd668780eb945ab3316eaa1f7e037f8c681ce28 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 10 May 2025 14:08:49 +0200 Subject: [PATCH 1/2] Update TODO. Signed-off-by: Thomas Hochstein --- doc/TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index b540ec1..63bcfdf 100644 --- a/doc/TODO +++ b/doc/TODO @@ -10,7 +10,6 @@ NewsStats. - Add a test suite There is currently no kind of test suite or regression tests. Something like that is badly needed. - - separate directories (bin, config, ...) - make NewsStats installable in accordance with LFS and customary procedures, i.e. scripts to /usr/local/news/bin or /usr/lib/news/bin, configuration to /usr/local/news/etc or /etc/news and so on From 4cdb7718661c655f0ca73d739278b8c55e8121f2 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 10 May 2025 14:09:08 +0200 Subject: [PATCH 2/2] Release 0.2.0 Signed-off-by: Thomas Hochstein --- doc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 3f7383e..569a3e6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,4 @@ -NewsStats 0.2.0 (unreleased) +NewsStats 0.2.0 (2025-05-10) * Redo directory structure: - Move all scripts to /bin - Move configuration to /etc