Title: [226624] trunk
- Revision
- 226624
- Author
- [email protected]
- Date
- 2018-01-09 03:55:51 -0800 (Tue, 09 Jan 2018)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.4 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.19.4.
Modified Paths
Diff
Modified: trunk/ChangeLog (226623 => 226624)
--- trunk/ChangeLog 2018-01-09 10:57:02 UTC (rev 226623)
+++ trunk/ChangeLog 2018-01-09 11:55:51 UTC (rev 226624)
@@ -1,3 +1,9 @@
+2018-01-09 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.4 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2018-01-05 Fujii Hironori <[email protected]>
REGRESSION(r226306)[Win][CMake] Unnecessary recompilations triggered by unconditionally copied header files of DerivedSources
Modified: trunk/Source/WebKit/ChangeLog (226623 => 226624)
--- trunk/Source/WebKit/ChangeLog 2018-01-09 10:57:02 UTC (rev 226623)
+++ trunk/Source/WebKit/ChangeLog 2018-01-09 11:55:51 UTC (rev 226624)
@@ -1,3 +1,9 @@
+2018-01-09 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.4 release.
+
+ * gtk/NEWS: Add release notes for 2.19.4.
+
2018-01-09 Ali Juma <[email protected]>
Implement VisualViewport API events
Modified: trunk/Source/WebKit/gtk/NEWS (226623 => 226624)
--- trunk/Source/WebKit/gtk/NEWS 2018-01-09 10:57:02 UTC (rev 226623)
+++ trunk/Source/WebKit/gtk/NEWS 2018-01-09 11:55:51 UTC (rev 226624)
@@ -1,4 +1,18 @@
=================
+WebKitGTK+ 2.19.4
+=================
+
+What's new in WebKitGTK+ 2.19.4?
+
+ - Add web process API to detect when form is submitted via _javascript_.
+ - Add new API to replace webkit_form_submission_request_get_text_fields() that is now deprecated.
+ - Add WebKitWebView::web-process-terminated signal and deprecate web-process-crashed.
+ - Fix rendering issues when editing text areas.
+ - Use FastMalloc based GstAllocator for GStreamer.
+ - Fix several crashes and rendering issues.
+ - Translation updates: Swedish.
+
+=================
WebKitGTK+ 2.19.3
=================
Modified: trunk/Source/cmake/OptionsGTK.cmake (226623 => 226624)
--- trunk/Source/cmake/OptionsGTK.cmake 2018-01-09 10:57:02 UTC (rev 226623)
+++ trunk/Source/cmake/OptionsGTK.cmake 2018-01-09 11:55:51 UTC (rev 226624)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 19 3)
+SET_PROJECT_VERSION(2 19 4)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 63 1 26)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 2 7)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 0 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
# CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes