From becdca41d846e14677b2292e3d03bb9d2520b97e Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 1 Aug 2023 22:57:22 +0200 Subject: [PATCH] Release 23.08 --- CHANGELOG | 10 +++++++--- dump-server-state.sh | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c2a8524..4e83cc4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,9 +12,6 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Added -* Store iptables/nft stderr output in special files -* … and delete the empty ones at the end - ### Changed ### Fixed @@ -23,6 +20,13 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Security +## [23.08] 2023-08-01 + +### Added + +* Store iptables/nft stderr output in special files +* … and delete the empty ones at the end + ## [22.04.3] 2022-04-26 ### Added diff --git a/dump-server-state.sh b/dump-server-state.sh index 85890e9..8ed50c7 100644 --- a/dump-server-state.sh +++ b/dump-server-state.sh @@ -3,7 +3,7 @@ PROGNAME="dump-server-state" REPOSITORY="https://gitea.evolix.org/evolix/dump-server-state" -VERSION="22.04.3" +VERSION="23.08" readonly VERSION dump_dir= @@ -15,7 +15,7 @@ show_version() { cat <, +Copyright 2018-2023 Evolix , Jérémy Lecour , Éric Morino , Brice Waegeneire