aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
Commit message (Collapse)AuthorAge
* Merge branch 'master' of ssh://github.com/netblue30/firejailLibravatar netblue302022-09-27
|\
| * RELNOTES: add build/ci itemsLibravatar Kelvin M. Klann2022-09-26
| | | | | | | | Relates to #5275 #5357 #5370.
* | ICMP support in --nettraceLibravatar netblue302022-09-27
|/
* RELNOTES: add docsLibravatar Kelvin M. Klann2022-09-19
| | | | Relates to #5344 #5361 #5366.
* RELNOTES: sort items by category then date addedLibravatar Kelvin M. Klann2022-09-19
| | | | | Put features before modifs, to match the relnotes of 0.9.68 and 0.9.70.
* RELNOTES: reword modif items for clarityLibravatar Kelvin M. Klann2022-09-19
| | | | | | | | | | And add the missing issue/PR references. Misc: The items in question were added on commit 6d740d7dc ("RELNOTES and README.md - existing functionality modified for the next version", 2022-08-29). Relates to #5190 #5196 #5200 #5209 #5216.
* Revert "landlock: check for landlock support in glibc"Libravatar Kelvin M. Klann2022-09-05
| | | | | | This reverts commit c5a052ffa4e2ccaf240635db116a49986808a2b6. Part of reverting commits with Landlock-related changes.
* landlock: check for landlock support in glibcLibravatar netblue302022-09-04
|
* typo fixes for RELNOTESLibravatar glitsj162022-08-29
|
* RELNOTES and README.md - existing functionality modified for the next versionLibravatar netblue302022-08-29
|
* RELNOTES: add seccomp log flood bugfixLibravatar Kelvin M. Klann2022-08-20
| | | | Relates to #5207.
* RELNOTES: sort features by date addedLibravatar Kelvin M. Klann2022-08-20
| | | | Relates to #4939 #5259.
* RELNOTES: add build and docs itemsLibravatar Kelvin M. Klann2022-08-18
| | | | Relates to #5288 #5290 #5296 #5310.
* RELNOTES: add missing references for --restrict-namespacesLibravatar Kelvin M. Klann2022-08-18
| | | | | | And fix a typo of "implemented". Relates to #4939 #5259.
* RELNOTES: add more references related to --apparmor=Libravatar Kelvin M. Klann2022-08-18
| | | | Relates to #5274 #5316 #5317.
* RELNOTES: restore build item and build PR referenceLibravatar Kelvin M. Klann2022-08-18
| | | | | | Which were removed on commit d4323ae26 ("merges", 2022-08-14). Relates to #5283 #5284.
* mergesLibravatar netblue302022-08-14
|
* RELNOTES: add build itemsLibravatar Kelvin M. Klann2022-08-12
| | | | Relates to #5283 #5284.
* RELNOTES: add build and ci itemsLibravatar Kelvin M. Klann2022-08-01
| | | | Relates to #5248 #5249 #5251.
* RELNOTES: add feature: Warn when encountering EIO during remountLibravatar Kelvin M. Klann2022-08-01
| | | | Relates to #5240 #5242.
* 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
|