|
|
@ -6,6 +6,43 @@ and this project adheres to [Semantic Versioning](http://semver.org/). |
|
|
|
|
|
|
|
|
|
|
|
## Unreleased |
|
|
|
## Unreleased |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## [0.6] - 2023-02-07 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* add 'log level <level>' command |
|
|
|
|
|
|
|
* add 'log events' command |
|
|
|
|
|
|
|
* support for libipset > 7.X |
|
|
|
|
|
|
|
* readline support in f2bc |
|
|
|
|
|
|
|
* add log rotation to debian package |
|
|
|
|
|
|
|
* new options for daemon -- "coredumps" && "nice" |
|
|
|
|
|
|
|
* allow jails without filter |
|
|
|
|
|
|
|
* replace simple "match count" with advanced "scored matches" |
|
|
|
|
|
|
|
* add source/filter match tags in stats |
|
|
|
|
|
|
|
* show daemon uptime in status |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* filters collection now in separate repository |
|
|
|
|
|
|
|
* change modules naming & location |
|
|
|
|
|
|
|
* change 'rotate' command to 'log rotate' for consistency |
|
|
|
|
|
|
|
* client and control socket fully refactored to use plain tcp |
|
|
|
|
|
|
|
* allow redis source/backend fail on start (no network yet) |
|
|
|
|
|
|
|
* filter-test now uses config instead direct library load |
|
|
|
|
|
|
|
* match count now not limited to last 5 |
|
|
|
|
|
|
|
* jail's "maxcount" parameter replaced with "maxscore" (need config fix) |
|
|
|
|
|
|
|
* if missing password for control socket in config it will be set random (and send to logfile) |
|
|
|
|
|
|
|
* build system now relies on pkg-config instead cmake modules |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Removed |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* multicast source/backend (replaced with f2bcd) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* don't hard depend on mountall |
|
|
|
|
|
|
|
* fix setting jail 'state' param |
|
|
|
|
|
|
|
* SO_PEERCRED is linux-specific now |
|
|
|
|
|
|
|
|
|
|
|
## [0.5] - 2017-01-19 |
|
|
|
## [0.5] - 2017-01-19 |
|
|
|
### Added |
|
|
|
### Added |
|
|
|
|
|
|
|
|
|
|
|