Create Release_Notes_3.0.10

John Johansen 2023-02-27 00:40:34 +00:00
parent b032c6ab31
commit 7338e4e7be

54
Release_Notes_3.0.10.md Normal file

@ -0,0 +1,54 @@
# TEMPLATE for NEXT RELEASE
AppArmor 3.0.10 was released ???.
# Introduction
AppArmor 3.0.10 is a maintenance 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).
The kernel portion of the project is maintained and pushed separately.
# 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.10
### Launchpad
- <https://launchpad.net/apparmor/3.0/3.0.10/+download/apparmor-3.0.10.tar.gz>
- sha256sum: ???
- signature: <https://launchpad.net/apparmor/3.0/3.0.10/+download/apparmor-3.0.10.tar.gz.asc>
# Changes in this Release
These release notes cover all changes between 3.0.9 (???) and 3.0.10 (???) on [apparmor-3.0 branch](https://gitlab.com/apparmor/apparmor/tree/apparmor-3.0).
## libapparmor
## Policy Compiler (a.k.a apparmor_parser)
## Utils
## Policy
#### abstractions
#### profiles
## Tests