Title: [275089] releases/WebKitGTK/webkit-2.32
- Revision
- 275089
- Author
- [email protected]
- Date
- 2021-03-26 03:49:42 -0700 (Fri, 26 Mar 2021)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.0 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.32.0
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.32/ChangeLog (275088 => 275089)
--- releases/WebKitGTK/webkit-2.32/ChangeLog 2021-03-26 10:28:55 UTC (rev 275088)
+++ releases/WebKitGTK/webkit-2.32/ChangeLog 2021-03-26 10:49:42 UTC (rev 275089)
@@ -1,3 +1,9 @@
+2021-03-26 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.0 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2021-03-18 Carlos Garcia Campos <[email protected]>
[WPE] Bump API version when building with libsoup3
Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog (275088 => 275089)
--- releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog 2021-03-26 10:28:55 UTC (rev 275088)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog 2021-03-26 10:49:42 UTC (rev 275089)
@@ -1,3 +1,9 @@
+2021-03-26 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.0 release
+
+ * gtk/NEWS: Add release notes for 2.32.0
+
2021-03-18 Carlos Garcia Campos <[email protected]>
[WPE] Bump API version when building with libsoup3
Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS (275088 => 275089)
--- releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS 2021-03-26 10:28:55 UTC (rev 275088)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS 2021-03-26 10:49:42 UTC (rev 275089)
@@ -1,3 +1,17 @@
+================
+WebKitGTK 2.32.0
+================
+
+What's new in WebKitGTK 2.32.0?
+
+ - Fix the authentication request port when URL omits the port.
+ - Fix iframe scrolling when main frame is scrolled in async scrolling mode.
+ - Stop using g_memdup.
+ - Show a warning message when overriding signal handler for threading suspension.
+ - Fix the build on RISC-V with GCC 11.
+ - Fix several crashes and rendering issues.
+ - Translation updates: Polish.
+
=================
WebKitGTK 2.31.91
=================
Modified: releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake (275088 => 275089)
--- releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake 2021-03-26 10:28:55 UTC (rev 275088)
+++ releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake 2021-03-26 10:49:42 UTC (rev 275089)
@@ -3,7 +3,7 @@
WEBKIT_OPTION_BEGIN()
-SET_PROJECT_VERSION(2 31 91)
+SET_PROJECT_VERSION(2 32 0)
set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
@@ -215,8 +215,8 @@
endif ()
if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 0 53)
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 3 18)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 1 53)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 4 18)
elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1")
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