aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
Commit message (Collapse)AuthorAge
...
* RELNOTES: add build items (plus commands)Libravatar Kelvin M. Klann2022-07-12
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* 0.9.71Libravatar netblue302022-06-12
|
* release 0.9.70 testing0.9.70Libravatar netblue2022-06-09
|
* RELNOTES: add removed nvm profileLibravatar Kelvin M. Klann2022-06-09
| | | | | | | | | | Commands used to find the profile: $ git log --pretty= --graph --name-only \ --diff-filter=DBX 0.9.68..HEAD -- etc $ tig --diff-filter=DXB 0.9.68..HEAD -- etc Relates to #5058.
* RELNOTES: add missing new profilesLibravatar Kelvin M. Klann2022-06-09
| | | | | | | | | | | | Profiles: opera-developer, node-gyp, npx, semver, ping-hardened. Commands used to find the profiles: $ git log --pretty= --graph --name-only \ --diff-filter=AC 0.9.68..HEAD -- etc $ tig --diff-filter=AC 0.9.68..HEAD -- etc Relates to #5001 #5058 #5061.
* RELNOTES: sort items by done date within categoriesLibravatar Kelvin M. Klann2022-06-09
| | | | Relates to #5111 #5122 #5155.
* RELNOTES: add feature: always log seccomp errorsLibravatar Kelvin M. Klann2022-06-08
| | | | Relates to #5110.
* RELNOTES: add build entriesLibravatar Kelvin M. Klann2022-06-08
| | | | Relates to #5133 #5154.
* RELNOTES: add feature/bugfixLibravatar Kelvin M. Klann2022-06-08
| | | | Relates to #5088 #5114.
* RELNOTES: add ci/docsLibravatar Kelvin M. Klann2022-06-07
| | | | Relates to #5078 #5147 #5148.
* RELNOTES: mention --tab option on its entryLibravatar Kelvin M. Klann2022-06-07
| | | | | | Added on commit ddd7e6fec ("merges", 2022-02-20). Relates to #4936.
* RELNOTES: sort items by category (features/modifs)Libravatar Kelvin M. Klann2022-06-07
| | | | | | Move the modif entries after the feature entries to be consistent with the notes of the previous release (0.9.68): features, modifs/reworks, removals, bugfixes, build, ci, docs, includes/profiles.
* removed enforcement of nonewprivs for --noprofileLibravatar netblue302022-06-03
|
* more relnotesLibravatar netblue302022-06-03
|
* relnotesLibravatar netblue302022-06-03
|
* --nettrace only available when running the sandbox as rootLibravatar netblue302022-06-03
|
* enforce nonewprivs for --noprofile optionLibravatar netblue302022-06-03
|
* RELNOTES: add gcov dummy functions bugfix and docsLibravatar Kelvin M. Klann2022-03-24
| | | | Relates to #5028 #5043 #5052.
* mergeLibravatar smitsohu2022-03-11
|
* RELNOTES: add warning about allow-trayLibravatar Kelvin M. Klann2022-03-09
| | | | Relates to #4946.
* RELNOTES: sort items by categoryLibravatar Kelvin M. Klann2022-03-09
| | | | | | | | | Put it in a similar order to 0.9.68: features, modifs/reworks, bugfixes, ci, docs, new profiles. See commit 5fbc1cd50 ("RELNOTES: sort items by category", 2022-02-05). Misc: The last paragraph of that commit message is wrong; just ignore it.
* RELNOTES: add missing PR references; fix typoLibravatar Kelvin M. Klann2022-03-09
| | | | | | This amends commit 481321881 ("merges", 2022-03-05). Relates to #4985 #4990 #5011.
* mergesLibravatar netblue302022-03-05
|
* openSUSE Leap - whitelist-run-common.inc (#4954)Libravatar netblue302022-02-22
|
* mergesLibravatar netblue302022-02-20
|
* --tab: enable shell tab completionLibravatar netblue302022-02-20
|
* RELNOTES: add bugfix/ci/docsLibravatar Kelvin M. Klann2022-02-16
| | | | Relates to #4912 #4916 #4930 #4933.
* fix --private-cwd, issue #4910Libravatar netblue302022-02-08
|
* push changelog date, so that it's different from the previous oneLibravatar Reiner Herrmann2022-02-07
| | | | otherwise the gitlab CI will complain
* moving to 0.9.69Libravatar netblue302022-02-06
|
* 0.9.68 testing0.9.68Libravatar netblue302022-02-06
|
* rel 0.9.68 testingLibravatar netblue302022-02-06
|
* RELNOTES: add new command checklist and issue template reworkLibravatar Kelvin M. Klann2022-02-06
| | | | Relates to #4413 #4479 #4515 #4561.
* RELNOTES: add pr related to PATH_MAX bugfixLibravatar Kelvin M. Klann2022-02-06
| | | | Relates to #4606.
* RELNOTES: add AppArmor base abstraction support and disable-proc.incLibravatar Kelvin M. Klann2022-02-06
| | | | Relates to #3226 #4521 #4628.
* RELNOTES: add ci section with SHA pinning and dependabotLibravatar Kelvin M. Klann2022-02-05
| | | | | | And move the profile checks item to the ci section. Relates to #2739 #4643 #4774.
* RELNOTES: add build-related itemsLibravatar Kelvin M. Klann2022-02-05
| | | | Relates to #4594 #4695 #4712.
* RELNOTES: add com.github.tchx84.Flatseal profileLibravatar Kelvin M. Klann2022-02-05
| | | | Relates to #4724.
* RELNOTES: add pipewire in --nosound and ci profile checksLibravatar Kelvin M. Klann2022-02-05
| | | | Relates to #2739 #4643 #4855.
* RELNOTES: add bugfix for symlinks on private-bin + globsLibravatar Kelvin M. Klann2022-02-05
| | | | Relates to #4626.
* RELNOTES: add unset TMP if it doesn't existLibravatar Kelvin M. Klann2022-02-05
| | | | Relates to #4151.
* RELNOTES: add missing issue referencesLibravatar Kelvin M. Klann2022-02-05
| | | | | | | Interestingly, some really old issues were fixed in this release (#408 is from 2016). Relates to #408 #928 #3042.
* RELNOTES: add docs and group keeping/dropping modifsLibravatar Kelvin M. Klann2022-02-05
| | | | Relates to #4078 #4632 #4689 #4725 #4732 #4851.
* RELNOTES: add prefixes for features, modifs and removalsLibravatar Kelvin M. Klann2022-02-05
| | | | | | | To make it easier to see at a glance what each item is about. Note: Other than "removal", the prefixes are taken from previous releases.
* RELNOTES: sort items by categoryLibravatar Kelvin M. Klann2022-02-05
| | | | | | | | | | Sort in the following category order: security, features, modifications, removals, bugfixes, new includes, removed includes, new profiles. Also, --keep-fd was added to the RELNOTES after whitelist-ro, so move it there.
* RELNOTES: add allow apostrophe in whitelist and blacklistLibravatar Kelvin M. Klann2022-02-05
| | | | Relates to #4614.
* RELNOTES: add a few more missing issue/pr referencesLibravatar Kelvin M. Klann2022-02-05
| | | | Relates to #4454 #4740 #4878.
* RELNOTES: add bugfix for private-etc and symlinksLibravatar Kelvin M. Klann2022-02-04
| | | | Relates to #4887.
* RELNOTES: add more bugfixesLibravatar Kelvin M. Klann2022-02-03
| | | | Relates to #3958 #4362 #4365 #4476 #4578 #4579 #4583.
* RELNOTES: add missing --netlock issue referenceLibravatar Kelvin M. Klann2022-02-03
| | | | Relates to #4848.