minifirewall/CHANGELOG

30 lines
630 B
Plaintext
Raw 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
* 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
2022-04-28 18:58:11 +02:00
* improve legacy config parsing
2022-04-02 09:12:22 +02:00
### Deprecated
### Removed
### Fixed
* force remove temporary files
### Security