aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-03 19:17:56 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-03 19:17:56 -0300
commita1f7fdeda648faaa8c70480974fde7131a3cdc3b (patch)
treee72ddd148472eb3d74ea01e009e6806fda2312bb /RELNOTES
parentRELNOTES: remove xauth modif item (diff)
downloadfirejail-a1f7fdeda648faaa8c70480974fde7131a3cdc3b.tar.gz
firejail-a1f7fdeda648faaa8c70480974fde7131a3cdc3b.tar.zst
firejail-a1f7fdeda648faaa8c70480974fde7131a3cdc3b.zip
RELNOTES: add build and ci items
Relates to #6104 #6126.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index eb7ee2f6c..82b09a21d 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -50,6 +50,7 @@ firejail (0.9.73) baseline; urgency=low
50 * build: codespell improvements (#5955) 50 * build: codespell improvements (#5955)
51 * 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) 52 * build: sort.py: use case-sensitive sorting (#6070)
53 * build: mkrpm.sh: append instead of override configure args (#6126)
53 * ci: always update the package db before installing packages (#5742) 54 * ci: always update the package db before installing packages (#5742)
54 * ci: fix codeql unable to download its own bundle (#5783) 55 * ci: fix codeql unable to download its own bundle (#5783)
55 * ci: split configure/build/install commands on gitlab (#5784) 56 * ci: split configure/build/install commands on gitlab (#5784)
@@ -61,6 +62,7 @@ firejail (0.9.73) baseline; urgency=low
61 * ci: whitelist paths, reorganize workflows & speed-up tests (#5960) 62 * ci: whitelist paths, reorganize workflows & speed-up tests (#5960)
62 * ci: fix dependabot duplicated workflow runs (#5984) 63 * ci: fix dependabot duplicated workflow runs (#5984)
63 * ci: allow running workflows manually (#6026) 64 * ci: allow running workflows manually (#6026)
65 * ci: re-enable sort.py (#6104)
64 * contrib/syntax: remove 'text/plain' from firejail-profile.lang.in (#6057 66 * contrib/syntax: remove 'text/plain' from firejail-profile.lang.in (#6057
65 #6059) 67 #6059)
66 * contrib/vim: match profile files more broadly (#5850) 68 * contrib/vim: match profile files more broadly (#5850)