49.0.2 firefox49
authorWolfgang Rosenauer <wr@rosenauer.org>
Sun, 13 Nov 2016 16:53:26 +0100
branchfirefox49
changeset 931 c5f980be6e8b
parent 930 fdfd88b0c2d7
child 932 a58cc7936ce7
49.0.2
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Wed Oct 19 14:13:47 2016 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Sun Nov 13 16:53:26 2016 +0100
@@ -1,4 +1,21 @@
 -------------------------------------------------------------------
+Mon Oct 24 09:41:17 UTC 2016 - astieger@suse.com
+
+- Mozilla Firefox 49.0.2:
+  * CVE-2016-5287: Crash in nsTArray_base (bsc#1006475)
+  * CVE-2016-5288: Web content can read cache entries (bsc#1006476)
+  * Asynchronous rendering of the Flash plugins is now enabled by
+    default
+  * Change D3D9 default fallback preference to prevent graphical
+    artifacts
+  * Network issue prevents some users from seeing the Firefox UI on
+    startup
+  * Web compatibility issue with file uploads
+  * Web compatibility issue with Array.prototype.values
+  * Diagnostic information on timing for tab switching
+  * Fix a Canvas filters graphics issue affecting HTML5 apps
+
+-------------------------------------------------------------------
 Wed Oct 12 20:42:28 UTC 2016 - badshah400@gmail.com
 
 - Drop mozilla-gtk3_20.patch; obsoleted by Firefox version 49.0
--- a/MozillaFirefox/MozillaFirefox.spec	Wed Oct 19 14:13:47 2016 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sun Nov 13 16:53:26 2016 +0100
@@ -19,9 +19,9 @@
 
 # changed with every update
 %define major 49
-%define mainver %major.0.1
+%define mainver %major.0.2
 %define update_channel release
-%define releasedate 20160923000000
+%define releasedate 20161020000000
 
 # PIE, full relro (x86_64 for now)
 %define build_hardened 1
--- a/MozillaFirefox/create-tar.sh	Wed Oct 19 14:13:47 2016 +0200
+++ b/MozillaFirefox/create-tar.sh	Sun Nov 13 16:53:26 2016 +0100
@@ -7,8 +7,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_49_0_1_RELEASE"
-VERSION="49.0.1"
+RELEASE_TAG="FIREFOX_49_0_2_RELEASE"
+VERSION="49.0.2"
 
 # mozilla
 if [ -d mozilla ]; then