+2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
Add a build flag for custom element
+2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
+
+ * gtk/NEWS: Add release notes for 2.11.3.
+
2016-01-12 Geoffrey Garen <ggaren@apple.com>
WebPageProxy should reattach to the web process before navigating
=================
+WebKitGTK+ 2.11.3
+=================
+
+What's new in WebKitGTK+ 2.11.3?
+
+ - NetworkProcess is now used unconditionally. The shared secondary process model is now
+ the same as using the multiple process model and setting a process limit of 1.
+ - Disable DNS prefetch when a proxy is configured.
+ - Reduce the maximum simultaneous network connections to match other browsers.
+ - Extend notifications API to notify WebKit when a notification is clicked by the user.
+ - Add new API to save and restore a WebView session.
+ - Add Web Extensions API to be notified about console messages.
+ - Add WebKitURIRequest API to get the HTTP method.
+ - Add API to handle beforeunload events.
+ - Make WebKitWebView always propagate motion-notify-event signal.
+ - Add a way to force accelerating compositing mode at runtime using an environment variable.
+ - Fix input elements and scrollbars rendering with GTK+ 3.19.
+ - Fix a crash in the UI process when the WebView is destroyed while the screensaver DBus proxy
+ is being created.
+ - Fix a WebProcess crash when loading large contents with custom URI schemes API.
+ - Fix UI process crashes related to not having a main resource response when the load is committed
+ for pages restored from the history cache.
+ - Translation updates: French, German, Turkish
+
+=================
WebKitGTK+ 2.11.2
=================
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 11)
-set(PROJECT_VERSION_MICRO 2)
+set(PROJECT_VERSION_MICRO 3)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
set(WEBKITGTK_API_VERSION 4.0)
# Libtool library version, not to be confused with API version.
# See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 49 1 12)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 21 1 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 0 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 21 2 3)
# These are shared variables, but we special case their definition so that we can use the
# CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.