Title: [213894] releases/WebKitGTK/webkit-2.16
- Revision
- 213894
- Author
- [email protected]
- Date
- 2017-03-14 02:01:08 -0700 (Tue, 14 Mar 2017)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.92 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.15.92.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.16/ChangeLog (213893 => 213894)
--- releases/WebKitGTK/webkit-2.16/ChangeLog 2017-03-14 08:30:32 UTC (rev 213893)
+++ releases/WebKitGTK/webkit-2.16/ChangeLog 2017-03-14 09:01:08 UTC (rev 213894)
@@ -1,3 +1,9 @@
+2017-03-14 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.92 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2017-03-01 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.91 release.
Modified: releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog (213893 => 213894)
--- releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog 2017-03-14 08:30:32 UTC (rev 213893)
+++ releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog 2017-03-14 09:01:08 UTC (rev 213894)
@@ -1,5 +1,11 @@
2017-03-14 Carlos Garcia Campos <[email protected]>
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.92 release.
+
+ * gtk/NEWS: Add release notes for 2.15.92.
+
+2017-03-14 Carlos Garcia Campos <[email protected]>
+
Unreviewed. Fix syntax error in GTK+ API docs.
* UIProcess/API/gtk/WebKitWebView.cpp:
Modified: releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS (213893 => 213894)
--- releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS 2017-03-14 08:30:32 UTC (rev 213893)
+++ releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS 2017-03-14 09:01:08 UTC (rev 213894)
@@ -1,4 +1,14 @@
==================
+WebKitGTK+ 2.15.92
+==================
+
+ - Show the context menu when triggered by the keyboard.
+ - Fix web process deadlocks when destroying the media player.
+ - Fix web process crashes when loading animated GIFs.
+ - Fix several crashes and rendering issues.
+ - Translation updates: Polish.
+
+==================
WebKitGTK+ 2.15.91
==================
Modified: releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake (213893 => 213894)
--- releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake 2017-03-14 08:30:32 UTC (rev 213893)
+++ releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake 2017-03-14 09:01:08 UTC (rev 213894)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 15)
-set(PROJECT_VERSION_MICRO 91)
+set(PROJECT_VERSION_MICRO 92)
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 56 1 19)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 5 5)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 56 2 19)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 6 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