# HG changeset patch # User Wolfgang Rosenauer # Date 1354220188 -3600 # Node ID 1a7bd147305be7056c948147ac9961737bd893f6 # Parent 9441c606ec3cfe7e34a424000e5af1451e0fa442 17.0.1 diff -r 9441c606ec3c -r 1a7bd147305b MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Mon Nov 26 12:13:13 2012 +0100 +++ b/MozillaFirefox/MozillaFirefox.changes Thu Nov 29 21:16:28 2012 +0100 @@ -1,6 +1,10 @@ ------------------------------------------------------------------- -Mon Nov 26 11:11:38 UTC 2012 - wr@rosenauer.org - +Thu Nov 29 19:56:51 UTC 2012 - wr@rosenauer.org + +- update to Firefox 17.0.1 + * revert some useragent changes introduced in 17.0 + * leaving private browsing with social enabled doesn't reset all + social components (bmo#815042) - fix KDE integration for file dialogs ------------------------------------------------------------------- diff -r 9441c606ec3c -r 1a7bd147305b MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Mon Nov 26 12:13:13 2012 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Thu Nov 29 21:16:28 2012 +0100 @@ -18,7 +18,7 @@ %define major 17 -%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 2012111600 +%define releasedate 2012112800 Provides: firefox = %{mainver} Provides: firefox = %{version}-%{release} Provides: web_browser diff -r 9441c606ec3c -r 1a7bd147305b MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Mon Nov 26 12:13:13 2012 +0100 +++ b/MozillaFirefox/create-tar.sh Thu Nov 29 21:16:28 2012 +0100 @@ -2,8 +2,8 @@ CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_17_0_RELEASE" -VERSION="17.0" +RELEASE_TAG="FIREFOX_17_0_1_RELEASE" +VERSION="17.0.1" # mozilla echo "cloning $BRANCH..." diff -r 9441c606ec3c -r 1a7bd147305b xulrunner/create-tar.sh --- a/xulrunner/create-tar.sh Mon Nov 26 12:13:13 2012 +0100 +++ b/xulrunner/create-tar.sh Thu Nov 29 21:16:28 2012 +0100 @@ -2,8 +2,8 @@ CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_17_0_RELEASE" -VERSION="17.0" +RELEASE_TAG="FIREFOX_17_0_1_RELEASE" +VERSION="17.0.1" # mozilla echo "cloning $BRANCH..." diff -r 9441c606ec3c -r 1a7bd147305b xulrunner/xulrunner.changes --- a/xulrunner/xulrunner.changes Mon Nov 26 12:13:13 2012 +0100 +++ b/xulrunner/xulrunner.changes Thu Nov 29 21:16:28 2012 +0100 @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 29 20:04:34 UTC 2012 - wr@rosenauer.org + +- update to 17.0.1 + * regression/compatibility fixes + ------------------------------------------------------------------- Tue Nov 20 20:15:23 UTC 2012 - wr@rosenauer.org diff -r 9441c606ec3c -r 1a7bd147305b xulrunner/xulrunner.spec --- a/xulrunner/xulrunner.spec Mon Nov 26 12:13:13 2012 +0100 +++ b/xulrunner/xulrunner.spec Thu Nov 29 21:16:28 2012 +0100 @@ -44,12 +44,12 @@ %endif BuildRequires: mozilla-nspr-devel >= 4.9.2 BuildRequires: mozilla-nss-devel >= 3.13.6 -Version: 17.0 +Version: 17.0.1 Release: 0 -%define releasedate 2012111600 -%define version_internal 17.0 +%define releasedate 2012112800 +%define version_internal 17.0.1 %define apiversion 17 -%define uaweight 1700000 +%define uaweight 1700001 Summary: Mozilla Runtime Environment License: MPL-2.0 Group: Productivity/Other