+2013-01-11 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ Unreviewed. Update NEWS and configure.ac for 1.11.4 release
+
+ * configure.ac: Bump version numbers.
+
2013-01-10 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] Add API to set the web extensions directory to WebKit2 GTK+
+2013-01-11 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ Unreviewed. Update NEWS and configure.ac for 1.11.4 release
+
+ * NEWS: Added release notes for 1.11.4.
+
2013-01-08 Mark Lam <mark.lam@apple.com>
Removed the need for the ProposedDatabase mechanism.
=================
+WebKitGTK+ 1.11.4
+=================
+
+What's new in WebKitGTK+ 1.11.4?
+
+ - Add support for loading web process extensions to WebKit2 GTK+.
+ - Embed the HTTP authentication dialog into the WebView in WebKit2.
+ - Add support for IME Composition to WebKit2.
+ - Add API to notify about display/execution of insecure content to
+ WebKit2 GTK+ API.
+ - Add GTK+ API to set a WebKitWebView in view source mode to WebKit2.
+ - Add API to set a TLS errors policy to WebKit2 GTK+ API.
+ - Add WEBKIT_HIT_TEST_RESULT_CONTEXT_SCROLLBAR to WebKit2 GTK+ API.
+ - Add support for remote Web Inspector to WebKit2.
+ - Complete the documentation od sections in WebKit2 GTK+ API.
+ - Fix cookies and custom URI requests when the web process is
+ re-launched after a crash.
+ - Fix a crash in WebKit2 when running inside Xvfb.
+ - Fix a crash in WebKit2 when the WebView is resized with the
+ inspector attached.
+ - Use Harfbuzz instead of Pango in GTK+ port.
+ - Add support for WebP image.
+ - Port WebAudio backend to GStreamer 1.0 API.
+ - Fix the buffering ranges reported with GStreamer 1.0.
+ - Implement multipart/x-mixed-replace in the soup network backend.
+ - Fix invalid entries for plugins in navigator.plugins.
+ - Add implementation for AccessibilityUIElementGtk::isSelectable()
+ and AccessibilityUIElementGtk::isMultiSelectable().
+ - Expose ARIA roles for tab, tabpanel and tablist.
+ - Fixed several memory leaks.
+
+=================
WebKitGTK+ 1.11.2
=================
m4_define([webkit_major_version], [1])
m4_define([webkit_minor_version], [11])
-m4_define([webkit_micro_version], [2])
+m4_define([webkit_micro_version], [4])
# This is the version we'll be using as part of our User-Agent string
# e.g., AppleWebKit/$(webkit_user_agent_version) ...
#
# Sourced from Source/WebCore/Configurations/Version.xcconfig
m4_define([webkit_user_agent_major_version], [537])
-m4_define([webkit_user_agent_minor_version], [20])
+m4_define([webkit_user_agent_minor_version], [26])
AC_INIT([WebKitGTK],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
dnl # Libtool library version, not to confuse with API version
dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-LIBWEBKITGTK_VERSION=17:1:17
+LIBWEBKITGTK_VERSION=18:0:18
AC_SUBST([LIBWEBKITGTK_VERSION])
-LIBJAVASCRIPTCOREGTK_VERSION=13:7:13
+LIBJAVASCRIPTCOREGTK_VERSION=13:8:13
AC_SUBST([LIBJAVASCRIPTCOREGTK_VERSION])
-LIBWEBKIT2GTK_VERSION=19:0:19
+LIBWEBKIT2GTK_VERSION=20:0:20
AC_SUBST([LIBWEBKIT2GTK_VERSION])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip tar-ustar])