From 920c206be0646f78cb35196ceb6118f0239d3d75 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 19 Jan 2023 11:11:58 -0300 Subject: 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-* $ --- RELNOTES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 (#5493) * docs: Fix broken Restrict-DBus wiki link on profile.template (#5554) * docs: Remove invalid --profile-path from --help (#5585 #5586) - * several new profiles + * new profiles: gdu, makedeb, gtk-lbry-viewer, lbry-viewer, tuir, chafa, + * new profiles: godot3, cinelerra-gg, tesseract, avidemux3_qt5, + * new profiles: avidemux3_cli, avidemux3_jobs_qt5, ssmtp, chatterino, + * new profiles: linuxqq, qq, electron-hardened.inc.profile, -- netblue30 Mon, 16 Jan 2023 09:00:00 -0500 firejail (0.9.70) baseline; urgency=low -- cgit v1.2.3-54-g00ecf