Title: [232242] trunk
- Revision
- 232242
- Author
- [email protected]
- Date
- 2018-05-28 03:56:08 -0700 (Mon, 28 May 2018)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.3 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.21.3.
Modified Paths
Diff
Modified: trunk/ChangeLog (232241 => 232242)
--- trunk/ChangeLog 2018-05-28 10:15:45 UTC (rev 232241)
+++ trunk/ChangeLog 2018-05-28 10:56:08 UTC (rev 232242)
@@ -1,3 +1,9 @@
+2018-05-28 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.3 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2018-05-25 Adrian Perez de Castro <[email protected]>
Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.2 release.
Modified: trunk/Source/WebKit/ChangeLog (232241 => 232242)
--- trunk/Source/WebKit/ChangeLog 2018-05-28 10:15:45 UTC (rev 232241)
+++ trunk/Source/WebKit/ChangeLog 2018-05-28 10:56:08 UTC (rev 232242)
@@ -1,3 +1,9 @@
+2018-05-28 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.3 release.
+
+ * gtk/NEWS: Add release notes for 2.21.3.
+
2018-05-27 Dan Bernstein <[email protected]>
Reverted the changes made for https://webkit.org/b/186016
Modified: trunk/Source/WebKit/gtk/NEWS (232241 => 232242)
--- trunk/Source/WebKit/gtk/NEWS 2018-05-28 10:15:45 UTC (rev 232241)
+++ trunk/Source/WebKit/gtk/NEWS 2018-05-28 10:56:08 UTC (rev 232242)
@@ -1,4 +1,17 @@
=================
+WebKitGTK+ 2.21.3
+=================
+
+What's new in WebKitGTK+ 2.21.3?
+
+ - Ensure memory monitor properly notifies all child processes.
+ - Add maximize, minimize and fullscreen window commands to WebDriver.
+ - Fix a network process crash when trying to get cookies of about:blank page.
+ - Fix UI process crash when closing the window under Wayland.
+ - Disable Gigacage if mmap fails to allocate in Linux.
+ - Fix several crashes and rendering issues.
+
+=================
WebKitGTK+ 2.21.2
=================
Modified: trunk/Source/cmake/OptionsGTK.cmake (232241 => 232242)
--- trunk/Source/cmake/OptionsGTK.cmake 2018-05-28 10:15:45 UTC (rev 232241)
+++ trunk/Source/cmake/OptionsGTK.cmake 2018-05-28 10:56:08 UTC (rev 232242)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 21 2)
+SET_PROJECT_VERSION(2 21 3)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 67 0 30)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 27 0 9)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 67 1 30)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 27 1 9)
# 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