57.0.3 firefox57
authorWolfgang Rosenauer <wr@rosenauer.org>
Wed, 03 Jan 2018 14:41:18 +0100
branchfirefox57
changeset 1015 ff0b674a2504
parent 1014 963651ec972e
child 1016 c78880e58206
57.0.3
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Wed Jan 03 14:41:12 2018 +0100
+++ b/MozillaFirefox/MozillaFirefox.changes	Wed Jan 03 14:41:18 2018 +0100
@@ -1,4 +1,20 @@
 -------------------------------------------------------------------
+Wed Jan  3 08:29:38 UTC 2018 - wr@rosenauer.org
+
+- fixed regression introduced Oct 10th which made Firefox crash
+  when cancelling the KDE file dialog (boo#1069962)
+
+-------------------------------------------------------------------
+Fri Dec 29 19:52:34 UTC 2017 - astieger@suse.com
+
+- Mozilla Firefox 57.0.3:
+  * Fix a crash reporting issue that inadvertently sends background
+    tab crash reports to Mozilla without user opt-in (bmo#1427111,
+    bsc#1074235)
+- Includes changes from 57.0.2:
+  * fixes for platforms other than GNU/Linux
+
+-------------------------------------------------------------------
 Fri Dec  8 15:52:17 UTC 2017 - dimstar@opensuse.org
 
 - Explicitly buildrequires python2-xml: The build system relies on
--- a/MozillaFirefox/MozillaFirefox.spec	Wed Jan 03 14:41:12 2018 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Wed Jan 03 14:41:18 2018 +0100
@@ -19,10 +19,10 @@
 
 # changed with every update
 %define major 57
-%define mainver %major.0.1
+%define mainver %major.0.3
 %define update_channel release
 %define branding 1
-%define releasedate 20171128222554
+%define releasedate 20171228000000
 
 # PIE, full relro (x86_64 for now)
 %define build_hardened 1
--- a/MozillaFirefox/create-tar.sh	Wed Jan 03 14:41:12 2018 +0100
+++ b/MozillaFirefox/create-tar.sh	Wed Jan 03 14:41:18 2018 +0100
@@ -7,8 +7,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="d2e449c73daca64d8c8185590750873b1cfcd412" # build 2
-VERSION="57.0.1"
+RELEASE_TAG="c548334d172bd937da77e36867473d861cfa2217"
+VERSION="57.0.3"
 
 # mozilla
 if [ -d mozilla ]; then