Title: [219908] trunk
- Revision
- 219908
- Author
- [email protected]
- Date
- 2017-07-26 01:15:15 -0700 (Wed, 26 Jul 2017)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.5 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.17.5.
Modified Paths
Diff
Modified: trunk/ChangeLog (219907 => 219908)
--- trunk/ChangeLog 2017-07-26 08:13:27 UTC (rev 219907)
+++ trunk/ChangeLog 2017-07-26 08:15:15 UTC (rev 219908)
@@ -1,3 +1,9 @@
+2017-07-26 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.5 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2017-07-25 Carlos Garcia Campos <[email protected]>
Unreviewed. Fix GTK+ WebKit2 library soname after r219488.
Modified: trunk/Source/WebKit/ChangeLog (219907 => 219908)
--- trunk/Source/WebKit/ChangeLog 2017-07-26 08:13:27 UTC (rev 219907)
+++ trunk/Source/WebKit/ChangeLog 2017-07-26 08:15:15 UTC (rev 219908)
@@ -1,3 +1,9 @@
+2017-07-26 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.5 release.
+
+ * gtk/NEWS: Add release notes for 2.17.5.
+
2017-07-25 Carlos Garcia Campos <[email protected]>
Icon loader error on startup
Modified: trunk/Source/WebKit/gtk/NEWS (219907 => 219908)
--- trunk/Source/WebKit/gtk/NEWS 2017-07-26 08:13:27 UTC (rev 219907)
+++ trunk/Source/WebKit/gtk/NEWS 2017-07-26 08:15:15 UTC (rev 219908)
@@ -1,4 +1,17 @@
=================
+WebKitGTK+ 2.17.5
+=================
+
+What's new in WebKitGTK+ 2.17.5?
+
+ - Add initial implementation of WebDriver.
+ - Enable GStreamerGL by default when building with GStreamer >= 1.10.
+ - Fix position of context menu in Wayland.
+ - Properly close cookies database at network process exit.
+ - Fix several crashes and rendering issues.
+ - Translation updates: Ukrainian.
+
+=================
WebKitGTK+ 2.17.4
=================
Modified: trunk/Source/cmake/OptionsGTK.cmake (219907 => 219908)
--- trunk/Source/cmake/OptionsGTK.cmake 2017-07-26 08:13:27 UTC (rev 219907)
+++ trunk/Source/cmake/OptionsGTK.cmake 2017-07-26 08:15:15 UTC (rev 219908)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 17)
-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 @@
set(${library_name}_VERSION_MICRO ${revision})
set(${library_name}_VERSION ${${library_name}_VERSION_MAJOR}.${age}.${revision})
endmacro()
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 60 0 23)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 4 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 60 1 23)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 5 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