aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-22 12:42:02 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-22 12:42:02 -0300
commite74c10aca87ed227fe022ed72fe762a7f27a5e7f (patch)
tree59c767dc1885c468f79bceba8918568f42aff907 /RELNOTES
parentMerge pull request #5911 from kmk3/build-rm-distclean (diff)
downloadfirejail-e74c10aca87ed227fe022ed72fe762a7f27a5e7f.tar.gz
firejail-e74c10aca87ed227fe022ed72fe762a7f27a5e7f.tar.zst
firejail-e74c10aca87ed227fe022ed72fe762a7f27a5e7f.zip
RELNOTES: add modif and build items
Relates to #5894 #5911.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 8f0e3c524..ac0136239 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -20,6 +20,7 @@ firejail (0.9.73) baseline; urgency=low
20 --enable-private-lib) (#5727 #5732) 20 --enable-private-lib) (#5727 #5732)
21 * modif: Improve --version/--help & print version on startup (#5829) 21 * modif: Improve --version/--help & print version on startup (#5829)
22 * modif: improve errExit error messages (#5871) 22 * modif: improve errExit error messages (#5871)
23 * modif: drop deprecated 'shell' option references (#5894)
23 * bugfix: qutebrowser: links will not open in the existing instance (#5601 24 * bugfix: qutebrowser: links will not open in the existing instance (#5601
24 #5618) 25 #5618)
25 * bugfix: fix --hostname and --hosts-file commands 26 * bugfix: fix --hostname and --hosts-file commands
@@ -36,6 +37,7 @@ firejail (0.9.73) baseline; urgency=low
36 * build: fix seccomp filters and man pages always being rebuilt when running 37 * build: fix seccomp filters and man pages always being rebuilt when running
37 make 38 make
38 * build: simplify code related to man pages (#5898) 39 * build: simplify code related to man pages (#5898)
40 * build: fix hardcoded make & remove unnecessary distclean targets (#5911)
39 * ci: always update the package db before installing packages (#5742) 41 * ci: always update the package db before installing packages (#5742)
40 * ci: fix codeql unable to download its own bundle (#5783) 42 * ci: fix codeql unable to download its own bundle (#5783)
41 * ci: split configure/build/install commands on gitlab (#5784) 43 * ci: split configure/build/install commands on gitlab (#5784)