Changelog for previous entries

This commit is contained in:
David Prevot 2023-12-13 17:25:43 +01:00
parent 2df62afa21
commit 1fc94ec4f1

View file

@ -5,14 +5,26 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Added
* IS_BACKPORTS_VERSION: check if the Backports release matches the Debian release
### Changed
* IS_BROADCOMFIRMWARE: use apt policy
* Prefer long options
* IS_POSTFIX_MYDESTINATION: use fixed string instead of escaping characters
### Deprecated
### Removed
### Fixed
* IS_DEBIANSECURITY_LXC: dont test older than Debian 9 containers
* IS_KERNELUPTODATE: address false positive in case of kernel removal
* IS_SSHPERMITROOTNO: specify lport, avoiding failure if sshd listens to more than one port
* IS_DRBDTWOPRIMARIES: fix false positive (#151)
* IS_ETCGIT_LXC, IS_GITPERMS_LXC: fix path
## [23.11.1]
### Fixed