aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-11-27 04:21:05 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-11-27 04:26:00 -0300
commit8f55f6c9ab819f0a2883ea07955b0db3db859022 (patch)
treec0cbd8672f2854500d058f090b5d0b97a5552656 /RELNOTES
parentbuild(deps): bump github/codeql-action from 2.22.7 to 2.22.8 (diff)
downloadfirejail-8f55f6c9ab819f0a2883ea07955b0db3db859022.tar.gz
firejail-8f55f6c9ab819f0a2883ea07955b0db3db859022.tar.zst
firejail-8f55f6c9ab819f0a2883ea07955b0db3db859022.zip
RELNOTES: add modif, bugfix, build and contrib items
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index b81ae74c4..02d9259a9 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -22,12 +22,15 @@ firejail (0.9.73) baseline; urgency=low
22 * modif: improve errExit error messages (#5871) 22 * modif: improve errExit error messages (#5871)
23 * modif: drop deprecated 'shell' option references (#5894) 23 * modif: drop deprecated 'shell' option references (#5894)
24 * modif: keep pipewire group unless nosound is used (#5992 #5993) 24 * modif: keep pipewire group unless nosound is used (#5992 #5993)
25 * modif: Lookup xauth in PATH (#6006 #6087)
25 * bugfix: qutebrowser: links will not open in the existing instance (#5601 26 * bugfix: qutebrowser: links will not open in the existing instance (#5601
26 #5618) 27 #5618)
27 * bugfix: fix --hostname and --hosts-file commands 28 * bugfix: fix --hostname and --hosts-file commands
28 * bugfix: arp.c: ensure positive timeout on select(2) (#5806) 29 * bugfix: arp.c: ensure positive timeout on select(2) (#5806)
29 * bugfix: Wrong syscall names for s390_pci_mmio_read and s390_pci_mmio_write 30 * bugfix: Wrong syscall names for s390_pci_mmio_read and s390_pci_mmio_write
30 (#5965 #5976) 31 (#5965 #5976)
32 * bugfix: firejail --ls reports wrong file sizes for large files (#5982
33 #6086)
31 * build: auto-generate syntax files (#5627) 34 * build: auto-generate syntax files (#5627)
32 * build: mark all phony targets as such (#5637) 35 * build: mark all phony targets as such (#5637)
33 * build: mkdeb.sh: pass all arguments to ./configure (#5654) 36 * build: mkdeb.sh: pass all arguments to ./configure (#5654)
@@ -46,6 +49,7 @@ firejail (0.9.73) baseline; urgency=low
46 * build: firecfg.config sorting improvements (#5942) 49 * build: firecfg.config sorting improvements (#5942)
47 * build: codespell improvements (#5955) 50 * build: codespell improvements (#5955)
48 * build: add missing makefile dep & syntax improvements (#5956) 51 * build: add missing makefile dep & syntax improvements (#5956)
52 * build: sort.py: use case-sensitive sorting (#6070)
49 * ci: always update the package db before installing packages (#5742) 53 * ci: always update the package db before installing packages (#5742)
50 * ci: fix codeql unable to download its own bundle (#5783) 54 * ci: fix codeql unable to download its own bundle (#5783)
51 * ci: split configure/build/install commands on gitlab (#5784) 55 * ci: split configure/build/install commands on gitlab (#5784)
@@ -57,6 +61,8 @@ firejail (0.9.73) baseline; urgency=low
57 * ci: whitelist paths, reorganize workflows & speed-up tests (#5960) 61 * ci: whitelist paths, reorganize workflows & speed-up tests (#5960)
58 * ci: fix dependabot duplicated workflow runs (#5984) 62 * ci: fix dependabot duplicated workflow runs (#5984)
59 * ci: allow running workflows manually (#6026) 63 * ci: allow running workflows manually (#6026)
64 * contrib/syntax: remove 'text/plain' from firejail-profile.lang.in (#6057
65 #6059)
60 * contrib/vim: match profile files more broadly (#5850) 66 * contrib/vim: match profile files more broadly (#5850)
61 * test: split individual test groups in github workflows 67 * test: split individual test groups in github workflows
62 * test: add chroot, appimage and network tests in github workflows 68 * test: add chroot, appimage and network tests in github workflows