Title: [205962] releases/WebKitGTK/webkit-2.14
- Revision
- 205962
- Author
- [email protected]
- Date
- 2016-09-15 02:11:29 -0700 (Thu, 15 Sep 2016)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.92 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.13.92.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.14/ChangeLog (205961 => 205962)
--- releases/WebKitGTK/webkit-2.14/ChangeLog 2016-09-15 08:47:35 UTC (rev 205961)
+++ releases/WebKitGTK/webkit-2.14/ChangeLog 2016-09-15 09:11:29 UTC (rev 205962)
@@ -1,3 +1,9 @@
+2016-09-15 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.92 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2016-09-08 Carlos Alberto Lopez Perez <[email protected]>
[CMake] Build failure with GCC 6 (fatal error: stdlib.h: No such file or directory)
Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog (205961 => 205962)
--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog 2016-09-15 08:47:35 UTC (rev 205961)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog 2016-09-15 09:11:29 UTC (rev 205962)
@@ -1,3 +1,9 @@
+2016-09-15 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.92 release.
+
+ * gtk/NEWS: Add release notes for 2.13.92.
+
2016-09-14 Carlos Garnacho <[email protected]>
[GTK][Wayland] Implement clipboard support
Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS (205961 => 205962)
--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS 2016-09-15 08:47:35 UTC (rev 205961)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS 2016-09-15 09:11:29 UTC (rev 205962)
@@ -1,4 +1,15 @@
==================
+WebKitGTK+ 2.13.92
+==================
+
+What's new in WebKitGTK+ 2.13.92?
+
+ - Add clipboard support in Wayland.
+ - Improve rendering of scrollbars with themes setting a minimum width for the scrollbar CSS gadget.
+ - Fix another WebProcess crash when the last WebView is destroyed.
+ - Fix the build with GCC 6.
+
+==================
WebKitGTK+ 2.13.91
==================
Modified: releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake (205961 => 205962)
--- releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake 2016-09-15 08:47:35 UTC (rev 205961)
+++ releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake 2016-09-15 09:11:29 UTC (rev 205962)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 13)
-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)
@@ -15,8 +15,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 51 5 14)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 5 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 6 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 6 4)
# 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