Release 23.08
This commit is contained in:
parent
15564bad2d
commit
becdca41d8
2 changed files with 9 additions and 5 deletions
10
CHANGELOG
10
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
|
||||
|
|
|
@ -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 <<END
|
||||
${PROGNAME} version ${VERSION}
|
||||
|
||||
Copyright 2018-2022 Evolix <info@evolix.fr>,
|
||||
Copyright 2018-2023 Evolix <info@evolix.fr>,
|
||||
Jérémy Lecour <jlecour@evolix.fr>,
|
||||
Éric Morino <emorino@evolix.fr>,
|
||||
Brice Waegeneire <bwaegeneire@evolix.fr>
|
||||
|
|
Loading…
Add table
Reference in a new issue