Release 23.07

This commit is contained in:
Jérémy Lecour 2023-07-04 11:41:19 +02:00 committed by Jérémy Lecour
parent fe8d679c2a
commit 10825a80ff
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
3 changed files with 18 additions and 12 deletions

View file

@ -5,6 +5,20 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [23.07] - 2023-07-04
### Added
* new "check-active-config" command to check if the active configuration is th e same as the one persisted to disk
### Changed
@ -14,14 +28,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
* extract "include_files" function
* print help/usage with list of possible commands
### Deprecated
### Removed
### Fixed
### Security
## [23.02] - 2023-02-01
* Export status without colors (to keep clean diffs)

View file

@ -5,7 +5,7 @@
# It uses netfilter/iptables http://netfilter.org/ designed for recent Linux kernel
# See https://gitea.evolix.org/evolix/minifirewall
# Copyright (c) 2007-2022 Evolix
# Copyright (c) 2007-2023 Evolix
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
@ -29,7 +29,7 @@
# Description: Firewall designed for standalone server
### END INIT INFO
VERSION="23.02"
VERSION="23.07"
PROGNAME="minifirewall"
# shellcheck disable=SC2034
@ -1147,7 +1147,7 @@ show_version() {
cat <<END
${PROGNAME} version ${VERSION}
Copyright 2007-2022 Evolix <info@evolix.fr>.
Copyright 2007-2023 Evolix <info@evolix.fr>.
${PROGNAME} comes with ABSOLUTELY NO WARRANTY.
This program is free software; you can redistribute it and/or

View file

@ -1,5 +1,5 @@
# Configuration for minifirewall : https://gitea.evolix.org/evolix/minifirewall
# Version 22.03.1 — 2022-03-15
# Version 23.07
# shellcheck shell=sh disable=SC2034
# Main interface