RELNOTES: add security, feature, test and profile items

Relates to #2359 #7103 #7143 #7146 #7147 #7149 #7151 #7153 #7154.
This commit is contained in:
Kelvin M. Klann 2026-05-02 07:13:02 -03:00
parent edcc595ae2
commit 082956b4f8
2 changed files with 16 additions and 0 deletions

8
README
View file

@ -309,6 +309,9 @@ cayday (https://github.com/caydey)
celenityy (https://github.com/celenityy)
- Thunderbird profile fix
- wget profile fix
Charly Coste (https://github.com/Changaco)
- security: create `~/.config/firejail` to prevent sandbox escape
(#7154)
Christian Pinedo (https://github.com/chrpinedo)
- added nicotine profile
- allow python3 in totem profile
@ -329,6 +332,7 @@ Clayton Williams (https://github.com/gosre)
cobratbq (https://github.com/cobratbq)
- tor profile: add memory-deny-write-execute
- torbrowser-launcher fixes
- profiles: torbrowser-launcher: add no3d (#7143)
CodeWithMa (https://github.com/CodeWithMa)
- mpv.profile: add new XDG_STATE_HOME path
corecontingency (https://https://github.com/corecontingency)
@ -1323,6 +1327,7 @@ StellariusOrion592 (https://github.com/StellariusOrion592)
- new profile: openra (#7005)
- new profile: gzdoom, lzdoom, uzdoom (#7010)
- new profile: quakespasm (#7014)
- new profile: ephoto (#7153)
StelFux (https://github.com/StelFux)
- Fix youtube video in totem
sudoAlphaX (https://github.com/sudoAlphaX)
@ -1472,6 +1477,9 @@ Vladislav Nepogodin (https://github.com/vnepogodin)
- CachyBrowser profile
weebnix (https://github.com/weebnix)
- block /dev/ntsync & add keep-dev-ntsync command
wladmis (https://github.com/wladmis)
- profiles: firefox-common: allow auto light/dark theme switching
(#7103)
Hugo Osvaldo Barrera (https://github.com/WhyNotHugo)
- Skype profile tweaks
- whitelist-ro command

View file

@ -1,5 +1,7 @@
firejail (0.9.81) baseline; urgency=low
* work in progress
* security: create `~/.config/firejail` to prevent sandbox escape (#7154)
* feature: allow subpaths in xdg macros (#2359 #7151)
* modif: create a new syscall group: `@program-keep` (9d90daf)
* modif: stop following symlinks to /dev/null on disable (#5803 #7129)
* docs: man: fix typo in example (#7106)
@ -12,14 +14,20 @@ firejail (0.9.81) baseline; urgency=low
* build: gen-syscalls.sh: remove trailing spaces in `new_syscalls.txt`
(4a5ed83)
* build: deb: add conflict with firejail-profiles (#7141)
* test: fix unescaped newlines in error messages (#7146)
* test: improve tests related to macros (#7147)
* profiles: disable-programs: add lact paths (#7083)
* profiles: disable-exec: add mount paths (#7112)
* profiles: mumble: include whitelist-runuser-common (#7084)
* profiles: disable-common: add xfce clipman path (#7120)
* profiles: steam: allow ~/.cache/nvidia to improve game performance (#7114)
* profiles: firefox-common: allow auto light/dark theme switching (#7103)
* profiles: steam: allow more 3d cache paths (#7149)
* profiles: torbrowser-launcher: add no3d (#7143)
* new profile: gemini (#6936)
* new profile: opencode (#7135)
* new profile: pi (#7136)
* new profile: ephoto (#7153)
-- netblue30 <netblue30@yahoo.com> Sat, 14 Mar 2026 08:00:00 -0500
firejail (0.9.80) baseline; urgency=low