From cff76a3c65cc311610dacaf33e103a1e3c8fd64c Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 31 May 2025 21:47:59 +0200 Subject: [PATCH] Set executable bit for new scripts. Signed-off-by: Thomas Hochstein --- bin/clientstats.pl | 0 bin/hoststats.pl | 0 bin/postingstats.pl | 0 contrib/dopostingstats.sh | 0 contrib/tinews.pl | 0 contrib/yearstats.sh | 0 doc/ChangeLog | 1 + 7 files changed, 1 insertion(+) mode change 100644 => 100755 bin/clientstats.pl mode change 100644 => 100755 bin/hoststats.pl mode change 100644 => 100755 bin/postingstats.pl mode change 100644 => 100755 contrib/dopostingstats.sh mode change 100644 => 100755 contrib/tinews.pl mode change 100644 => 100755 contrib/yearstats.sh diff --git a/bin/clientstats.pl b/bin/clientstats.pl old mode 100644 new mode 100755 diff --git a/bin/hoststats.pl b/bin/hoststats.pl old mode 100644 new mode 100755 diff --git a/bin/postingstats.pl b/bin/postingstats.pl old mode 100644 new mode 100755 diff --git a/contrib/dopostingstats.sh b/contrib/dopostingstats.sh old mode 100644 new mode 100755 diff --git a/contrib/tinews.pl b/contrib/tinews.pl old mode 100644 new mode 100755 diff --git a/contrib/yearstats.sh b/contrib/yearstats.sh old mode 100644 new mode 100755 diff --git a/doc/ChangeLog b/doc/ChangeLog index 323e178..857b23e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -15,6 +15,7 @@ NewsStats 0.4.0 (unreleased) * Fix version queries. * Add ClientStats to dopostingstats. * Let dopostingstats default to last month. + * Set executable bit for new scripts. NewsStats 0.3.0 (2025-05-18) * Extract GroupStats (in gatherstats) to subroutine.