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