aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES23
1 files changed, 19 insertions, 4 deletions
diff --git a/RELNOTES b/RELNOTES
index bdafb6ff0..44d313999 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,9 +1,19 @@
1firejail (0.9.43) baseline; urgency=low 1firejail (0.9.45) baseline; urgency=low
2 * development version, work in progress
3 * security: overwrite /etc/resolv.conf found by Martin Carpenter
4 * feature: allow root user access to /dev/shm (--noblacklist=/dev/shm)
5 * feature: split most of networking code in a separate executable
6 * new profiles: xiphos, Tor Browser Bundle, display (imagemagik), Wire
7 * bugfixes
8 -- netblue30 <netblue30@yahoo.com> Sun, 23 Oct 2016 08:00:00 -0500
9
10firejail (0.9.44) baseline; urgency=low
2 * CVE-2016-7545 submitted by Aleksey Manevich 11 * CVE-2016-7545 submitted by Aleksey Manevich
3 * development version
4 * modifs: removed man firejail-config 12 * modifs: removed man firejail-config
5 * modifs: --private-tmp whitelists /tmp/.X11-unix directory 13 * modifs: --private-tmp whitelists /tmp/.X11-unix directory
6 * modifs: Nvidia drivers added to --private-dev 14 * modifs: Nvidia drivers added to --private-dev
15 * modifs: /srv supported by --whitelist
16 * feature: allow user access to /sys/fs (--noblacklist=/sys/fs)
7 * feature: support starting/joining sandbox is a single command 17 * feature: support starting/joining sandbox is a single command
8 (--join-or-start) 18 (--join-or-start)
9 * feature: X11 detection support for --audit 19 * feature: X11 detection support for --audit
@@ -15,10 +25,15 @@ firejail (0.9.43) baseline; urgency=low
15 * feature: X11 security extension (--x11=xorg) 25 * feature: X11 security extension (--x11=xorg)
16 * feature: disable 3D hardware acceleration (--no3d) 26 * feature: disable 3D hardware acceleration (--no3d)
17 * feature: x11 xpra, x11 xephyr, x11 block, allusers, no3d profile commands 27 * feature: x11 xpra, x11 xephyr, x11 block, allusers, no3d profile commands
28 * feature: move files in sandbox (--put)
29 * feature: accept wildcard patterns in user name field of restricted
30 shell login feature
18 * new profiles: qpdfview, mupdf, Luminance HDR, Synfig Studio, Gimp, Inkscape 31 * new profiles: qpdfview, mupdf, Luminance HDR, Synfig Studio, Gimp, Inkscape
19 * new profiles: feh, ranger, zathura, 7z, keepass, keepassx 32 * new profiles: feh, ranger, zathura, 7z, keepass, keepassx,
33 * new profiles: claws-mail, mutt, git, emacs, vim, xpdf, VirtualBox, OpenShot
34 * new profiles: Flowblade, Eye of GNOME (eog), Evolution
20 * bugfixes 35 * bugfixes
21 -- netblue30 <netblue30@yahoo.com> Fri, 9 Sept 2016 08:00:00 -0500 36 -- netblue30 <netblue30@yahoo.com> Fri, 21 Oct 2016 08:00:00 -0500
22 37
23firejail (0.9.42) baseline; urgency=low 38firejail (0.9.42) baseline; urgency=low
24 * security: --whitelist deleted files, submitted by Vasya Novikov 39 * security: --whitelist deleted files, submitted by Vasya Novikov