aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 23:48:45 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 23:51:14 -0300
commitdcd28c3a953e1185c7cb952b7e0633e72b837019 (patch)
treee67223d01ae1123006cad385a672234c72dd0b59 /RELNOTES
parentRELNOTES: add build-related items (diff)
downloadfirejail-dcd28c3a953e1185c7cb952b7e0633e72b837019.tar.gz
firejail-dcd28c3a953e1185c7cb952b7e0633e72b837019.tar.zst
firejail-dcd28c3a953e1185c7cb952b7e0633e72b837019.zip
RELNOTES: add ci section with SHA pinning and dependabot
And move the profile checks item to the ci section. Relates to #2739 #4643 #4774.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index c7e211f49..7fd4daa08 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -6,8 +6,6 @@ firejail (0.9.68rc2) baseline; urgency=low
6 (#4780); reported by Hugo Osvaldo Barrera 6 (#4780); reported by Hugo Osvaldo Barrera
7 * feature: remove (some) environment variables with auth-tokens (#4157) 7 * feature: remove (some) environment variables with auth-tokens (#4157)
8 * feature: ALLOW_TRAY condition (#4510 #4599) 8 * feature: ALLOW_TRAY condition (#4510 #4599)
9 * feature: add ci profile checks for sorting disable-programs.inc and
10 firecfg.config and for the required arguments in private-etc (#2739 #4643)
11 * feature: intrusion detection system (--ids-init, --ids-check) 9 * feature: intrusion detection system (--ids-init, --ids-check)
12 * feature: deterministic shutdown command (--deterministic-exit-code, 10 * feature: deterministic shutdown command (--deterministic-exit-code,
13 --deterministic-shutdown) (#928 #3042 #4635) 11 --deterministic-shutdown) (#928 #3042 #4635)
@@ -43,6 +41,9 @@ firejail (0.9.68rc2) baseline; urgency=low
43 * build: allow building with address sanitizer (#4594) 41 * build: allow building with address sanitizer (#4594)
44 * build: Stop linking pthread (#4695) 42 * build: Stop linking pthread (#4695)
45 * build: Configure cleanup and improvements (#4712) 43 * build: Configure cleanup and improvements (#4712)
44 * ci: add profile checks for sorting disable-programs.inc and
45 firecfg.config and for the required arguments in private-etc (#2739 #4643)
46 * ci: pin GitHub actions to SHAs and use Dependabot to update them (#4774)
46 * docs: fix contradictory descriptions of machine-id ("preserves" vs 47 * docs: fix contradictory descriptions of machine-id ("preserves" vs
47 "spoofs") (#4689) 48 "spoofs") (#4689)
48 * docs: Document that private-bin and private-etc always accumulate (#4078) 49 * docs: Document that private-bin and private-etc always accumulate (#4078)