aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
Commit message (Collapse)AuthorAge
...
* 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.
* RELNOTES: add security-related itemsLibravatar Kelvin M. Klann2022-02-02
| | | | | | | Note: #4780 was closed by commit d2e10f8b7 ("fix --private-cwd problem", 2021-12-19). Relates to #4748 #4780.
* RELNOTES: add bugfixesLibravatar Kelvin M. Klann2022-01-26
| | | | | | | | | | | | | | | | Note: They are added in the order that the issues were fixed/closed. Note2: The issues were found through the following url: https://github.com/netblue30/firejail/issues?q=is%3Aclosed+label%3Abug+-label%3Asecurity+closed%3A%3E2021-06-29+ The date used is the release date of 0.9.66, so in theory the query should return every bug closed after that. Security-related issues are excluded because they will be added separately. Note3: All issues other than #4328 were fixed before 0.9.68rc1. Relates to #2758 #4235 #4328 #4387 #4395 #4460 #4467 #4558 #4560 #4586.
* mergesLibravatar netblue302022-01-24
|
* mergesLibravatar netblue302022-01-24
|
* mergesLibravatar netblue302022-01-24
|
* Revert "adding netlink to --protocol list (#4605)"Libravatar Kelvin M. Klann2022-01-24
| | | | | | | | | This reverts commit 39654d01661ea9310b9b886a572ee24b1e4c9cfb. This only manually removes the RELNOTES entry; the other parts were already partially reverted by commit ac83117d0 ("netlink - fixing the fix", 2022-01-22) and commit 7df85d5ab ("netlink: revert man pages", 2022-01-22).
* adding netlink to --protocol list (#4605)Libravatar netblue2022-01-21
|
* rel 0.9.68rc1 testing0.9.68rc1Libravatar netblue302022-01-18
|
* relnotesLibravatar smitsohu2022-01-18
|
* RELNOTES: add missing noprinters pr referenceLibravatar Kelvin M. Klann2022-01-16
| | | | Relates to #4827.
* raincatLibravatar netblue302022-01-14
|
* merge updatesLibravatar netblue302022-01-08
|
* updatesLibravatar netblue302021-12-28
|
* nettraceLibravatar netblue302021-12-28
|
* RELNOTES: s/deprecated/removed/Libravatar Kelvin M. Klann2021-12-13
| | | | | | | | | | | | | | | As far as I know, to "deprecate" something usually means the following: * It should not be used anymore * It still works (even if it may not work 100%) * It may be removed in a future release But the features mentioned on RELNOTES were actually removed; see commit c08414fdb ("deprecated --disable-whitelist at compile time", 2021-07-03) and commit c32924b82 ("deprecated whitelist=yes/no in /etc/firejail/firejail.config", 2021-07-04). So to avoid confusion, just say that they were removed.
* RELNOTES: add more missing pr/issue referencesLibravatar Kelvin M. Klann2021-12-11
| | | | Relates to #4157 #4288 #4461 #4462.
* RELNOTES: add missing pull request referencesLibravatar Kelvin M. Klann2021-12-11
| | | | Relates to #4510 #4533 #4599 #4635.
* RELNOTES: add noprinters commandLibravatar Kelvin M. Klann2021-12-11
| | | | | | | As mentioned by @rusty-snake: https://github.com/netblue30/firejail/discussions/4770#discussioncomment-1784210 Relates to #4607.
* updatesLibravatar netblue302021-12-08
|
* RELNOTES: mention move of firecfg.config to /etc/firejail/Libravatar Kelvin M. Klann2021-11-15
| | | | Relates to #4669.
* Profile fixesLibravatar rusty-snake2021-11-14
| | | | | | | | - Update RELNOTES and README.md - disable-common.inc - blacklist ${HOME}/.local/share/ibus-typing-booster - blacklist /run/timeshift (closes #4660) - fix audacity.profile (closes #4659)
* mergesLibravatar netblue302021-11-13
|
* telnet and ftpLibravatar netblue302021-11-12
|
* Update README.md RELNOTESLibravatar rusty-snake2021-10-09
|
* update relnotesLibravatar smitsohu2021-10-08
|
* trim excess whitespaceLibravatar a13460542021-09-25
|
* Update RELNOTESLibravatar rusty-snake2021-09-04
|
* fix deb package buildingLibravatar netblue302021-07-29
|
* Update RELNOTESLibravatar rusty-snake2021-07-28
|
* Complete 42a03511d0877690276da83bf548635d7e8ca693Libravatar Fred Barclay2021-07-23
| | | | | | | | Add ms-edge-beta paths to disable-programs.inc Support firecfg Adding to release notes (already added to README.md)
* deprecated whitelist=yes/no in /etc/firejail/firejail.configLibravatar netblue302021-07-04
|
* deprecated --disable-whitelist at compile timeLibravatar netblue302021-07-03
|