minifirewall/CHANGELOG.md

76 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2022-04-02 09:12:22 +02:00
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project **does not adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)**.
## [Unreleased]
### Added
* safe-start and safe-restart
* Chain MINIFW-DOCKER-INPUT-MANUAL for more granular/manual filtering of incoming traffic to services inside docker
2022-04-28 19:00:33 +02:00
### Changed
### Deprecated
### Removed
### Fixed
2023-07-05 12:35:32 +02:00
* fix interactive mode detection
2022-04-28 19:00:33 +02:00
### Security
2023-07-04 11:41:19 +02:00
## [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
* capture cmp(1) error output
* early error if script is not run as root
* extract "include_files" function
* print help/usage with list of possible commands
2023-02-01 11:26:16 +01:00
## [23.02] - 2023-02-01
* Export status without colors (to keep clean diffs)
2022-06-06 14:41:08 +02:00
## [22.06] - 2022-06-06
### Changed
* Configure sysctl values to IPv6 when applicable
### Fixed
* status output (number of # in headers)
2022-05-10 15:54:17 +02:00
## [22.05] - 2022-05-10
#### Fixed
* status output (number of # in headers)
2022-04-28 19:00:33 +02:00
## [22.04] - 2022-04-28
### Added
2022-04-02 09:12:22 +02:00
* markers for each section of status output
* store and compare state between restart
* colorize output if terminal supports colors
2022-04-02 13:14:39 +02:00
* simple syslog logging
2022-04-28 18:51:32 +02:00
* "version" action
2022-04-02 09:12:22 +02:00
### Changed
* use long options in some places
2022-04-02 10:40:16 +02:00
* output is normalized
* source legacy config after macros but before DROP policy
* source configuration only for valid actions
2022-04-28 18:58:11 +02:00
* improve legacy config parsing
2022-04-02 09:12:22 +02:00
### Fixed
2022-04-28 19:00:33 +02:00
* force remove temporary files