Title: [225841] trunk
- Revision
- 225841
- Author
- [email protected]
- Date
- 2017-12-13 04:08:06 -0800 (Wed, 13 Dec 2017)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.3 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.19.3.
Modified Paths
Diff
Modified: trunk/ChangeLog (225840 => 225841)
--- trunk/ChangeLog 2017-12-13 07:51:16 UTC (rev 225840)
+++ trunk/ChangeLog 2017-12-13 12:08:06 UTC (rev 225841)
@@ -1,3 +1,9 @@
+2017-12-13 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.3 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2017-12-12 Don Olmstead <[email protected]>
[WinCairo] Enable WebP support
Modified: trunk/Source/WebKit/ChangeLog (225840 => 225841)
--- trunk/Source/WebKit/ChangeLog 2017-12-13 07:51:16 UTC (rev 225840)
+++ trunk/Source/WebKit/ChangeLog 2017-12-13 12:08:06 UTC (rev 225841)
@@ -1,3 +1,9 @@
+2017-12-13 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.3 release.
+
+ * gtk/NEWS: Add release notes for 2.19.3.
+
2017-12-12 Daniel Bates <[email protected]>
[WK] Add modern WebKit SPI to set auto fill button type and query if the auto fill button is enabled
Modified: trunk/Source/WebKit/gtk/NEWS (225840 => 225841)
--- trunk/Source/WebKit/gtk/NEWS 2017-12-13 07:51:16 UTC (rev 225840)
+++ trunk/Source/WebKit/gtk/NEWS 2017-12-13 12:08:06 UTC (rev 225841)
@@ -1,4 +1,15 @@
=================
+WebKitGTK+ 2.19.3
+=================
+
+What's new in WebKitGTK+ 2.19.3?
+
+ - Fix web process crash at startup in bmalloc.
+ - Fix several memory leaks in GStreamer media backend.
+ - WebKitWebDriver process no longer links to libjavascriptcoregtk.
+ - Fix several crashes and rendering issues.
+
+=================
WebKitGTK+ 2.19.2
=================
Modified: trunk/Source/cmake/OptionsGTK.cmake (225840 => 225841)
--- trunk/Source/cmake/OptionsGTK.cmake 2017-12-13 07:51:16 UTC (rev 225840)
+++ trunk/Source/cmake/OptionsGTK.cmake 2017-12-13 12:08:06 UTC (rev 225841)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 19 2)
+SET_PROJECT_VERSION(2 19 3)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 63 0 26)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 1 7)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 63 1 26)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 2 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