================ WebKitGTK+ 1.1.2 ================ What's new in WebKitGTK+ 1.1.2? - Added support for downloads: a new signal, 'download-requested', will be emitted by WebKit when a dowload is requested. On top of that, the download process has been encapsulated in a new object, WebKitDownload, which allows the user to control it or to start new downloads from the client side. - Added webkit_web_view_get_encoding to get the automatic encoding of the current page. - Added GObject properties for 'encoding' and 'custom-encoding'. - Added 'javascript-profiling-enabled' property to the WebInspector, which allows to enable and disable the profiling functionality. - Added API to create and add history items to WebKit's history. - Improved debugging support with WEBKIT_DEBUG environment variable. Most of the settings will only give useful output for debug builds, but WEBKIT_DEBUG=Network will log all HTTP traffic form libsoup to console. See WebCore/platform/gtk/LoggingGtk.cpp for all the options available. - Lots of bugfixes. ================ WebKitGTK+ 1.1.1 ================ What's new in WebKitGTK+ 1.1.1? - ABI compatibility with 1.0.3 was broken, so you will need to recompile your application against 1.1.1 - Support for the CURL backend was dropped, libsoup is the only HTTP backend now. - webkit_get_default_session, to get the SoupSession used internally by WebKit. - 'create-web-view' signal, emitted when the creation of a new window is requested. - 'navigation-policy-decision-requested' signal, emitted when a navigation to another page is requested. - 'mime-type-policy-decision-requested' signal, emitted each time WebKit is about to show a URI with a given MIME type. - Support for the Web Inspector (see http://webkit.org/blog/197/web-inspector-redesign/) - HTTP authentication support, with optional gnome-keyring storage. - New load functions: webkit_web_view_open, webkit_web_view_load_uri and webkit_web_view_load_request. The old webkit_web_view_load_string and webkit_web_view_load_html_string are now deprecated. - webkit_web_view_reload_bypass_cache - webkit_web_view_{get,set}_custom_encoding, to override the encoding of the current page. - Improved stability and lots of bugfixes.