Firefox 69.0.1 firefox69
authorWolfgang Rosenauer <wr@rosenauer.org>
Fri, 20 Sep 2019 14:10:22 +0200
branchfirefox69
changeset 1110 9e4b30f05706
parent 1109 972f68ac6b1a
child 1111 97a6da6d7e29
Firefox 69.0.1
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/firefox.js
MozillaFirefox/source-stamp.txt
MozillaFirefox/tar_stamps
--- a/MozillaFirefox/MozillaFirefox.changes	Sat Sep 14 10:56:02 2019 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Fri Sep 20 14:10:22 2019 +0200
@@ -1,4 +1,22 @@
 -------------------------------------------------------------------
+Thu Sep 19 13:31:16 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
+
+- Mozilla Firefox 69.0.1
+  * Fixed external programs launching in the background when clicking
+    a link from inside Firefox to launch them (bmo#1570845)
+  * Usability improvements to the Add-ons Manager for users with
+    screen readers (bmo#1567600)
+  * Fixed the Captive Portal notification bar not being dismissable
+    in some situations after login is complete (bmo#1578633)
+  * Fixed the maximum size of fonts in Reader Mode when zoomed (bmo#1578454)
+  * Fixed missing stacks in the Developer Tools Performance section
+    (bmo#1578354)
+  MFSA 2019-31
+  * CVE-2019-11754 (bmo#1580506)
+    Pointer Lock is enabled with no user notification
+- disable DOH by default
+
+-------------------------------------------------------------------
 Thu Sep  5 13:02:39 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
 
 - Mozilla Firefox 69.0
@@ -43,6 +61,7 @@
   * mozilla-bmo1554971.patch
   * mozilla-bmo1573381.patch
   * mozilla-nestegg-big-endian.patch
+  * mozilla-bmo1512162.patch
 
 -------------------------------------------------------------------
 Fri Aug 30 20:49:11 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
--- a/MozillaFirefox/MozillaFirefox.spec	Sat Sep 14 10:56:02 2019 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Fri Sep 20 14:10:22 2019 +0200
@@ -19,12 +19,12 @@
 
 # changed with every update
 %define major          69
-%define mainver        %major.0
-%define orig_version   69.0
+%define mainver        %major.0.1
+%define orig_version   69.0.1
 %define orig_suffix    %{nil}
 %define update_channel release
 %define branding       1
-%define releasedate    20190827005903
+%define releasedate    20190917135527
 %define source_prefix  firefox-%{orig_version}
 
 # always build with GCC as SUSE Security Team requires that
--- a/MozillaFirefox/firefox.js	Sat Sep 14 10:56:02 2019 +0200
+++ b/MozillaFirefox/firefox.js	Fri Sep 20 14:10:22 2019 +0200
@@ -1,3 +1,5 @@
 pref("intl.locale.requested", "");
 pref("browser.preferences.instantApply", true);
 pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
+/* Disable DoH by default */
+pref("network.trr.mode", 5);
--- a/MozillaFirefox/source-stamp.txt	Sat Sep 14 10:56:02 2019 +0200
+++ b/MozillaFirefox/source-stamp.txt	Fri Sep 20 14:10:22 2019 +0200
@@ -1,2 +1,2 @@
-REV=cce4622026ab8e0130a0afc03f829f9b19ca38c2
+REV=bf6ea738ba073f1a70554799a749235136afc93a
 REPO=http://hg.mozilla.org/releases/mozilla-release
--- a/MozillaFirefox/tar_stamps	Sat Sep 14 10:56:02 2019 +0200
+++ b/MozillaFirefox/tar_stamps	Fri Sep 20 14:10:22 2019 +0200
@@ -1,8 +1,8 @@
 PRODUCT="firefox"
 CHANNEL="release"
-VERSION="69.0"
+VERSION="69.0.1"
 VERSION_SUFFIX=""
-FF_RELEASE_TAG="cce4622026ab8e0130a0afc03f829f9b19ca38c2"
+FF_RELEASE_TAG="bf6ea738ba073f1a70554799a749235136afc93a"
 TB_RELEASE_TAG=""
 PREV_VERSION=""
 PREV_VERSION_SUFFIX=""