SHA256
1
0
forked from pool/webkit2gtk3

Accepting request 910288 from GNOME:Factory

Synchronize the changelog with SLE and Leap. (forwarded request 910277 from yfjiang)

OBS-URL: https://build.opensuse.org/request/show/910288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=122
This commit is contained in:
Richard Brown 2021-08-10 08:27:48 +00:00 committed by Git OBS Bridge
commit 97313191d6

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 5 08:27:25 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
- Drop unneeded patch on Leap and SLE by now:
webkit2gtk3-restore-npapi.patch (bsc#1189105).
-------------------------------------------------------------------
Thu Jul 29 02:29:40 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
@ -19,6 +25,37 @@ Mon Jul 26 15:38:26 UTC 2021 - Michael Gorse <mgorse@suse.com>
CVE-2021-30665, CVE-2021-30689, CVE-2021-30720, CVE-2021-30734,
CVE-2021-30744, CVE-2021-30749, CVE-2021-30795, CVE-2021-30797,
CVE-2021-30799.
+ Changes in version 2.32.2:
+ Improve calculation of initial WebKitWebView size.
+ Fix kinetic scrolling on touchpad with async scrolling off.
+ Fix a crash on empty drag operation in X11.
+ Fix rendering on HiDPI /4k screen and scaling.
+ Handle null native surface for for surfaceless rendering.
+ Fix JavaScriptCore crash on 32-bit big endian systems.
+ Fix several crashes and rendering issues.
+ Security fixes: CVE-2021-30758.
+ Changes in version 2.32.1:
+ Support building against the Musl C library.
+ Support building against ICU version 69 or newer.
+ Improve handling of Media Capture devices.
+ Improve WebAudio playback.
+ Improve video orientation handling.
+ Improve seeking support for MSE playback.
+ Improve flush support in EME decryptors.
+ Fix HTTP status codes for requests done through a custom URI
handler.
+ Fix the Bubblewrap sandbox in certain 32-bit systems.
+ Fix inconsistencies between the WebKitWebView.is-muted property
state and values returned by
webkit_web_view_is_playing_audio().
+ Fix the build with ENABLE_VIDEO=OFF.
+ Fix wrong timestamps for long-lived cookies.
+ Fix UI process crash when failing to load favicons.
+ Fix several crashes and rendering issues.
+ Updated translations.
- Fix webkit2gtk3-restore-npapi.patch to install the plugin
process.
- Disable WPE renderer: our FDO backend is now too old.
-------------------------------------------------------------------
Mon Jul 19 18:36:42 UTC 2021 - Michael Gorse <mgorse@suse.com>
@ -63,6 +100,40 @@ Wed Apr 28 06:41:41 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Add webkit2gtk3-icu69.patch: Fix build with ICU 69:
+ ICU 69 deprecates ubrk_safeClone in favor of ubrk_clone.
-------------------------------------------------------------------
Mon Apr 12 17:44:57 UTC 2021 - Michael Gorse <mgorse@suse.com>
- Per discussion with maintenance, let's not remove features that
customers could possibly be using:
- Add webkit2gtk3-restore-npapi.patch: restore NPAPI plugin
support. Reverts webkit#215503.
-------------------------------------------------------------------
Tue Apr 6 18:25:11 UTC 2021 - Michael Gorse <mgorse@suse.com>
- Update to version 2.32.0 (boo#1184155):
+ Fix the authentication request port when URL omits the port.
+ Fix iframe scrolling when main frame is scrolled in async
scrolling mode.
+ Stop using g_memdup.
+ Show a warning message when overriding signal handler for
threading suspension.
- Fix the build on RISC-V with GCC 11.
- Fix several crashes and rendering issues.
+ Security fixes: CVE-2021-1788, CVE-2021-1844, CVE-2021-1871
+ Changes in version 2.30.6 (boo#1184262):
+ Update user agent quirks again for Google Docs and Google Drive.
+ Fix several crashes and rendering issues.
+ Security fixes: CVE-2020-27918, CVE-2020-29623, CVE-2021-1765
CVE-2021-1789, CVE-2021-1799, CVE-2021-1801, CVE-2021-1870.
- Remove webkit-font-scaling.patch: contained in upstream
- Drop original SLE 15 support from the spec. Drop
webkit-process.patch and old-wayland-scanner.patch; they are not
needed for SP2.
- Pass ENABLE_GAMEPAD=OFF to cmake, since we don't have manette.
- Add glproto-devel to BuildRequires: now needed for the build on
SLE 15.
-------------------------------------------------------------------
Fri Apr 2 17:34:41 UTC 2021 - Michael Gorse <mgorse@suse.com>