diff --git a/Release_Notes_3.1.2.md b/Release_Notes_3.1.2.md new file mode 100644 index 0000000..4b7f03a --- /dev/null +++ b/Release_Notes_3.1.2.md @@ -0,0 +1,49 @@ +AppArmor 3.1.1 was released 2022-08-27. + +# Introduction + +AppArmor 3.1.1 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). + + +# 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.1.1 + +### Launchpad + - + - sha256sum: + - signature: + +# Changes in this Release + +These release notes cover all changes between 3.1 (7c7224004c31389229877634a217fcc0c8e8567d) ) and 3.1. (???) on the [apparmor-3.1 branch](https://gitlab.com/apparmor/apparmor/tree/apparmor-3.1. + + +## Init + +## Library + +## Policy Compiler (a.k.a apparmor_parser) + +## Utils + + +## Policy + +#### abstractions + +#### profiles + +## Tests