aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-19 02:29:46 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-19 02:36:51 -0300
commitd288a53875a1ca61e6468603b4ff33008e495c81 (patch)
tree681225f9916a6df72bc0be460d487eb7313cc741 /RELNOTES
parentcleanup (diff)
downloadfirejail-d288a53875a1ca61e6468603b4ff33008e495c81.tar.gz
firejail-d288a53875a1ca61e6468603b4ff33008e495c81.tar.zst
firejail-d288a53875a1ca61e6468603b4ff33008e495c81.zip
RELNOTES: add build, ci and contrib items
Relates to #5842 #5850 #5857.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 49c2fbce0..4cd27f3a9 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -22,6 +22,7 @@ firejail (0.9.73) baseline; urgency=low
22 * build: mkdeb.sh: pass all arguments to ./configure (#5654) 22 * build: mkdeb.sh: pass all arguments to ./configure (#5654)
23 * build: deb: enable apparmor by default & remove deb-apparmor (#5668) 23 * build: deb: enable apparmor by default & remove deb-apparmor (#5668)
24 * build: Fix whitespace and add .editorconfig (#5674) 24 * build: Fix whitespace and add .editorconfig (#5674)
25 * build: enable compiler warnings by default (#5842)
25 * ci: always update the package db before installing packages (#5742) 26 * ci: always update the package db before installing packages (#5742)
26 * ci: fix codeql unable to download its own bundle (#5783) 27 * ci: fix codeql unable to download its own bundle (#5783)
27 * ci: split configure/build/install commands on gitlab (#5784) 28 * ci: split configure/build/install commands on gitlab (#5784)
@@ -29,6 +30,8 @@ firejail (0.9.73) baseline; urgency=low
29 * ci: formatting and misc improvements (#5802) 30 * ci: formatting and misc improvements (#5802)
30 * ci: run for every branch instead of just master (#5815) 31 * ci: run for every branch instead of just master (#5815)
31 * ci: upgrade debian:stretch to debian:buster (#5818) 32 * ci: upgrade debian:stretch to debian:buster (#5818)
33 * ci: standardize apt-get update/install & misc improvements (#5857)
34 * contrib/vim: match profile files more broadly (#5850)
32 * test: split individual test groups in github workflows 35 * test: split individual test groups in github workflows
33 * test: add chroot, appimage and network tests in github workflows 36 * test: add chroot, appimage and network tests in github workflows
34 * docs: remove apparmor options in --help when building without apparmor 37 * docs: remove apparmor options in --help when building without apparmor