Title: [218830] releases/WebKitGTK/webkit-2.16
Revision
218830
Author
[email protected]
Date
2017-06-26 23:11:56 -0700 (Mon, 26 Jun 2017)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.16.5 release.

.:

* Source/cmake/OptionsGTK.cmake:

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.16.5.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.16/ChangeLog (218829 => 218830)


--- releases/WebKitGTK/webkit-2.16/ChangeLog	2017-06-27 06:01:27 UTC (rev 218829)
+++ releases/WebKitGTK/webkit-2.16/ChangeLog	2017-06-27 06:11:56 UTC (rev 218830)
@@ -1,3 +1,9 @@
+2017-06-26  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.16.5 release.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2017-06-20  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.16.4 release.

Modified: releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog (218829 => 218830)


--- releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog	2017-06-27 06:01:27 UTC (rev 218829)
+++ releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog	2017-06-27 06:11:56 UTC (rev 218830)
@@ -1,3 +1,9 @@
+2017-06-26  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.16.5 release.
+
+        * gtk/NEWS: Add release notes for 2.16.5.
+
 2017-06-25  Michael Catanzaro  <[email protected]>
 
         Unreviewed, rolling out r215190.

Modified: releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS (218829 => 218830)


--- releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS	2017-06-27 06:01:27 UTC (rev 218829)
+++ releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS	2017-06-27 06:11:56 UTC (rev 218830)
@@ -1,4 +1,11 @@
 ==================
+WebKitGTK+  2.16.5
+==================
+
+  - Fix a web process crash when page finishes loading in several web sites.
+  - Fix the menu of select elements not showing in some cases under Wayland.
+
+==================
 WebKitGTK+  2.16.4
 ==================
 

Modified: releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake (218829 => 218830)


--- releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake	2017-06-27 06:01:27 UTC (rev 218829)
+++ releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake	2017-06-27 06:11:56 UTC (rev 218830)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 16)
-set(PROJECT_VERSION_MICRO 4)
+set(PROJECT_VERSION_MICRO 5)
 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 7 19)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 11 5)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 56 8 19)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 12 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

Reply via email to