prepare 36.0 release firefox36
authorWolfgang Rosenauer <wr@rosenauer.org>
Fri, 20 Feb 2015 23:56:56 +0100
branchfirefox36
changeset 832 4d52d2b45cf0
parent 831 ac54f3b3e13c
child 835 e7e5b3d0f1b3
prepare 36.0 release
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Fri Feb 20 23:51:50 2015 +0100
+++ b/MozillaFirefox/MozillaFirefox.changes	Fri Feb 20 23:56:56 2015 +0100
@@ -1,10 +1,14 @@
 -------------------------------------------------------------------
-Thu Feb 19 22:43:47 UTC 2015 - wr@rosenauer.org
-
-- update to Firefox 36.0b10
-  * rebased patches
+Fri Feb 20 22:53:39 UTC 2015 - wr@rosenauer.org
+
+- update to Firefox 36.0 (bnc#917597)
   * mozilla-xremote-client was removed
   * added libclearkey.so media plugin
+  * Pinned tiles on the new tab page can be synced
+  * Support for the full HTTP/2 protocol. HTTP/2 enables a faster,
+    more scalable, and more responsive web.
+  * Locale added: Uzbek (uz)
+- rebased patches
 - requires NSS 3.17.4
 
 -------------------------------------------------------------------
--- a/MozillaFirefox/MozillaFirefox.spec	Fri Feb 20 23:51:50 2015 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Fri Feb 20 23:56:56 2015 +0100
@@ -17,10 +17,10 @@
 #
 
 # changed with every update
-%define major 35
-%define mainver %major.99
-%define update_channel beta
-%define releasedate 2015021800
+%define major 36
+%define mainver %major.0
+%define update_channel release
+%define releasedate 2015022000
 
 # general build definitions
 %if "%{update_channel}" != "aurora"
--- a/MozillaFirefox/create-tar.sh	Fri Feb 20 23:51:50 2015 +0100
+++ b/MozillaFirefox/create-tar.sh	Fri Feb 20 23:56:56 2015 +0100
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-CHANNEL="beta"
+CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_36_0b10_RELEASE"
-VERSION="35.99"
+RELEASE_TAG="FIREFOX_36_0_RELEASE"
+VERSION="36.0"
 
 # mozilla
 if [ -d mozilla ]; then