# HG changeset patch # User Wolfgang Rosenauer # Date 1507928599 -7200 # Node ID bfa8722a06ad232d21374a4e58d2f3fa83067989 # Parent 932b3ad009d595e9a77cec3bafbe0e65aa5bed07 update to 56.0.1 diff -r 932b3ad009d5 -r bfa8722a06ad MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Fri Oct 13 23:03:07 2017 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Fri Oct 13 23:03:19 2017 +0200 @@ -1,7 +1,16 @@ ------------------------------------------------------------------- -Mon Oct 2 19:57:40 UTC 2017 - wr@rosenauer.org - +Tue Oct 10 11:47:49 UTC 2017 - wr@rosenauer.org + +- update to Firefox 56.0.1 + * Block D3D11 when using Intel drivers on Windows 7 systems with + partial AVX support (bmo#1403353) + -> just to sync the version number - enable stylo for TW (requires LLVM >= 3.9) +- queue KDE filepicker requests to avoid non-opening file dialogs + happening in certain situations (contributed by Ignaz Forster) +- the placeholder dot in KDE file dialog in case of empty filenames + was removed, apparently not required (anymore) + (contributed by Ignaz Forster) ------------------------------------------------------------------- Sun Oct 1 18:25:16 UTC 2017 - stefan.bruens@rwth-aachen.de diff -r 932b3ad009d5 -r bfa8722a06ad MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Fri Oct 13 23:03:07 2017 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Fri Oct 13 23:03:19 2017 +0200 @@ -19,10 +19,10 @@ # changed with every update %define major 56 -%define mainver %major.0 +%define mainver %major.0.1 %define update_channel release %define branding 1 -%define releasedate 20170926190823 +%define releasedate 20171002220106 # PIE, full relro (x86_64 for now) %define build_hardened 1 diff -r 932b3ad009d5 -r bfa8722a06ad MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Fri Oct 13 23:03:07 2017 +0200 +++ b/MozillaFirefox/create-tar.sh Fri Oct 13 23:03:19 2017 +0200 @@ -7,8 +7,8 @@ CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="8fbf05f4b92125e081984f5e39b559b83e5cc729" # 56 build6 -VERSION="56.0" +RELEASE_TAG="FIREFOX_56_0_1_RELEASE" # 56.0.1 build2 +VERSION="56.0.1" # mozilla if [ -d mozilla ]; then