.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.9.3.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@185864
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
[EFL] Hyphenation is not supported
+2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
+
+ * gtk/NEWS: Add release notes for 2.9.3.
+
2015-06-22 Dan Bernstein <mitz@apple.com>
Part 2 of [Xcode] Fold the WebKit2SandboxProfiles-IOSOverride target into the Sandbox Profiles target
+=================
+WebKitGTK+ 2.9.3
+=================
+
+What's new in WebKitGTK+ 2.9.3?
+
+ - Inhibit screen saver when playing full screen video.
+ - Fix DOCUMENT_VIEWER cache model to actually disable the memory cache.
+ - Fix a regression that prevented the WebKitWebView::context-menu signal
+ from being emitted.
+ - Update web inspector icon so Rendering Frames timeline distinguish between
+ layout and painting.
+ - Ensure fragment identifier part of URI is not removed for custom URI scheme
+ requests.
+ - Improve performance of keyboard events handling.
+ - Expose element tag name as an object attribute to accessibility.
+ - Fix the build with Wayland target enabled.
+
=================
WebKitGTK+ 2.9.2
=================
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 9)
-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 45 0 8)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 20 1 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 45 1 8)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 20 2 2)
# 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.