54.0.1 firefox54
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 17 Jul 2017 12:02:05 +0200
branchfirefox54
changeset 983 87a20e4490e0
parent 982 53443ffb496a
child 984 98c4a3711f11
54.0.1
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Mon Jun 26 20:41:30 2017 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Mon Jul 17 12:02:05 2017 +0200
@@ -1,4 +1,15 @@
 -------------------------------------------------------------------
+Tue Jul  4 20:08:47 UTC 2017 - wr@rosenauer.org
+
+- update to Firefox 54.0.1
+  * Fix a display issue of tab title (bmo#1357656)
+  * Fix a display issue of opening new tab (bmo#1371995)
+  * Fix a display issue when opening multiple tabs (bmo#1371962)
+  * Fix a tab display issue when downloading files (bmo#1373109)
+  * Fix a PDF printing issue (bmo#1366744)
+  * Fix a Netflix issue on Linux (bmo#1375708)
+
+-------------------------------------------------------------------
 Thu Jun 15 13:56:05 UTC 2017 - wr@rosenauer.org
 
 - update to Firefox 54.0
--- a/MozillaFirefox/MozillaFirefox.spec	Mon Jun 26 20:41:30 2017 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Mon Jul 17 12:02:05 2017 +0200
@@ -18,10 +18,10 @@
 
 # changed with every update
 %define major 54
-%define mainver %major.0
+%define mainver %major.0.1
 %define update_channel release
 %define branding 1
-%define releasedate 20170612000000
+%define releasedate 20170629000000
 
 # PIE, full relro (x86_64 for now)
 %define build_hardened 1
@@ -576,6 +576,7 @@
 %{progdir}/*.so
 %{progdir}/omni.ja
 %{progdir}/fonts/
+%{progdir}/pingsender
 %{progdir}/platform.ini
 %{progdir}/plugin-container
 %if %crashreporter
--- a/MozillaFirefox/create-tar.sh	Mon Jun 26 20:41:30 2017 +0200
+++ b/MozillaFirefox/create-tar.sh	Mon Jul 17 12:02:05 2017 +0200
@@ -7,8 +7,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_54_0_RELEASE"
-VERSION="54.0"
+RELEASE_TAG="FIREFOX_54_0_1_RELEASE"
+VERSION="54.0.1"
 
 # mozilla
 if [ -d mozilla ]; then