35.0.1 release firefox35
authorWolfgang Rosenauer <wr@rosenauer.org>
Sat, 31 Jan 2015 19:46:18 +0100
branchfirefox35
changeset 829 4372fb79b4d5
parent 826 677ef48cf29b
35.0.1 release
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Sat Jan 10 19:39:02 2015 +0100
+++ b/MozillaFirefox/MozillaFirefox.changes	Sat Jan 31 19:46:18 2015 +0100
@@ -1,7 +1,27 @@
 -------------------------------------------------------------------
+Sat Jan 31 18:37:38 UTC 2015 - wr@rosenauer.org
+
+- update to Firefox 35.0.1
+  * With the Enhanced Steam extension, Firefox could crash (bmo#1123732)
+  * Kerberos authentication did not work with alias (bmo#1108971)
+  * SVG / CSS animation had a regression causing rendering issues on
+    websites like openstreemap.org (bmo#1083079)
+  * On Godaddy webmail, Firefox could crash (bmo#1113121)
+  * document.baseURI did not get updated to document.location after
+    base tag was removed from DOM for site with a CSP (bmo#1121857)
+  * With a Right-to-left (RTL) version of Firefox, the text selection
+    could be broken (bmo#1104036)
+  * CSP had a change in behavior with regard to case sensitivity
+    resources loading (bmo#1122445)
+
+-------------------------------------------------------------------
 Sat Jan 10 18:36:37 UTC 2015 - wr@rosenauer.org
 
 - update to Firefox 35.0 (bnc#910669)
+  notable features:
+  * Firefox Hello with new rooms-based conversations model
+  * Implemented HTTP Public Key Pinning Extension (for enhanced
+    authentication of encrypted connections)
 - rebased patches
 - dropped explicit support for everything older than 12.3
   (including SLES11)
--- a/MozillaFirefox/MozillaFirefox.spec	Sat Jan 10 19:39:02 2015 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Jan 31 19:46:18 2015 +0100
@@ -18,9 +18,9 @@
 
 # changed with every update
 %define major 35
-%define mainver %major.0
+%define mainver %major.0.1
 %define update_channel release
-%define releasedate 2015010900
+%define releasedate 2015013000
 
 # general build definitions
 %if "%{update_channel}" != "aurora"
--- a/MozillaFirefox/create-tar.sh	Sat Jan 10 19:39:02 2015 +0100
+++ b/MozillaFirefox/create-tar.sh	Sat Jan 31 19:46:18 2015 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_35_0_RELEASE"
-VERSION="35.0"
+RELEASE_TAG="FIREFOX_35_0_1_RELEASE"
+VERSION="35.0.1"
 
 # mozilla
 if [ -d mozilla ]; then