Title: [272716] releases/WebKitGTK/webkit-2.30
- Revision
- 272716
- Author
- [email protected]
- Date
- 2021-02-11 02:29:59 -0800 (Thu, 11 Feb 2021)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.5 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.30.5.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.30/ChangeLog (272715 => 272716)
--- releases/WebKitGTK/webkit-2.30/ChangeLog 2021-02-11 10:06:38 UTC (rev 272715)
+++ releases/WebKitGTK/webkit-2.30/ChangeLog 2021-02-11 10:29:59 UTC (rev 272716)
@@ -1,3 +1,9 @@
+2021-02-11 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.5 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2021-01-19 Lauro Moura <[email protected]>
REGRESSION(r271580) [GTK] LTS/Debian build failure due to unsupported g-ir-scanner parameter
Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog (272715 => 272716)
--- releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog 2021-02-11 10:06:38 UTC (rev 272715)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog 2021-02-11 10:29:59 UTC (rev 272716)
@@ -1,3 +1,9 @@
+2021-02-11 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.5 release
+
+ * gtk/NEWS: Add release notes for 2.30.5.
+
2021-01-19 Lauro Moura <[email protected]>
REGRESSION(r271580) [GTK] LTS/Debian build failure due to unsupported g-ir-scanner parameter
Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS (272715 => 272716)
--- releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS 2021-02-11 10:06:38 UTC (rev 272715)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS 2021-02-11 10:29:59 UTC (rev 272716)
@@ -1,4 +1,15 @@
================
+WebKitGTK 2.30.5
+================
+
+What's new in WebKitGTK 2.30.5?
+
+ - Bring back the WebKitPluginProcess intallation that was removed by mistake.
+ - Fix RunLoop objects leaked in worker threads.
+ - Fix aarch64 llint build with JIT disabled.
+ - Use Internet Explorer quirk for Google Docs.
+
+================
WebKitGTK 2.30.4
================
Modified: releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake (272715 => 272716)
--- releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake 2021-02-11 10:06:38 UTC (rev 272715)
+++ releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake 2021-02-11 10:29:59 UTC (rev 272716)
@@ -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 30 4)
+SET_PROJECT_VERSION(2 30 5)
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 8 49)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 9 49)
endif ()
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 12 17)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 13 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