aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--RELNOTES1
2 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 74318fa16..762668a88 100644
--- a/README
+++ b/README
@@ -125,6 +125,8 @@ Alexander Stein (https://github.com/ajstein)
125alkim0 (https://github.com/alkim0) 125alkim0 (https://github.com/alkim0)
126 - warn when encountering EIO during remount 126 - warn when encountering EIO during remount
127 - Add profile for chafa 127 - Add profile for chafa
128amano-kenji (https://github.com/amano-kenji)
129 - fix private-etc in qutebrowser profile
128Amin Vakil (https://github.com/aminvakil) 130Amin Vakil (https://github.com/aminvakil)
129 - whois profile fix 131 - whois profile fix
130 - added profile for strawberry 132 - added profile for strawberry
@@ -679,6 +681,8 @@ Laurent Declercq (https://github.com/nuxwin)
679 - fixed test for shell interpreter in chroots 681 - fixed test for shell interpreter in chroots
680LaurentGH (https://github.com/LaurentGH) 682LaurentGH (https://github.com/LaurentGH)
681 - allow private-bin parameters to be absolute paths 683 - allow private-bin parameters to be absolute paths
684layderv (https://github.com/layderv)
685 - prevent sandbox name from containing only digits
682lecso7 (https://github.com/lecso7) 686lecso7 (https://github.com/lecso7)
683 - added goldendict profile 687 - added goldendict profile
684 - allow evince to read .cbz file format 688 - allow evince to read .cbz file format
diff --git a/RELNOTES b/RELNOTES
index 478bf297d..6230fe81b 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,7 @@
1firejail (0.9.73) baseline; urgency=low 1firejail (0.9.73) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 3 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
4 * modif: prevent sandbox name from containing only digits (#5578)
4 * docs: remove apparmor options in --help when building without apparmor 5 * docs: remove apparmor options in --help when building without apparmor
5 support (#5589) 6 support (#5589)
6 * fix: qutebrowser not opening tabs (#5601) 7 * fix: qutebrowser not opening tabs (#5601)