aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
Commit message (Collapse)AuthorAge
* private-etc: fix man pageLibravatar netblue302023-01-25
|
* RELNOTES: add modif and docs itemsLibravatar Kelvin M. Klann2023-01-19
| | | | Relates to #5589 #5599 #5600.
* RELNOTES: add new profiles to 0.9.72Libravatar Kelvin M. Klann2023-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-* $
* 0.9.72 released, moving to 0.9.73Libravatar netblue302023-01-16
|
* relnotes update0.9.72Libravatar netblue302023-01-16
|
* RELNOTES: sort modif itemsLibravatar Kelvin M. Klann2023-01-16
| | | | | This amends commit a100cbe99 ("RELNOTES: move etc-hide-blacklisted item to modif", 2023-01-16).
* RELNOTES: move etc-hide-blacklisted item to modifLibravatar Kelvin M. Klann2023-01-16
| | | | | | And clarify it. Relates to #5010 #5230 #5591 #5595.
* update RELNOTES dateLibravatar netblue302023-01-16
|
* mergesLibravatar netblue302023-01-16
|
* RELNOTES: add related PR to --apparmor= itemLibravatar Kelvin M. Klann2023-01-14
| | | | Relates to #5274 #5475.
* RELNOTES: move --profile-path in --help item to docsLibravatar Kelvin M. Klann2023-01-14
| | | | | | | Added on commit 7902594e7 ("RELNOTES: add bugfix for --profile-path in --help", 2023-01-14). Relates to #5585 #5586.
* bringing back whitelisting /devLibravatar netblue302023-01-14
|
* RELNOTES: add bugfix for --profile-path in --helpLibravatar Kelvin M. Klann2023-01-14
| | | | Relates to #5585 #5586.
* bump release dateLibravatar Reiner Herrmann2023-01-12
|
* rel 0.9.72 testing: disable whitelisting /dev directoryLibravatar netblue302023-01-12
|
* Merge branch 'master' of ssh://github.com/netblue30/firejailLibravatar netblue302023-01-12
|\
| * RELNOTES: add build itemLibravatar Kelvin M. Klann2023-01-12
| | | | | | | | Relates to #5577.
| * RELNOTES: add --netlock bugfixLibravatar Kelvin M. Klann2023-01-12
| | | | | | | | Relates to #5312.
* | rel 0.9.72 testingLibravatar netblue302023-01-12
|/
* RELNOTES: add docs itemLibravatar Kelvin M. Klann2023-01-11
| | | | Relates to #5554.
* add netlock support in profile filesLibravatar netblue302022-12-21
|
* RELNOTES: clarify/format feature itemsLibravatar Kelvin M. Klann2022-12-20
| | | | Relates to #5274 #5316 #5317.
* RELNOTES: clarify --restrict-namespaces featureLibravatar Kelvin M. Klann2022-12-20
| | | | Relates to #4939 #5259.
* RELNOTES: add features and docs itemsLibravatar Kelvin M. Klann2022-12-20
| | | | Relates to #5440 #5493 #5502 #5537.
* RELNOTES: add build itemsLibravatar Kelvin M. Klann2022-12-19
| | | | Relates to #5488 #5504.
* 0.9.72rc10.9.72rc1Libravatar netblue302022-12-19
|
* RELNOTES: add ci and docs itemsLibravatar Kelvin M. Klann2022-11-28
| | | | Relates to #5189 #5349 #5439 #5485.
* RELNOTES: add build and ci itemsLibravatar Kelvin M. Klann2022-11-25
| | | | Relates to #5429 #5478 #5481.
* RELNOTES: add featuresLibravatar Kelvin M. Klann2022-11-22
| | | | Relates to #5188 #5217 #5271.
* RELNOTES: add docsLibravatar Kelvin M. Klann2022-11-20
| | | | Relates to #5398 #5402 #5451.
* RELNOTES: add build: Fix musl warningsLibravatar Kelvin M. Klann2022-11-03
| | | | Relates to #5421 #5431.
* RELNOTES: add missing issue referenceLibravatar Kelvin M. Klann2022-11-03
| | | | Relates to #5356.
* removed grsecurity supportLibravatar netblue302022-10-24
|
* --icmptraceLibravatar netblue302022-10-24
|
* dnstrace and snitraceLibravatar netblue302022-10-23
|
* 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.