Title: [221586] releases/WebKitGTK/webkit-2.18
- Revision
- 221586
- Author
- [email protected]
- Date
- 2017-09-04 04:44:54 -0700 (Mon, 04 Sep 2017)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.92 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.17.92.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.18/ChangeLog (221585 => 221586)
--- releases/WebKitGTK/webkit-2.18/ChangeLog 2017-09-04 10:50:58 UTC (rev 221585)
+++ releases/WebKitGTK/webkit-2.18/ChangeLog 2017-09-04 11:44:54 UTC (rev 221586)
@@ -1,3 +1,9 @@
+2017-09-04 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.92 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2017-08-18 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.91 release.
Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog (221585 => 221586)
--- releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog 2017-09-04 10:50:58 UTC (rev 221585)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog 2017-09-04 11:44:54 UTC (rev 221586)
@@ -1,3 +1,9 @@
+2017-09-04 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.92 release.
+
+ * gtk/NEWS: Add release notes for 2.17.92.
+
2017-09-03 Carlos Garcia Campos <[email protected]>
[Threaded Compositor] Deadlock in ThreadedDisplayRefreshMonitor
Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS (221585 => 221586)
--- releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS 2017-09-04 10:50:58 UTC (rev 221585)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS 2017-09-04 11:44:54 UTC (rev 221586)
@@ -1,4 +1,20 @@
==================
+WebKitGTK+ 2.17.92
+==================
+
+What's new in WebKitGTK+ 2.17.92?
+
+ - Improve CPU usage when rendering under Wayland in accelerated compositing mode.
+ - Improve the memory consumption of the UI process under Wayland.
+ - Fix rendering issues in some web sites with accelerated compositing enabled.
+ - Fix a web process crash when closing the WebView.
+ - Initialize libgcrypt in the network process too.
+ - Show controls if a video element isn't allowed to play inline.
+ - Add support for cookies and screenshots commands in WebDriver.
+ - Fix several crashes and rendering issues.
+ - Translation updates: Brazilian Portuguese, Polish.
+
+==================
WebKitGTK+ 2.17.91
==================
Modified: releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake (221585 => 221586)
--- releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake 2017-09-04 10:50:58 UTC (rev 221585)
+++ releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake 2017-09-04 11:44:54 UTC (rev 221586)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 17)
-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 @@
set(${library_name}_VERSION_MICRO ${revision})
set(${library_name}_VERSION ${${library_name}_VERSION_MAJOR}.${age}.${revision})
endmacro()
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 1 24)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 7 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 2 24)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 8 6)
# 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