forked from pool/webkit2gtk3
Accepting request 457401 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/457401 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=34
This commit is contained in:
commit
d00936acfa
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 15 09:48:00 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.14.5:
|
||||
+ Fix rendering of non-accelerated contents with HiDPI.
|
||||
+ Revert the fix for rendering issues in long documents with
|
||||
transparent background because it caused issues in HiDPI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 10 13:38:56 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.14.4:
|
||||
+ Make accelerating compositing mode on-demand again. By default
|
||||
it will only be used for websites that require it, saving a lot
|
||||
of memory on websites that don’t need it.
|
||||
+ Fix rendering issues in long documents with transparent
|
||||
background.
|
||||
+ Release unused UpdateAtlas and reduce the tile coverage on
|
||||
memory pressure.
|
||||
+ The media backend now stores preloaded media in /var/tmp
|
||||
instead of user cache dir.
|
||||
+ Make inspector work again when accelerated compositing support
|
||||
is disabled.
|
||||
+ Fix a deadlock when the media player is destroyed.
|
||||
+ Fix network process crashes when loading custom URI schemes.
|
||||
+ Fix overlay scrollbars that are over a subframe.
|
||||
+ Fix a crash in GraphicsContext3D::drawArrays when using OpenGL
|
||||
3.2 core profile.
|
||||
+ Fix BadDamage X errors happening when resizing the WebView.
|
||||
+ Fix several crashes and rendering issues.
|
||||
+ Security fixes: CVE-2017-2365, CVE-2017-2366, CVE-2017-2373,
|
||||
CVE-2017-2363, CVE-2017-2362, CVE-2017-2350, CVE-2017-2350,
|
||||
CVE-2017-2354, CVE-2017-2355, CVE-2017-2356, CVE-2017-2371,
|
||||
CVE-2017-2364, CVE-2017-2369.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 19:27:36 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package webkit2gtk3
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,7 @@
|
||||
%define _pkgconfig_suffix gtk-3.0
|
||||
%define _name webkitgtk
|
||||
Name: webkit2gtk3
|
||||
Version: 2.14.3
|
||||
Version: 2.14.5
|
||||
Release: 0
|
||||
Summary: Library for rendering web content, GTK+ Port
|
||||
License: LGPL-2.0+ and BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bead450a4c92024f09008725bb3e8c3830a32c7e2983d566368c4fede9e106c
|
||||
size 13962776
|
3
webkitgtk-2.14.5.tar.xz
Normal file
3
webkitgtk-2.14.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ca8f1c33a9b43d6c753dcac1c0788656930e06382b10fdf5c2805ea8f96369f
|
||||
size 13956352
|
Loading…
Reference in New Issue
Block a user