48.0.1 release firefox48
authorWolfgang Rosenauer <wr@rosenauer.org>
Wed, 24 Aug 2016 09:44:30 +0200
branchfirefox48
changeset 927 300ed867f7fd
parent 926 6ab8b16f232c
child 928 4663386a04de
48.0.1 release
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Thu Aug 18 08:58:07 2016 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Wed Aug 24 09:44:30 2016 +0200
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Sat Aug 20 10:58:26 UTC 2016 - astieger@suse.com
+
+- Mozilla Firefox 48.0.1:
+  * Fix an audio regression impacting some major websites
+    (bmo#1295296)
+  * Fix a top crash in the JavaScript engine (bmo#1290469)
+  * Fix a startup crash issue caused by Websense (bmo#1291738)
+  * Fix a different behavior with e10s / non-e10s on <select> and
+    mouse events (bmo#1291078)
+  * Fix a top crash caused by plugin issues (bmo#1264530)
+  * Fix a shutdown issue (bmo#1276920)
+  * Fix a crash in WebRTC
+
+-------------------------------------------------------------------
 Mon Aug 15 11:24:00 UTC 2016 - wr@rosenauer.org
 
 - added upstream patch so system plugins/extensions are correctly
--- a/MozillaFirefox/MozillaFirefox.spec	Thu Aug 18 08:58:07 2016 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Wed Aug 24 09:44:30 2016 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package MozillaFirefox
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #               2006-2016 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,9 +19,9 @@
 
 # changed with every update
 %define major 48
-%define mainver %major.0
+%define mainver %major.0.1
 %define update_channel release
-%define releasedate 20160730000000
+%define releasedate 20160818000000
 
 # PIE, full relro (x86_64 for now)
 %define build_hardened 1
--- a/MozillaFirefox/create-tar.sh	Thu Aug 18 08:58:07 2016 +0200
+++ b/MozillaFirefox/create-tar.sh	Wed Aug 24 09:44:30 2016 +0200
@@ -7,8 +7,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="c1de04f39fa956cfce83f6065b0e709369215ed5"
-VERSION="48.0"
+RELEASE_TAG="f36f7ace6f48"
+VERSION="48.0.1"
 
 # mozilla
 if [ -d mozilla ]; then