Title: [221851] releases/WebKitGTK/webkit-2.18
- Revision
- 221851
- Author
- [email protected]
- Date
- 2017-09-11 00:18:39 -0700 (Mon, 11 Sep 2017)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.0 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.18.0.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.18/ChangeLog (221850 => 221851)
--- releases/WebKitGTK/webkit-2.18/ChangeLog 2017-09-11 06:53:41 UTC (rev 221850)
+++ releases/WebKitGTK/webkit-2.18/ChangeLog 2017-09-11 07:18:39 UTC (rev 221851)
@@ -1,3 +1,9 @@
+2017-09-11 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.0 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2017-09-04 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.92 release.
Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog (221850 => 221851)
--- releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog 2017-09-11 06:53:41 UTC (rev 221850)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog 2017-09-11 07:18:39 UTC (rev 221851)
@@ -1,3 +1,9 @@
+2017-09-11 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.0 release.
+
+ * gtk/NEWS: Add release notes for 2.18.0.
+
2017-09-10 Carlos Garcia Campos <[email protected]>
REGRESSION: [GTK] Generated HTML API documentation is missing descriptions
Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS (221850 => 221851)
--- releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS 2017-09-11 06:53:41 UTC (rev 221850)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS 2017-09-11 07:18:39 UTC (rev 221851)
@@ -1,4 +1,14 @@
==================
+WebKitGTK+ 2.18.0
+==================
+
+What's new in WebKitGTK+ 2.18.0?
+
+ - Fix the API documentation generation.
+ - Fix the build in ARM with NEON.
+ - Fix the build for Clang with libc++.
+
+==================
WebKitGTK+ 2.17.92
==================
Modified: releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake (221850 => 221851)
--- releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake 2017-09-11 06:53:41 UTC (rev 221850)
+++ releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake 2017-09-11 07:18:39 UTC (rev 221851)
@@ -1,8 +1,8 @@
include(GNUInstallDirs)
set(PROJECT_VERSION_MAJOR 2)
-set(PROJECT_VERSION_MINOR 17)
-set(PROJECT_VERSION_MICRO 92)
+set(PROJECT_VERSION_MINOR 18)
+set(PROJECT_VERSION_MICRO 0)
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 2 24)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 8 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 3 24)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 9 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