Firefox 15.0.1 firefox15
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 10 Sep 2012 21:39:59 +0200
branchfirefox15
changeset 534 6c65da61b2fe
parent 531 778ac1dfbf6b
Firefox 15.0.1
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Tue Aug 28 20:27:48 2012 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Mon Sep 10 21:39:59 2012 +0200
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Mon Sep 10 19:37:56 UTC 2012 - wr@rosenauer.org
+
+- update to Firefox 15.0.1
+  * Sites visited while in Private Browsing mode could be found
+    through manual browser cache inspection (bmo#787743)
+
 -------------------------------------------------------------------
 Sun Aug 26 13:47:43 UTC 2012 - wr@rosenauer.org
 
--- a/MozillaFirefox/MozillaFirefox.spec	Tue Aug 28 20:27:48 2012 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Mon Sep 10 21:39:59 2012 +0200
@@ -18,7 +18,7 @@
 
 
 %define major 15
-%define mainver %major.0
+%define mainver %major.0.1
 %define update_channel release
 
 Name:           MozillaFirefox
@@ -54,7 +54,7 @@
 %endif
 Version:        %{mainver}
 Release:        0
-%define         releasedate 2012082500
+%define         releasedate 2012090600
 Provides:       firefox = %{mainver}
 Provides:       firefox = %{version}-%{release}
 Provides:       web_browser
--- a/MozillaFirefox/create-tar.sh	Tue Aug 28 20:27:48 2012 +0200
+++ b/MozillaFirefox/create-tar.sh	Mon Sep 10 21:39:59 2012 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_15_0_RELEASE"
-VERSION="15.0"
+RELEASE_TAG="FIREFOX_15_0_1_RELEASE"
+VERSION="15.0.1"
 
 # mozilla
 echo "cloning $BRANCH..."