# HG changeset patch # User Wolfgang Rosenauer # Date 1697187971 -7200 # Node ID 78bbadb03249480aaa5a93aa70a8a08724b31eeb # Parent d1b75dcb25fc21b764b710422ab3c9beea3e415d 118.0.2 diff -r d1b75dcb25fc -r 78bbadb03249 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Fri Oct 13 10:13:07 2023 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Fri Oct 13 11:06:11 2023 +0200 @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Wed Oct 11 18:28:09 UTC 2023 - Andreas Stieger + +- Mozilla Firefox 118.0.2 + * Fix games not loading on betsoft.com (bmo#1856145) + * Fix printing issues for some SVG images (bmo#1853727) + * Fix CORS XHR with authentication no longer working (bmo#1855650) + * Fix h264 WebRTC video not working in some contexts (bmo#1855636) + * Fix Firefox Translations not working on some pages + (bmo#1841656, bmo#1855307) + * Stability fixes (bmo#1851991, bmo#1799326, bmo#1856637) + +------------------------------------------------------------------- Fri Sep 29 06:50:26 UTC 2023 - Wolfgang Rosenauer - Mozilla Firefox 118.0.1 @@ -34,6 +46,7 @@ - requires NSS 3.93 - add mozilla-bmo1822730.patch - deactivated KDE integration temporarily + (removed mozilla-kde.patch and firefox-kde.patch for now) ------------------------------------------------------------------- Tue Sep 12 17:04:01 UTC 2023 - Andreas Stieger diff -r d1b75dcb25fc -r 78bbadb03249 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Fri Oct 13 10:13:07 2023 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Fri Oct 13 11:06:11 2023 +0200 @@ -29,8 +29,8 @@ # major 69 # mainver %%major.99 %define major 118 -%define mainver %major.0.1 -%define orig_version 118.0.1 +%define mainver %major.0.2 +%define orig_version 118.0.2 %define orig_suffix %{nil} %define update_channel release %define branding 1 diff -r d1b75dcb25fc -r 78bbadb03249 MozillaFirefox/tar_stamps --- a/MozillaFirefox/tar_stamps Fri Oct 13 10:13:07 2023 +0200 +++ b/MozillaFirefox/tar_stamps Fri Oct 13 11:06:11 2023 +0200 @@ -1,10 +1,10 @@ PRODUCT="firefox" CHANNEL="release" -VERSION="118.0.1" +VERSION="118.0.2" VERSION_SUFFIX="" -PREV_VERSION="118.0" +PREV_VERSION="118.0.1" PREV_VERSION_SUFFIX="" #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation RELEASE_REPO="https://hg.mozilla.org/releases/mozilla-release" -RELEASE_TAG="68e4c357d26c5a1f075a1ec0c696d4fe684ed881" -RELEASE_TIMESTAMP="20230927232528" +RELEASE_TAG="e26ce7fb8b2358ad45a84d34b1f5b6a1cc59d7fb" +RELEASE_TIMESTAMP="20231009140911"