aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-07 01:39:08 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-08 00:06:20 -0300
commit35617a2cb8f22bb4c71c114c72ee1267d403d8ec (patch)
treeb7d62776c9ba672f8d668226cdbf5c0ea305312c /RELNOTES
parentRELNOTES: add ci/docs (diff)
downloadfirejail-35617a2cb8f22bb4c71c114c72ee1267d403d8ec.tar.gz
firejail-35617a2cb8f22bb4c71c114c72ee1267d403d8ec.tar.zst
firejail-35617a2cb8f22bb4c71c114c72ee1267d403d8ec.zip
RELNOTES: add feature/bugfix
Relates to #5088 #5114.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 8e62e281c..b4de5e642 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -2,6 +2,8 @@ firejail (0.9.69) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * feature: enable shell tab completion with --tab (#4936) 3 * feature: enable shell tab completion with --tab (#4936)
4 * feature: disable user profiles at compile time (#4990) 4 * feature: disable user profiles at compile time (#4990)
5 * feature: Allow resolution of .local names with avahi-daemon in the apparmor
6 profile (#5088)
5 * feature: --oom, kernel OutOfMemory-killer (#5122) 7 * feature: --oom, kernel OutOfMemory-killer (#5122)
6 * feature: firecfg --guide, guided user configuration (#5111) 8 * feature: firecfg --guide, guided user configuration (#5111)
7 * modif: --nettrace only available to root user 9 * modif: --nettrace only available to root user
@@ -13,6 +15,7 @@ firejail (0.9.69) baseline; urgency=low
13 * bugfix: openSUSE Leap - whitelist-run-common.inc (#4954) 15 * bugfix: openSUSE Leap - whitelist-run-common.inc (#4954)
14 * bugfix: fix printing in evince (#5011) 16 * bugfix: fix printing in evince (#5011)
15 * bugfix: gcov: fix gcov functions always declared as dummy (#5028) 17 * bugfix: gcov: fix gcov functions always declared as dummy (#5028)
18 * bugfix: Stop warning on safe supplementary group clean (#5114)
16 * ci: replace centos (EOL) with almalinux (#4912) 19 * ci: replace centos (EOL) with almalinux (#4912)
17 * ci: fix --version not printing compile-time features (#5147) 20 * ci: fix --version not printing compile-time features (#5147)
18 * ci: print version after install & fix apparmor support on build_apparmor 21 * ci: print version after install & fix apparmor support on build_apparmor