Title: [265668] releases/WebKitGTK/webkit-2.30
- Revision
- 265668
- Author
- [email protected]
- Date
- 2020-08-14 03:58:30 -0700 (Fri, 14 Aug 2020)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.91 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.29.91.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.30/ChangeLog (265667 => 265668)
--- releases/WebKitGTK/webkit-2.30/ChangeLog 2020-08-14 10:58:25 UTC (rev 265667)
+++ releases/WebKitGTK/webkit-2.30/ChangeLog 2020-08-14 10:58:30 UTC (rev 265668)
@@ -1,5 +1,11 @@
2020-08-14 Carlos Garcia Campos <[email protected]>
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.91 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
+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.
Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog (265667 => 265668)
--- releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog 2020-08-14 10:58:25 UTC (rev 265667)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog 2020-08-14 10:58:30 UTC (rev 265668)
@@ -1,5 +1,11 @@
2020-08-14 Carlos Garcia Campos <[email protected]>
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.91 release
+
+ * gtk/NEWS: Add release notes for 2.29.91.
+
+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.
Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS (265667 => 265668)
--- releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS 2020-08-14 10:58:25 UTC (rev 265667)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS 2020-08-14 10:58:30 UTC (rev 265668)
@@ -1,4 +1,12 @@
=================
+WebKitGTK 2.29.91
+=================
+
+What's new in WebKitGTK 2.29.91?
+
+ - Fix a web process crash introduced in 2.29.90.
+
+=================
WebKitGTK 2.29.90
=================
Modified: releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake (265667 => 265668)
--- releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake 2020-08-14 10:58:25 UTC (rev 265667)
+++ releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake 2020-08-14 10:58:30 UTC (rev 265668)
@@ -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 90)
+SET_PROJECT_VERSION(2 29 91)
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 1 49)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 2 49)
endif ()
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 5 17)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 6 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