Title: [220913] releases/WebKitGTK/webkit-2.18
- Revision
- 220913
- Author
- [email protected]
- Date
- 2017-08-18 04:04:42 -0700 (Fri, 18 Aug 2017)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.91 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.17.91.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.18/ChangeLog (220912 => 220913)
--- releases/WebKitGTK/webkit-2.18/ChangeLog 2017-08-18 09:24:35 UTC (rev 220912)
+++ releases/WebKitGTK/webkit-2.18/ChangeLog 2017-08-18 11:04:42 UTC (rev 220913)
@@ -1,3 +1,9 @@
+2017-08-18 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.91 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2017-08-14 Simon Fraser <[email protected]>
Remove Proximity Events and related code
Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog (220912 => 220913)
--- releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog 2017-08-18 09:24:35 UTC (rev 220912)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog 2017-08-18 11:04:42 UTC (rev 220913)
@@ -1,3 +1,9 @@
+2017-08-18 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.91 release.
+
+ * gtk/NEWS: Add release notes for 2.17.91.
+
2017-08-17 Jacobo Aragunde Pérez <[email protected]>
[WPE][GTK] Ensure proper casting of data in gvariants
Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS (220912 => 220913)
--- releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS 2017-08-18 09:24:35 UTC (rev 220912)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS 2017-08-18 11:04:42 UTC (rev 220913)
@@ -1,4 +1,19 @@
==================
+WebKitGTK+ 2.17.91
+==================
+
+What's new in WebKitGTK+ 2.17.91?
+
+ - Fix proxy HTTP authentication for HTTPS requests.
+ - Stop kinetic scrolling when a zero movement is reached.
+ - Fix UI process crash when selecting text.
+ - Fix UI process crash when loading a favicon.
+ - Properly handle WebDriver click command on option elements.
+ - Fix web process crash when resizing the window with accelerated compositing enabled.
+ - Fix crashes in 32 bit systems due to incorrect use of GVariant.
+ - Fix several crashes and rendering issues.
+
+==================
WebKitGTK+ 2.17.90
==================
Modified: releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake (220912 => 220913)
--- releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake 2017-08-18 09:24:35 UTC (rev 220912)
+++ releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake 2017-08-18 11:04:42 UTC (rev 220913)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 17)
-set(PROJECT_VERSION_MICRO 90)
+set(PROJECT_VERSION_MICRO 91)
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 0 24)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 6 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 1 24)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 7 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