aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-30 17:35:27 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-07-12 18:05:36 +0000
commitc9019bfd04d0215716f880deb19895adc1057ebc (patch)
tree2d94ce1a4bf0071d08e80b4288b8c4555558cafd /RELNOTES
parenttweaks (diff)
downloadfirejail-c9019bfd04d0215716f880deb19895adc1057ebc.tar.gz
firejail-c9019bfd04d0215716f880deb19895adc1057ebc.tar.zst
firejail-c9019bfd04d0215716f880deb19895adc1057ebc.zip
RELNOTES: add build items (plus commands)
The following leverages the fact that when using a normal merge (as opposed to "rebase and merge" or "squash and merge") on GitHub, the pull request number is put in the commit message title and the title of the PR is added to the commit message body. Commands used to find and print the items for the RELNOTES: $ git log --grep='^build:' --merges --reverse --pretty='%s %b' 0.9.70.. | sed -E -n 's/Merge pull request (#[0-9]+) from [^ ]+ (.*)/ * \2 (\1)/p' * build: deduplicate configure-time vars into new config files (#5140) * build: fix file mode of shell scripts (644 -> 755) (#5206) * build: reduce autoconf input files from 32 to 2 (#5219) Commands used to generate the message below: $ git log --grep='^build:' --merges --reverse --pretty='%s %b' 0.9.70.. | sed -E -n 's/Merge pull request (#[0-9]+).*/\1/p' | sort | tr '\n' ' ' | sed -E 's/^(.*) /Relates to \1./' Relates to #5140 #5206 #5219. Relates to #5140 #5206 #5219.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 6c0ef6200..f77ef04ff 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,8 @@
1firejail (0.9.71) baseline; urgency=low 1firejail (0.9.71) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * build: deduplicate configure-time vars into new config files (#5140)
4 * build: fix file mode of shell scripts (644 -> 755) (#5206)
5 * build: reduce autoconf input files from 32 to 2 (#5219)
3 -- netblue30 <netblue30@yahoo.com> Sat, 11 Jun 2022 09:00:00 -0500 6 -- netblue30 <netblue30@yahoo.com> Sat, 11 Jun 2022 09:00:00 -0500
4 7
5firejail (0.9.70) baseline; urgency=low 8firejail (0.9.70) baseline; urgency=low