diff --git a/linux/CHANGELOG b/linux/CHANGELOG index 301e0e5..fba92a4 100644 --- a/linux/CHANGELOG +++ b/linux/CHANGELOG @@ -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: don’t 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