aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-23 08:31:58 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-23 08:32:18 -0300
commit3fa94f04c1d90ca8a38caaf8f593a6bc92d7fb52 (patch)
tree4e897207fd66596fe15abde1bc8e2f1948ff9d5d /RELNOTES
parentMerge pull request #5960 from kmk3/ci-split-jobs (diff)
downloadfirejail-3fa94f04c1d90ca8a38caaf8f593a6bc92d7fb52.tar.gz
firejail-3fa94f04c1d90ca8a38caaf8f593a6bc92d7fb52.tar.zst
firejail-3fa94f04c1d90ca8a38caaf8f593a6bc92d7fb52.zip
RELNOTES: add build and ci items
Relates to #5942 #5955 #5956 #5960.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 50a4bd675..c45ec8ebe 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -40,6 +40,9 @@ firejail (0.9.73) baseline; urgency=low
40 * build: fix hardcoded make & remove unnecessary distclean targets (#5911) 40 * build: fix hardcoded make & remove unnecessary distclean targets (#5911)
41 * build: dist and asc improvements (#5916) 41 * build: dist and asc improvements (#5916)
42 * build: fix some shellcheck issues & use config.sh in more scripts (#5927) 42 * build: fix some shellcheck issues & use config.sh in more scripts (#5927)
43 * build: firecfg.config sorting improvements (#5942)
44 * build: codespell improvements (#5955)
45 * build: add missing makefile dep & syntax improvements (#5956)
43 * ci: always update the package db before installing packages (#5742) 46 * ci: always update the package db before installing packages (#5742)
44 * ci: fix codeql unable to download its own bundle (#5783) 47 * ci: fix codeql unable to download its own bundle (#5783)
45 * ci: split configure/build/install commands on gitlab (#5784) 48 * ci: split configure/build/install commands on gitlab (#5784)
@@ -48,6 +51,7 @@ firejail (0.9.73) baseline; urgency=low
48 * ci: run for every branch instead of just master (#5815) 51 * ci: run for every branch instead of just master (#5815)
49 * ci: upgrade debian:stretch to debian:buster (#5818) 52 * ci: upgrade debian:stretch to debian:buster (#5818)
50 * ci: standardize apt-get update/install & misc improvements (#5857) 53 * ci: standardize apt-get update/install & misc improvements (#5857)
54 * ci: whitelist paths, reorganize workflows & speed-up tests (#5960)
51 * contrib/vim: match profile files more broadly (#5850) 55 * contrib/vim: match profile files more broadly (#5850)
52 * test: split individual test groups in github workflows 56 * test: split individual test groups in github workflows
53 * test: add chroot, appimage and network tests in github workflows 57 * test: add chroot, appimage and network tests in github workflows