From 3f3e29f14a105a1b9e4375cfe756507730ec1a2e Mon Sep 17 00:00:00 2001 From: John Johansen Date: Mon, 25 Jul 2022 05:30:30 +0000 Subject: [PATCH] Update Release_Notes_3.0.5 --- Release_Notes_3.0.5.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Release_Notes_3.0.5.md b/Release_Notes_3.0.5.md index 5999196..db7e5e3 100644 --- a/Release_Notes_3.0.5.md +++ b/Release_Notes_3.0.5.md @@ -56,6 +56,8 @@ These release notes cover all changes between 3.0.4 (939530b2b89ee26bef52ccfe3d2 - aa-notify - Add .desktop file for aa-notify ([MR:839](https://gitlab.com/apparmor/apparmor/-/merge_requests/839)) - Drop superfluous shebang from python module ([MR:846](https://gitlab.com/apparmor/apparmor/-/merge_requests/846)) + - Fix inconsistent return length in _run_tests() ([MR:891](https://gitlab.com/apparmor/apparmor/-/merge_requests/891)) + ## Policy @@ -91,12 +93,16 @@ These release notes cover all changes between 3.0.4 (939530b2b89ee26bef52ccfe3d2 - allow reading openssl.cnf ([MR:862](https://gitlab.com/apparmor/apparmor/-/merge_requests/862), [BOO:1195463](https://bugzilla.opensuse.org/show_bug.cgi?id=1195463)) - allow reading under /usr/share/samba ([MR:853](https://gitlab.com/apparmor/apparmor/-/merge_requests/853)) - include snippet generated at runtime on Debian and openSUSE ([MR:838](https://gitlab.com/apparmor/apparmor/-/merge_requests/838)) + - support paths used by Arch Linux ([MR:883](https://gitlab.com/apparmor/apparmor/-/merge_requests/883)) - statd - add missing config and hosts_access ([MR:866](https://gitlab.com/apparmor/apparmor/-/merge_requests/866)) +- syslogd + - update to support inetutils-syslogd ([MR:888](https://gitlab.com/apparmor/apparmor/-/merge_requests/888)) ## Tests - parser - error out on unexpected success ([MR:868](https://gitlab.com/apparmor/apparmor/-/merge_requests/868)) - make test-aa-notify test_help_contents () less strict ([MR:848](https://gitlab.com/apparmor/apparmor/-/merge_requests/848), [AABUG:220](https://gitlab.com/apparmor/apparmor/-/issues/220), [AABUG:220](https://gitlab.com/apparmor/apparmor/-/issues/220)) +- python tests - Support setuptools >= 61.2 in Python ([MR:899](https://gitlab.com/apparmor/apparmor/-/merge_requests/899), [HUBMR:3258](https://github.com/pypa/setuptools/pull/3258)/commits/1c23f5e1e4b18b50081cbabb2dea22bf345f5894) # Additional Note