5 What's new in WebKitGTK+ 1.1.1?
7 - ABI compatibility with 1.0.3 was broken, so you will need to
8 recompile your application against 1.1.1
9 - Support for the CURL backend was dropped, libsoup is the only HTTP
11 - webkit_get_default_session, to get the SoupSession used internally
13 - 'create-web-view' signal, emitted when the creation of a new
15 - 'navigation-policy-decision-requested' signal, emitted when a
16 navigation to another page is requested.
17 - 'mime-type-policy-decision-requested' signal, emitted each time
18 WebKit is about to show a URI with a given MIME type.
19 - Support for the Web Inspector
20 (see http://webkit.org/blog/197/web-inspector-redesign/)
21 - HTTP authentication support, with optional gnome-keyring storage.
22 - New load functions: webkit_web_view_open, webkit_web_view_load_uri
23 and webkit_web_view_load_request. The old
24 webkit_web_view_load_string and webkit_web_view_load_html_string
26 - webkit_web_view_reload_bypass_cache
27 - webkit_web_view_{get,set}_custom_encoding, to override the
28 encoding of the current page.
29 - Improved stability and lots of bugfixes.