aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-19 11:11:58 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-19 11:52:44 -0300
commit920c206be0646f78cb35196ceb6118f0239d3d75 (patch)
tree6e023ea9965827fe1acc2152e3a22903b12c040e /RELNOTES
parentMerge pull request #5600 from kmk3/fix-stop-ddash-sh (diff)
downloadfirejail-920c206be0646f78cb35196ceb6118f0239d3d75.tar.gz
firejail-920c206be0646f78cb35196ceb6118f0239d3d75.tar.zst
firejail-920c206be0646f78cb35196ceb6118f0239d3d75.zip
RELNOTES: add new profiles to 0.9.72
Commands used to find the profiles and print the RELNOTES items: $ git log --reverse --pretty= --name-only --diff-filter=A \ 0.9.70..0.9.72 -- etc/inc etc/net etc/profile-* | cut -f 3 -d / | sed -E -e 's/^([^.]+)\.profile$/\1/' -e 's/$/,/' | tr '\n' ' ' | fold -s -w 61 | sed 's/^/ * new profiles: /'; echo Based on the commands from commit a320957a1 ("RELNOTES: add missing new profiles", 2022-06-09) / PR #5184. Note: 61 is used in fold because it's 79 (the default `textwidth` / `tw` in vim) minus 18 (the length of " * new profiles: "). Note2: ".profile" is only trimmed if it's the only suffix, to make it clear that a new etc/profile-a-l/foo.inc.profile is not a new etc/inc/foo.inc profile. Note3: Keep the commas at the end because removing them could need another `fold` to make the output exactly equivalent to writing/formatting the items manually. Note4: There were no profiles removed in 0.9.72: $ git log --reverse --pretty= --name-only --diff-filter=D \ 0.9.70..0.9.72 -- etc/inc etc/net etc/profile-* $
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES5
1 files changed, 4 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 1be46e194..3f4d5a224 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -68,7 +68,10 @@ firejail (0.9.72) baseline; urgency=low
68 (#5493) 68 (#5493)
69 * docs: Fix broken Restrict-DBus wiki link on profile.template (#5554) 69 * docs: Fix broken Restrict-DBus wiki link on profile.template (#5554)
70 * docs: Remove invalid --profile-path from --help (#5585 #5586) 70 * docs: Remove invalid --profile-path from --help (#5585 #5586)
71 * several new profiles 71 * new profiles: gdu, makedeb, gtk-lbry-viewer, lbry-viewer, tuir, chafa,
72 * new profiles: godot3, cinelerra-gg, tesseract, avidemux3_qt5,
73 * new profiles: avidemux3_cli, avidemux3_jobs_qt5, ssmtp, chatterino,
74 * new profiles: linuxqq, qq, electron-hardened.inc.profile,
72 -- netblue30 <netblue30@yahoo.com> Mon, 16 Jan 2023 09:00:00 -0500 75 -- netblue30 <netblue30@yahoo.com> Mon, 16 Jan 2023 09:00:00 -0500
73 76
74firejail (0.9.70) baseline; urgency=low 77firejail (0.9.70) baseline; urgency=low