Title: [226636] trunk
- Revision
- 226636
- Author
- carlo...@webkit.org
- Date
- 2018-01-09 08:29:45 -0800 (Tue, 09 Jan 2018)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.5 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.19.5.
Modified Paths
Diff
Modified: trunk/ChangeLog (226635 => 226636)
--- trunk/ChangeLog 2018-01-09 16:23:54 UTC (rev 226635)
+++ trunk/ChangeLog 2018-01-09 16:29:45 UTC (rev 226636)
@@ -1,5 +1,11 @@
2018-01-09 Carlos Garcia Campos <cgar...@igalia.com>
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.5 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
+2018-01-09 Carlos Garcia Campos <cgar...@igalia.com>
+
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.4 release.
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Modified: trunk/Source/WebKit/ChangeLog (226635 => 226636)
--- trunk/Source/WebKit/ChangeLog 2018-01-09 16:23:54 UTC (rev 226635)
+++ trunk/Source/WebKit/ChangeLog 2018-01-09 16:29:45 UTC (rev 226636)
@@ -1,5 +1,11 @@
2018-01-09 Carlos Garcia Campos <cgar...@igalia.com>
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.5 release.
+
+ * gtk/NEWS: Add release notes for 2.19.5.
+
+2018-01-09 Carlos Garcia Campos <cgar...@igalia.com>
+
[GTK] Missing symbols exported in 2.19.4
https://bugs.webkit.org/show_bug.cgi?id=181433
Modified: trunk/Source/WebKit/gtk/NEWS (226635 => 226636)
--- trunk/Source/WebKit/gtk/NEWS 2018-01-09 16:23:54 UTC (rev 226635)
+++ trunk/Source/WebKit/gtk/NEWS 2018-01-09 16:29:45 UTC (rev 226636)
@@ -1,4 +1,13 @@
=================
+WebKitGTK+ 2.19.5
+=================
+
+What's new in WebKitGTK+ 2.19.4?
+
+ - This is a follow up release to export webkit_dom_dom_window_webkit_message_handlers_post_message() symbol that
+ was hidden in 2.19.4 by mistake.
+
+=================
WebKitGTK+ 2.19.4
=================
Modified: trunk/Source/cmake/OptionsGTK.cmake (226635 => 226636)
--- trunk/Source/cmake/OptionsGTK.cmake 2018-01-09 16:23:54 UTC (rev 226635)
+++ trunk/Source/cmake/OptionsGTK.cmake 2018-01-09 16:29:45 UTC (rev 226636)
@@ -1,10 +1,10 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 19 4)
+SET_PROJECT_VERSION(2 19 5)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 0 27)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 1 27)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 3 7)
# These are shared variables, but we special case their definition so that we can use the
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes