Title: [288330] releases/WebKitGTK/webkit-2.34
- Revision
- 288330
- Author
- [email protected]
- Date
- 2022-01-20 15:41:51 -0800 (Thu, 20 Jan 2022)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.34.4 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.34.4
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.34/ChangeLog (288329 => 288330)
--- releases/WebKitGTK/webkit-2.34/ChangeLog 2022-01-20 23:41:46 UTC (rev 288329)
+++ releases/WebKitGTK/webkit-2.34/ChangeLog 2022-01-20 23:41:51 UTC (rev 288330)
@@ -1,3 +1,9 @@
+2022-01-20 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.34.4 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2021-12-20 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.34.3 release
Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog (288329 => 288330)
--- releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog 2022-01-20 23:41:46 UTC (rev 288329)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog 2022-01-20 23:41:51 UTC (rev 288330)
@@ -1,3 +1,9 @@
+2022-01-20 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.34.4 release
+
+ * gtk/NEWS: Add release notes for 2.34.4
+
2021-11-30 Youenn Fablet <[email protected]>
ServiceWorkerContainer does not respond well to network process crash
Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS (288329 => 288330)
--- releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS 2022-01-20 23:41:46 UTC (rev 288329)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS 2022-01-20 23:41:51 UTC (rev 288330)
@@ -1,4 +1,12 @@
================
+WebKitGTK 2.34.4
+================
+
+What's new in WebKitGTK 2.34.4?
+
+ - Fix several crashes and rendering issues.
+
+================
WebKitGTK 2.34.3
================
Modified: releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake (288329 => 288330)
--- releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake 2022-01-20 23:41:46 UTC (rev 288329)
+++ releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake 2022-01-20 23:41:51 UTC (rev 288330)
@@ -3,7 +3,7 @@
WEBKIT_OPTION_BEGIN()
-SET_PROJECT_VERSION(2 34 3)
+SET_PROJECT_VERSION(2 34 4)
set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
@@ -226,11 +226,11 @@
endif ()
if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 92 6 55)
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 8 19)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 92 7 55)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 9 19)
elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1")
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 3 0)
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 0 3 0)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 4 0)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 0 4 0)
elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "5.0")
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 0 0 0)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes