Title: [265663] releases/WebKitGTK/webkit-2.30
- Revision
- 265663
- Author
- [email protected]
- Date
- 2020-08-14 01:15:42 -0700 (Fri, 14 Aug 2020)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.90 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.29.90.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.30/ChangeLog (265662 => 265663)
--- releases/WebKitGTK/webkit-2.30/ChangeLog 2020-08-14 06:39:51 UTC (rev 265662)
+++ releases/WebKitGTK/webkit-2.30/ChangeLog 2020-08-14 08:15:42 UTC (rev 265663)
@@ -1,3 +1,9 @@
+2020-08-14 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.90 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2020-08-11 Philippe Normand <[email protected]>
[GStreamer] gst-full standalone library support
Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog (265662 => 265663)
--- releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog 2020-08-14 06:39:51 UTC (rev 265662)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog 2020-08-14 08:15:42 UTC (rev 265663)
@@ -1,3 +1,9 @@
+2020-08-14 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.90 release
+
+ * gtk/NEWS: Add release notes for 2.29.90.
+
2020-08-13 Carlos Garcia Campos <[email protected]>
[GTK4] Notify the web process on drag leave
Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS (265662 => 265663)
--- releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS 2020-08-14 06:39:51 UTC (rev 265662)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS 2020-08-14 08:15:42 UTC (rev 265663)
@@ -1,3 +1,15 @@
+=================
+WebKitGTK 2.29.90
+=================
+
+What's new in WebKitGTK 2.29.90?
+
+ - Fix font variation settings when font smoothing setting is also present.
+ - Fix HTML drag and drop operations.
+ - Fix argument order for clone syscall seccomp filter on s390x.
+ - Fix a crash when selecting text.
+ - Fix several crashes and rendering issues.
+
================
WebKitGTK 2.29.4
================
Modified: releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake (265662 => 265663)
--- releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake 2020-08-14 06:39:51 UTC (rev 265662)
+++ releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake 2020-08-14 08:15:42 UTC (rev 265663)
@@ -4,7 +4,7 @@
WEBKIT_OPTION_BEGIN()
WEBKIT_OPTION_DEFINE(USE_GTK4 "Whether to enable usage of GTK4 instead of GTK3." PUBLIC OFF)
-SET_PROJECT_VERSION(2 29 4)
+SET_PROJECT_VERSION(2 29 90)
if (USE_GTK4)
set(WEBKITGTK_API_VERSION 5.0)
@@ -13,10 +13,10 @@
else ()
set(WEBKITGTK_API_VERSION 4.0)
set(GTK_MINIMUM_VERSION 3.22.0)
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 0 49)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 1 49)
endif ()
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 4 17)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 5 17)
# 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