2014-10-15 08:34:05 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 14 09:34:12 UTC 2014 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 2.6.1:
|
|
|
|
|
+ Ensure WebKitWebView:is-loading is TRUE right after a new load
|
|
|
|
|
starts.
|
|
|
|
|
+ Fix a crash in the plugin process with some windowed flash
|
|
|
|
|
plugins.
|
|
|
|
|
+ Allow to dock the inspector again once undocked when building
|
|
|
|
|
with GTK+ >= 3.10.
|
|
|
|
|
+ TLS errors now take precedence over the HTTP authentication
|
|
|
|
|
dialog.
|
|
|
|
|
+ Do not shrink on-disk cache to its default size on startup.
|
|
|
|
|
+ Improve the proportion and visibility of some web inspector
|
|
|
|
|
icons.
|
|
|
|
|
+ Fix GTK+2 plugins not working after being updated.
|
|
|
|
|
+ Don’t include full path names in WebKitEnumTypes.h to ensure
|
|
|
|
|
the generated headers are always identical.
|
|
|
|
|
+ Updated transations.
|
|
|
|
|
|
2014-09-25 12:45:28 +02:00
|
|
|
|
-------------------------------------------------------------------
|
2014-10-13 22:17:07 +02:00
|
|
|
|
Mon Oct 13 14:59:24 UTC 2014 - dvaleev@suse.com
|
|
|
|
|
|
|
|
|
|
- Disable JIT on Power architectures
|
|
|
|
|
(-DEANBLE_JIT=OFF -DENABLE_YARR_JIT=0)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-09-25 12:45:28 +02:00
|
|
|
|
Thu Sep 25 08:13:58 UTC 2014 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 2.6.0:
|
|
|
|
|
+ Make vimeo videos work again with the GStreamer media backend.
|
|
|
|
|
+ Add more free icons for the web inspector.
|
|
|
|
|
+ Fix a WebSocket crash when a connection is closed from server
|
|
|
|
|
side.
|
|
|
|
|
+ Fixed a memory leak in JavaScriptCore.
|
|
|
|
|
+ Fix the build with video support disabled.
|
|
|
|
|
+ Fix CLoop on the 32-bit Big-Endians.
|
|
|
|
|
+ Updated translations.
|
|
|
|
|
|
2014-09-25 09:40:22 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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).
|
|
|
|
|
|
2014-09-08 18:59:00 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2014-08-23 16:27:29 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 13 16:47:40 UTC 2014 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Initial package, version 2.5.3; based on webkitgtk3.spec.
|
|
|
|
|
|