aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md12
-rw-r--r--RELNOTES6
-rw-r--r--etc/firefox-x11.profile10
-rw-r--r--src/firecfg/firecfg.config1
4 files changed, 20 insertions, 9 deletions
diff --git a/README.md b/README.md
index 8d012fabf..b4288bf40 100644
--- a/README.md
+++ b/README.md
@@ -145,14 +145,10 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
145````` 145`````
146 146
147````` 147`````
148## Latest released version: 0.9.60 - release 0.9.62 pending 148## Latest released version: 0.9.62
149 149
150The development for 0.9.62 is handled on release-0.9.62 branch. 150## Current development version: 0.9.63
151
152I had to cut the release branch again as of this commit - big fixes from @smitsohu and @glitsj16.
153Also problems with the configure script as reported by @matu3ba. I am reusing the same
154name for the release branch, release-0.9.62, so if you have an old release-0.9.62 branch around,
155get rid of it and load the new one.
156 151
152### New profiles:
157 153
158## Current development version: 0.9.63 154firefox-x11
diff --git a/RELNOTES b/RELNOTES
index 202d7a366..079753639 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,9 @@
1firejail (0.9.61) baseline; urgency=low 1firejail (0.9.63) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * DHCP client support
4 * new profiles: firefox-x11
5
6firejail (0.9.62) baseline; urgency=low
3 * added file-copy-limit in /etc/firejail/firejail.config 7 * added file-copy-limit in /etc/firejail/firejail.config
4 * profile templates (/usr/share/doc/firejail) 8 * profile templates (/usr/share/doc/firejail)
5 * allow-debuggers support in profiles 9 * allow-debuggers support in profiles
diff --git a/etc/firefox-x11.profile b/etc/firefox-x11.profile
new file mode 100644
index 000000000..ffd64aad7
--- /dev/null
+++ b/etc/firefox-x11.profile
@@ -0,0 +1,10 @@
1# Firejail profile alias for firefox-x11
2# This file is overwritten after every install/update
3# Persistent local customizations
4include firefox-x11.local
5# Persistent global definitions
6# added by included profile
7#include globals.local
8
9# Redirect
10include firefox.profile
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index a2ec36a8f..a9a191ea0 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -202,6 +202,7 @@ firefox-developer-edition
202firefox-esr 202firefox-esr
203firefox-nightly 203firefox-nightly
204firefox-wayland 204firefox-wayland
205firefox-x11
205flacsplt 206flacsplt
206flameshot 207flameshot
207flashpeak-slimjet 208flashpeak-slimjet