aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-20 18:23:45 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-20 18:25:03 -0300
commit07a0c4c8caacb891c30d8eb8d95e56980ac150ae (patch)
tree25bba592165d5386a1b1df5fcae4adeda8fcc59d /RELNOTES
parentMerge pull request #6158 from kmk3/build-use-full-paths (diff)
downloadfirejail-07a0c4c8caacb891c30d8eb8d95e56980ac150ae.tar.gz
firejail-07a0c4c8caacb891c30d8eb8d95e56980ac150ae.tar.zst
firejail-07a0c4c8caacb891c30d8eb8d95e56980ac150ae.zip
RELNOTES: add feature and build items
Relates to #5245 #6153 #6158 #6159.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES5
1 files changed, 4 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 0e1fd8aa9..1846322ea 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -9,7 +9,8 @@ firejail (0.9.73) baseline; urgency=low
9 * feature: add seccomp filters for --restrict-namespaces 9 * feature: add seccomp filters for --restrict-namespaces
10 * feature: stats support for --nettrace 10 * feature: stats support for --nettrace
11 * feature: add doas support in firecfg and jailcheck (#5899 #5900) 11 * feature: add doas support in firecfg and jailcheck (#5899 #5900)
12 * feature: firecfg: add firecfg.d & add ignore command (#2097 #5876) 12 * feature: firecfg: add firecfg.d & add ignore command (#2097 #5245 #5876
13 #6153)
13 * feature: expand simple macros in more commands (--chroot= --netfilter= 14 * feature: expand simple macros in more commands (--chroot= --netfilter=
14 --netfilter6= --trace=) (#6032 #6109) 15 --netfilter6= --trace=) (#6032 #6109)
15 * feature: add Landlock support (#6078 #6115 #6125) 16 * feature: add Landlock support (#6078 #6115 #6125)
@@ -55,6 +56,8 @@ firejail (0.9.73) baseline; urgency=low
55 * build: add missing makefile dep & syntax improvements (#5956) 56 * build: add missing makefile dep & syntax improvements (#5956)
56 * build: sort.py: use case-sensitive sorting (#6070) 57 * build: sort.py: use case-sensitive sorting (#6070)
57 * build: mkrpm.sh: append instead of override configure args (#6126) 58 * build: mkrpm.sh: append instead of override configure args (#6126)
59 * build: use CPPFLAGS instead of INCLUDE in compile targets (#6159)
60 * build: use full paths on compile/link targets (#6158)
58 * ci: always update the package db before installing packages (#5742) 61 * ci: always update the package db before installing packages (#5742)
59 * ci: fix codeql unable to download its own bundle (#5783) 62 * ci: fix codeql unable to download its own bundle (#5783)
60 * ci: split configure/build/install commands on gitlab (#5784) 63 * ci: split configure/build/install commands on gitlab (#5784)