diff --git a/Release_Notes_3.1.2.md b/Release_Notes_3.1.2.md index 1833d07..f1ebc68 100644 --- a/Release_Notes_3.1.2.md +++ b/Release_Notes_3.1.2.md @@ -31,19 +31,36 @@ There are two ways to obtain this release either through gitlab or a tarball in These release notes cover all changes between 3.1.1 (????) ) and 3.1.2 (???) on the [apparmor-3.1 branch](https://gitlab.com/apparmor/apparmor/tree/apparmor-3.1. -## Init - ## Library +- Hardcode and check the expected libapparmor.so name/number ([MR:915](https://gitlab.com/apparmor/apparmor/-/merge_requests/915), [AABUG:266](https://gitlab.com/apparmor/apparmor/-/issues/266)) +- allow parsing of logs with 0x1d + uppercase OUID, FSUID ([MR:940](https://gitlab.com/apparmor/apparmor/-/merge_requests/940), [AABUG:271](https://gitlab.com/apparmor/apparmor/-/issues/271)) + + ## Policy Compiler (a.k.a apparmor_parser) +- fix DISTRO variable in Makefile ([MR:928](https://gitlab.com/apparmor/apparmor/-/merge_requests/928)) + + ## Utils +- Prevent crash on log entries for non-existing profile ([MR:919](https://gitlab.com/apparmor/apparmor/-/merge_requests/919)) + ## Policy #### abstractions +- kde + - update for kwinrc, kdedefaults/* files ([MR:936](https://gitlab.com/apparmor/apparmor/-/merge_requests/936)) + + #### profiles -## Tests +- syslog-ng + - allow reading *.journal in flatter directory structure ([MR:932](https://gitlab.com/apparmor/apparmor/-/merge_requests/932)) +- samba + - Update to support latest version ([MR:926](https://gitlab.com/apparmor/apparmor/-/merge_requests/926), [LP:1990692](https://bugs.launchpad.net/bugs/1990692)) + - allow mkdir /var/cache/samba/printing/ ([MR:937](https://gitlab.com/apparmor/apparmor/-/merge_requests/937), [LP:1993572](https://bugs.launchpad.net/bugs/1993572)) + +