update to 56.0.1 firefox56
authorWolfgang Rosenauer <wr@rosenauer.org>
Fri, 13 Oct 2017 23:03:19 +0200
branchfirefox56
changeset 1000 bfa8722a06ad
parent 999 932b3ad009d5
child 1001 7339b115a221
update to 56.0.1
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Fri Oct 13 23:03:07 2017 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Fri Oct 13 23:03:19 2017 +0200
@@ -1,7 +1,16 @@
 -------------------------------------------------------------------
-Mon Oct  2 19:57:40 UTC 2017 - wr@rosenauer.org
-
+Tue Oct 10 11:47:49 UTC 2017 - wr@rosenauer.org
+
+- update to Firefox 56.0.1
+  * Block D3D11 when using Intel drivers on Windows 7 systems with
+    partial AVX support (bmo#1403353)
+  -> just to sync the version number
 - enable stylo for TW (requires LLVM >= 3.9)
+- queue KDE filepicker requests to avoid non-opening file dialogs
+  happening in certain situations (contributed by Ignaz Forster)
+- the placeholder dot in KDE file dialog in case of empty filenames
+  was removed, apparently not required (anymore)
+  (contributed by Ignaz Forster)
 
 -------------------------------------------------------------------
 Sun Oct  1 18:25:16 UTC 2017 - stefan.bruens@rwth-aachen.de
--- a/MozillaFirefox/MozillaFirefox.spec	Fri Oct 13 23:03:07 2017 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Fri Oct 13 23:03:19 2017 +0200
@@ -19,10 +19,10 @@
 
 # changed with every update
 %define major 56
-%define mainver %major.0
+%define mainver %major.0.1
 %define update_channel release
 %define branding 1
-%define releasedate 20170926190823
+%define releasedate 20171002220106
 
 # PIE, full relro (x86_64 for now)
 %define build_hardened 1
--- a/MozillaFirefox/create-tar.sh	Fri Oct 13 23:03:07 2017 +0200
+++ b/MozillaFirefox/create-tar.sh	Fri Oct 13 23:03:19 2017 +0200
@@ -7,8 +7,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="8fbf05f4b92125e081984f5e39b559b83e5cc729"  # 56 build6
-VERSION="56.0"
+RELEASE_TAG="FIREFOX_56_0_1_RELEASE"  # 56.0.1 build2
+VERSION="56.0.1"
 
 # mozilla
 if [ -d mozilla ]; then