diff --git a/CHANGELOG.md b/CHANGELOG.md index cd799b1..4995bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/minifirewall b/minifirewall index e6ab78d..e0877af 100755 --- a/minifirewall +++ b/minifirewall @@ -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 <. +Copyright 2007-2023 Evolix . ${PROGNAME} comes with ABSOLUTELY NO WARRANTY. This program is free software; you can redistribute it and/or diff --git a/minifirewall.conf b/minifirewall.conf index ad59a24..ab1acc3 100644 --- a/minifirewall.conf +++ b/minifirewall.conf @@ -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