aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-25 05:54:56 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-25 05:56:55 -0300
commit17404022f60e6fb35c2508f85cee4fb9bf06fcb8 (patch)
treea3ea0b612cdb8cc307dbb95b684234e8b5d781ba
parentbuild: sort.py: add and require -i to edit in-place (#6290) (diff)
downloadfirejail-17404022f60e6fb35c2508f85cee4fb9bf06fcb8.tar.gz
firejail-17404022f60e6fb35c2508f85cee4fb9bf06fcb8.tar.zst
firejail-17404022f60e6fb35c2508f85cee4fb9bf06fcb8.zip
RELNOTES: add build and profile items
Relates to #6257 #6282 #6283 #6286 #6290.
-rw-r--r--RELNOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 36879943b..df5d9c874 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -67,6 +67,8 @@ firejail (0.9.73) baseline; urgency=low
67 * build: allow overriding certain tools & sync targets with CI (#6222) 67 * build: allow overriding certain tools & sync targets with CI (#6222)
68 * build: reduce hardcoding and inconsistencies (#6230) 68 * build: reduce hardcoding and inconsistencies (#6230)
69 * build: sort.py: filter empty and duplicate items (#6261) 69 * build: sort.py: filter empty and duplicate items (#6261)
70 * build: fix "warning: "_FORTIFY_SOURCE" redefined" (#6282 #6283)
71 * build: sort.py: add and require -i to edit in-place (#6290)
70 * ci: always update the package db before installing packages (#5742) 72 * ci: always update the package db before installing packages (#5742)
71 * ci: fix codeql unable to download its own bundle (#5783) 73 * ci: fix codeql unable to download its own bundle (#5783)
72 * ci: split configure/build/install commands on gitlab (#5784) 74 * ci: split configure/build/install commands on gitlab (#5784)
@@ -95,6 +97,8 @@ firejail (0.9.73) baseline; urgency=low
95 * profiles: standardize commented code and eol comments (#5987) 97 * profiles: standardize commented code and eol comments (#5987)
96 * profiles: replace private-opt with whitelist & document private-opt issues 98 * profiles: replace private-opt with whitelist & document private-opt issues
97 (#6021) 99 (#6021)
100 * profiles: deny access to ~/.config/autostart (#6257)
101 * profiles: replace x11 socket blacklist with disable-X11.inc (#6286)
98 * new profiles: fix-qdf, qpdf, zlib-flate, standard-notes, url-eater 102 * new profiles: fix-qdf, qpdf, zlib-flate, standard-notes, url-eater
99 -- netblue30 <netblue30@yahoo.com> Mon, 17 Jan 2023 09:00:00 -0500 103 -- netblue30 <netblue30@yahoo.com> Mon, 17 Jan 2023 09:00:00 -0500
100 104