aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-30 13:28:56 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-30 13:28:56 -0300
commit679ab2ebcc17ff1bfcf50e2b53c6820fa2fbf340 (patch)
treea1c12b7f796b7ea6a82dea0d12eca81bd5b9331c /RELNOTES
parentMerge pull request #5984 from kmk3/ci-fix-dependabot-dup (diff)
downloadfirejail-679ab2ebcc17ff1bfcf50e2b53c6820fa2fbf340.tar.gz
firejail-679ab2ebcc17ff1bfcf50e2b53c6820fa2fbf340.tar.zst
firejail-679ab2ebcc17ff1bfcf50e2b53c6820fa2fbf340.zip
RELNOTES: add bugfix and ci items
Relates to #5965 #5976 #5984.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index c45ec8ebe..626ed7e57 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -25,6 +25,8 @@ firejail (0.9.73) baseline; urgency=low
25 #5618) 25 #5618)
26 * bugfix: fix --hostname and --hosts-file commands 26 * bugfix: fix --hostname and --hosts-file commands
27 * bugfix: arp.c: ensure positive timeout on select(2) (#5806) 27 * bugfix: arp.c: ensure positive timeout on select(2) (#5806)
28 * bugfix: Wrong syscall names for s390_pci_mmio_read and s390_pci_mmio_write
29 (#5965 #5976)
28 * build: auto-generate syntax files (#5627) 30 * build: auto-generate syntax files (#5627)
29 * build: mark all phony targets as such (#5637) 31 * build: mark all phony targets as such (#5637)
30 * build: mkdeb.sh: pass all arguments to ./configure (#5654) 32 * build: mkdeb.sh: pass all arguments to ./configure (#5654)
@@ -52,6 +54,7 @@ firejail (0.9.73) baseline; urgency=low
52 * ci: upgrade debian:stretch to debian:buster (#5818) 54 * ci: upgrade debian:stretch to debian:buster (#5818)
53 * ci: standardize apt-get update/install & misc improvements (#5857) 55 * ci: standardize apt-get update/install & misc improvements (#5857)
54 * ci: whitelist paths, reorganize workflows & speed-up tests (#5960) 56 * ci: whitelist paths, reorganize workflows & speed-up tests (#5960)
57 * ci: fix dependabot duplicated workflow runs (#5984)
55 * contrib/vim: match profile files more broadly (#5850) 58 * contrib/vim: match profile files more broadly (#5850)
56 * test: split individual test groups in github workflows 59 * test: split individual test groups in github workflows
57 * test: add chroot, appimage and network tests in github workflows 60 * test: add chroot, appimage and network tests in github workflows