Changelog for
libwebkit2gtk3-lang-2.6.6-9.2.noarch.rpm :
* Thu Apr 23 2015 badshah400AATTgmail.com- Update to version 2.6.6 (boo#927357): - Check TLS errors as soon as they are set in the SoupMessage to prevent any data from being sent to the server in case of invalid certificate. - Fix synchronous loads when maximum connection limits are reached. - Fix web timing calculations when loading resources from the disk cache. - Ensure WebKitFrame objects are released when the frame is destroyed. - Fix some transfer annotations used in GObject DOM bindings. - Clear the GObject DOM bindings internal cache when frames are destroyed or web view contents are updated. - Fix a crash viewing http://www.last.fm/. - Fix a crash due to empty drag image during drag and drop. - Fix rendering of drag and drop icon. - Resize the accelerating compositing window to a minimum size again after leaving accelerated compositing mode to save memory. - Fix a crash when loading a local file with webkit_web_view_load_alternate_html. - Fix rendering of scrollbars with GTK+ >= 3.16. - Fix the build with older versions of GStreamer. - Fix the build with CMake 3.2. - Fix the build for Linux/MIPS64EL. - Fix the build for HPPA. - Fix the build with recent versions of GLib that have GMutexLocker. - Fix the gtk-doc generation to appear in DevHelp.
* Wed Dec 17 2014 zaitorAATTopensuse.org- Update to version 2.6.4: + Fix SSL connection issues with some websites after the POODLE vulnerability fix. + Fix several crashes in accessibility implementation. + Fix XMLHttpRequest with a timeout when using the network process. + Fix XMLHttpRequest with cookies disabled when using the network process. + Fix a crash in the network process when a synchronous load redirects to a new url in a different security origin. + Fix documentation of webkit_print_operation_get_page_setup(). + Allow to build with GObject introspection disabled. + Fix the remote inspector when settings don\'t change after page initialization.
* Wed Nov 12 2014 zaitorAATTopensuse.org- Update to version 2.6.3: + Fix a crash when loading flash plugins. + Correctly report the memory used by the media player to the garbage collector to make sure it\'s freed when the video element is removed from the DOM. + Fix a crash in TextureMapper when video resolution changes. + Ensure that CSS-generated text content is exposed to assistive technologies. + Enable CSS_IMAGE_SET on production builds to fix some icons that are not rendered in the web inspector. + Fix the build on FreeBSD and GNU Hurd. + Fix the build with video disabled.
* Sat Oct 25 2014 dimstarAATTopensuse.org- Update to version 2.6.2: + SSLv3 is now disabled to protect us against POODLE vulnerability. + TLS errors are no longer ignored by default. + Fix the remote web inspector. + Fix rendering of buttons, selections and lists with recent GTK+ versions. + Improve performance of timers scheduled after a delay in microseconds. + Fix WebKitSettings:enable-smooth-scrolling to actually enable smooth scrolling. + Fix the build with drag and drop support disabled.
* Tue Oct 14 2014 dimstarAATTopensuse.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.
* Mon Oct 13 2014 dvaleevAATTsuse.com- Disable JIT on Power architectures (-DEANBLE_JIT=OFF -DENABLE_YARR_JIT=0)
* Thu Sep 25 2014 dimstarAATTopensuse.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.
* Sun Sep 21 2014 dimstarAATTopensuse.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 08 2014 dimstarAATTopensuse.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 2014 dimstarAATTopensuse.org- Initial package, version 2.5.3; based on webkitgtk3.spec.