From 9d446f699b24c99b92c3fa5f4bd366951f169b33 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Wed, 21 Jun 2023 21:00:29 +0000 Subject: [PATCH] Create Release_Notes_3.0.12 --- Release_Notes_3.0.12.md | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Release_Notes_3.0.12.md diff --git a/Release_Notes_3.0.12.md b/Release_Notes_3.0.12.md new file mode 100644 index 0000000..5607189 --- /dev/null +++ b/Release_Notes_3.0.12.md @@ -0,0 +1,48 @@ +AppArmor 3.0.12 was released 2023-06-21. + +# Introduction + +AppArmor 3.0.12 is a bug fix release of the user space components of the AppArmor security project. The kernel portion of the project is maintained and pushed separately. + +This version of the userspace should work with all kernel versions from +2.6.15 and later (some earlier version of the kernel if they have the +apparmor patches applied). + +# Important Note + +This release fixes a regression in 3.0.11 introduced by its fix to mount rule generations. + +# Obtaining the Release + +There are two ways to obtain this release either through gitlab or a tarball in launchpad. + +**Important note:** the gitlab release tarballs differ from the launchpad release tarballs. The launchpad release tarball has a couple processing steps already performed: + +* libapparmor `autogen.sh` is already done, meaning distros only need to use ./configure in their build setup +* the docs for everything but libapparmor have already been built + +### gitlab +- https://gitlab.com/apparmor/apparmor/-/releases/v3.0.12 + +### Launchpad + - + - sha256sum: ??? + - signature: + - signature sha256sum: ??? + +# Changes in this Release + +These release notes cover all changes between 3.0.1 (???) ) and 3.0.12 (???) on the [apparmor-3.1 branch](https://gitlab.com/apparmor/apparmor/tree/apparmor-3.1). + + +## Policy Compiler (a.k.a apparmor_parser) +- fix rule flag generation change_mount type rule ([MR:1054](https://gitlab.com/apparmor/apparmor/-/merge_requests/1054), [BOO:1211989](https://bugzilla.opensuse.org/show_bug.cgi?id=1211989), Fixes: [LP:2023814](https://bugs.launchpad.net/bugs/2023814)) + + +## Policy + +#### abstractions +- base + - Add transparent hugepage support ([MR:1050](https://gitlab.com/apparmor/apparmor/-/merge_requests/1050)) +- authentication + - Add GSSAPI mechanism modules config ([MR:1049](https://gitlab.com/apparmor/apparmor/-/merge_requests/1049))