2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

Minor fixes in 3.0.2 release notes

Christian Boltz
2021-08-03 13:19:43 +02:00
parent 9c1829af37
commit dcaa1f75ab

@@ -18,7 +18,7 @@ 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:
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
@@ -61,7 +61,7 @@ These release notes cover all changes between 3.0.1 (b0f08aa9d678197b8e3477c2fbf
- Detect and handle include loop when parsing profiles ([MR:743](https://gitlab.com/apparmor/apparmor/-/merge_requests/743),
[MR:750](https://gitlab.com/apparmor/apparmor/-/merge_requests/750),
[MR:743](https://gitlab.com/apparmor/apparmor/-/merge_requests/743),
[BOS:1184779](https://bugzilla.suse.com/show_bug.cgi?id=1184779))
[BOO:1184779](https://bugzilla.opensuse.org/show_bug.cgi?id=1184779))
- fix cache time stamp check to include dir time stamps ([MR:760](https://gitlab.com/apparmor/apparmor/-/merge_requests/760))
- Fix comment wording in file_cache.h ([MR:752](https://gitlab.com/apparmor/apparmor/-/merge_requests/752))
- Fix invalid reference to name in attachment warning ([MR:727](https://gitlab.com/apparmor/apparmor/-/merge_requests/727))
@@ -79,7 +79,7 @@ These release notes cover all changes between 3.0.1 (b0f08aa9d678197b8e3477c2fbf
## Utils
- Detect and handle include loop when parsing profiles ([MR:746](https://gitlab.com/apparmor/apparmor/-/merge_requests/746),
[BOS:1184779](https://bugzilla.suse.com/show_bug.cgi?id=1184779))
[BOO:1184779](https://bugzilla.opensuse.org/show_bug.cgi?id=1184779))
## Policy
@@ -115,7 +115,8 @@ These release notes cover all changes between 3.0.1 (b0f08aa9d678197b8e3477c2fbf
- dhcpd
- add rule for port_range ([MR:726](https://gitlab.com/apparmor/apparmor/-/merge_requests/726),
[LP:1901373](https://bugs.launchpad.net/bugs/1901373))
- firefox Add support for widevine DRM ([MR:684](https://gitlab.com/apparmor/apparmor/-/merge_requests/684))
- firefox
- Add support for widevine DRM ([MR:684](https://gitlab.com/apparmor/apparmor/-/merge_requests/684))
- nscd
- Fix conflict with systemd-homed ([MR:707](https://gitlab.com/apparmor/apparmor/-/merge_requests/707),
[AABUG:145](https://gitlab.com/apparmor/apparmor/-/issues/145))