aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-08-29 12:55:00 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-08-29 12:55:00 -0400
commit6d740d7dcf44b9600ef8a534601b7651ad4b5061 (patch)
treeffb9db1d1ef28dee242fa96233c0acdd1a869b4f
parenttracelog disabled by default in /etc/firejail/firejail.config file (diff)
downloadfirejail-6d740d7dcf44b9600ef8a534601b7651ad4b5061.tar.gz
firejail-6d740d7dcf44b9600ef8a534601b7651ad4b5061.tar.zst
firejail-6d740d7dcf44b9600ef8a534601b7651ad4b5061.zip
RELNOTES and README.md - existing functionality modified for the next version
-rw-r--r--README.md9
-rw-r--r--RELNOTES10
2 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4627d7dcf..1f558ac58 100644
--- a/README.md
+++ b/README.md
@@ -182,6 +182,15 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
182 182
183Milestone page: https://github.com/netblue30/firejail/milestone/1 183Milestone page: https://github.com/netblue30/firejail/milestone/1
184 184
185### Modified functionality
186
187 * modif: removed cgroups commands (#5190)
188 * modif: changed --disable-firetunnel into --enable-firetunnel in configure.ac (#5190)
189 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
190 * modif: shell none set as default (#5190)
191 * modif: removed --shell= (#5190)
192 * modif: private-lib disabled by defautl in /etc/firejail/firejail.config (#5190)
193
185### Restrict namespaces 194### Restrict namespaces
186 195
187````` 196`````
diff --git a/RELNOTES b/RELNOTES
index a7d4a9422..82f3ba152 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,15 @@
1firejail (0.9.71) baseline; urgency=low 1firejail (0.9.71) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * modif: removed cgroups commands (#5190)
4 * modif: changed --disable-firetunnel into --enable-firetunnel in
5 configure.ac (#5190)
6 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
7 * modif: shell none set as default (#5190)
8 * modif: removed --shell= (#5190)
9 * modif: private-lib disabled by defautl in /etc/firejail/firejail.config
10 (#5190)
11 * modif: tracelog disabled by defautl in /etc/firejail/firejail.config
12 (#5190)
3 * feature: On failing to remount a fuse filesystem, give warning instead of 13 * feature: On failing to remount a fuse filesystem, give warning instead of
4 erroring out (#5240 #5242) 14 erroring out (#5240 #5242)
5 * feature: restrict namespaces (--restrict-namespaces) implemented as 15 * feature: restrict namespaces (--restrict-namespaces) implemented as