aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
Commit message (Collapse)AuthorAge
* RELNOTES: fix typoLibravatar glitsj162023-02-27
|
* RELNOTES: add feature and build itemsLibravatar Kelvin M. Klann2023-02-25
| | | | Relates to #5674 #5677.
* New profiles: qpdf and redirects (#5675)Libravatar glitsj162023-02-23
| | | | | | | | | | | | | | | | | | | | | * Create qpdf.profile and redirects qpdf (CLI) provides PDF metadata cleaning. See privacy-handbuch.de[1] for details. The site offers pdf-meta-clean.sh[2], which works very well with firejailed qpdf. [1] https://www.privacy-handbuch.de/handbuch_43a.htm [2] https://www.privacy-handbuch.de/download/pdf-meta-clean.sh * RELNOTES: add qpdf and redirects to new profiles section * firecfg.config: add qpdf and redirects * qpdf: use 'seccomp socket' instead of 'protocol unix' See https://github.com/netblue30/firejail/issues/639. Thanks @rusty-snake in code review.
* RELNOTES: add build and docs itemsLibravatar Kelvin M. Klann2023-02-17
| | | | Relates to #5667 #5668.
* RELNOTES: fix inconsistent indents and optionsLibravatar Kelvin M. Klann2023-02-14
| | | | | | | | | | | | | This amends commit 707f48a12 ("RELNOTES", 2023-02-14). Note: The "Allow only letters and digits" modif item was implemented on commit b4ffaa207 ("merges; more on cleaning up esc chars", 2023-02-14) and relates to both #5578 and #5613. The "--hostname" part of both the "Prevent" and the "Allow" modif items was also only added on that commit. Discussion about the hostname: https://github.com/netblue30/firejail/pull/5613#issuecomment-1421271389 Relates to #5578.
* RELNOTES: add modif and build itemsLibravatar Kelvin M. Klann2023-02-14
| | | | Relates to #5613 #5654.
* RELNOTES: fix keep-shell-rc feature itemLibravatar Kelvin M. Klann2023-02-14
| | | | | | | | | Move it before modifs, add missing PR reference and make the description match the PR name. This amends commit 9d68139d7 ("merges", 2023-02-06). Relates to #1127 #5634.
* RELNOTESLibravatar netblue302023-02-14
|
* mergesLibravatar netblue302023-02-06
|
* RELNOTES: add build itemsLibravatar Kelvin M. Klann2023-02-05
| | | | Relates to #5627 #5637.
* RELNOTES: fix qutebrowser itemLibravatar Kelvin M. Klann2023-02-05
| | | | | | | | | | | | Change the "fix:" prefix to "bugfix:" and move it below modifs, for consistency with the previous releases. Also, add a missing PR reference and make the description match the current issue title. Added on commit be88622c8 ("private-etc: fix man page", 2023-01-25). Relates to #5601 #5618.
* RELNOTES: capitalize modif item to match the PR titleLibravatar Kelvin M. Klann2023-02-05
| | | | | | Added on commit 897f5791d ("merges", 2023-01-30). Relates to #5578.
* mergesLibravatar netblue302023-01-30
|
* 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.