Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.2 release. .:
* Source/cmake/OptionsGTK.cmake: Bump version numbers. Source/WebKit2: * gtk/NEWS: Add release notes for 2.15.2.
Modified Paths
Diff
Modified: trunk/ChangeLog (208945 => 208946)
--- trunk/ChangeLog 2016-11-21 10:04:01 UTC (rev 208945)
+++ trunk/ChangeLog 2016-11-21 11:18:10 UTC (rev 208946)
@@ -1,3 +1,9 @@
+2016-11-21 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.2 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2016-11-17 Saam Barati <[email protected]>
Remove async/await compile time flag and enable tests
Modified: trunk/Source/WebKit2/ChangeLog (208945 => 208946)
--- trunk/Source/WebKit2/ChangeLog 2016-11-21 10:04:01 UTC (rev 208945)
+++ trunk/Source/WebKit2/ChangeLog 2016-11-21 11:18:10 UTC (rev 208946)
@@ -1,5 +1,11 @@
2016-11-21 Carlos Garcia Campos <[email protected]>
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.2 release.
+
+ * gtk/NEWS: Add release notes for 2.15.2.
+
+2016-11-21 Carlos Garcia Campos <[email protected]>
+
Remove m_customProtocolManagerProxy from WebProcessProxy
https://bugs.webkit.org/show_bug.cgi?id=164908
Modified: trunk/Source/WebKit2/gtk/NEWS (208945 => 208946)
--- trunk/Source/WebKit2/gtk/NEWS 2016-11-21 10:04:01 UTC (rev 208945)
+++ trunk/Source/WebKit2/gtk/NEWS 2016-11-21 11:18:10 UTC (rev 208946)
@@ -1,4 +1,18 @@
=================
+WebKitGTK+ 2.15.2
+=================
+
+What's new in WebKitGTK+ 2.15.2?
+
+ - Add new API to notify about dynamically added forms to Web Extensions.
+ - Implement selection interface and states for elements supporting aria-selected and for menu roles.
+ - Expose STATE_SINGLE_LINE and STATE_MULTI_LINE for ARIA searchbox role.
+ - Enable WebMemorySampler.
+ - Downloads started by context menu actions now have a web view associated.
+ - Fix a network process crash when main resource load is converted into a download.
+ - Fix several crashes and rendering issues.
+
+=================
WebKitGTK+ 2.15.1
=================
Modified: trunk/Source/cmake/OptionsGTK.cmake (208945 => 208946)
--- trunk/Source/cmake/OptionsGTK.cmake 2016-11-21 10:04:01 UTC (rev 208945)
+++ trunk/Source/cmake/OptionsGTK.cmake 2016-11-21 11:18:10 UTC (rev 208946)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 15)
-set(PROJECT_VERSION_MICRO 1)
+set(PROJECT_VERSION_MICRO 2)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
set(WEBKITGTK_API_VERSION 4.0)
@@ -14,8 +14,8 @@
# 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 52 0 15)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 0 5)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 53 0 16)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 1 5)
# 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.
_______________________________________________ webkit-changes mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-changes
