forked from pool/webkit2gtk3
Dominique Leuenberger
7d32dbd254
Push GNOME 3.14.0 OBS-URL: https://build.opensuse.org/request/show/251967 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=5
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Sep 21 13:18:34 UTC 2014 - dimstar@opensuse.org
|
|
|
|
- Update to version 2.5.90:
|
|
+ Use free icons for the web inspector.
|
|
+ Change WebKitWebView::load-failed-with-tls-errors signal to
|
|
pass the failing URI as signal argument instead of the host.
|
|
+ Add new API to allow overwrite existing files when downloading
|
|
a file.
|
|
+ Add webkit_uri_response_get_http_headers() API.
|
|
+ Improve the UI of the HTTP authentication dialog.
|
|
+ Fix a crash when navigating away from a web page containing an
|
|
ogg video.
|
|
+ Fix race condition when downloading a file due to the
|
|
intermediate temporary file.
|
|
+ Fix toggle buttons rendering with recent GTK+ versions.
|
|
+ Fix selection rendering when unfocused with recent GTK+
|
|
versions.
|
|
+ Mak e the GStreamer media backend not send the transferMode
|
|
HTTP header.
|
|
- Setup environment to prefer GOLD linker (softlink
|
|
/usr/bin/ld.gold to ~/bin/ld).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 8 16:54:04 UTC 2014 - dimstar@opensuse.org
|
|
|
|
- Pass -DCMAKE_{EXE,MODULE,SHARED}_LINKER_FLAGS="-Wl,--as-needed
|
|
-Wl,-z,now" to cmake call: cmake changed the default to not
|
|
accept libraries to have undefined symbols (-Wl,--no-undefined).
|
|
In this case though, it is understood and expected, so we remove
|
|
--no-undefined from the FLAGS.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 13 16:47:40 UTC 2014 - dimstar@opensuse.org
|
|
|
|
- Initial package, version 2.5.3; based on webkitgtk3.spec.
|
|
|