Title: [275113] releases/WebKitGTK/webkit-2.32
- Revision
- 275113
- Author
- [email protected]
- Date
- 2021-03-26 14:27:46 -0700 (Fri, 26 Mar 2021)
Log Message
Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.0 release
.:
* Source/cmake/OptionsWPE.cmake: Bump version numbers.
Source/WebKit:
* wpe/NEWS: Add release notes for 2.32.0
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.32/ChangeLog (275112 => 275113)
--- releases/WebKitGTK/webkit-2.32/ChangeLog 2021-03-26 21:23:17 UTC (rev 275112)
+++ releases/WebKitGTK/webkit-2.32/ChangeLog 2021-03-26 21:27:46 UTC (rev 275113)
@@ -1,3 +1,9 @@
+2021-03-26 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.0 release
+
+ * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
2021-03-26 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.0 release
Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog (275112 => 275113)
--- releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog 2021-03-26 21:23:17 UTC (rev 275112)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog 2021-03-26 21:27:46 UTC (rev 275113)
@@ -1,3 +1,9 @@
+2021-03-26 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.0 release
+
+ * wpe/NEWS: Add release notes for 2.32.0
+
2021-03-26 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.0 release
Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS (275112 => 275113)
--- releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS 2021-03-26 21:23:17 UTC (rev 275112)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS 2021-03-26 21:27:46 UTC (rev 275113)
@@ -1,3 +1,16 @@
+=================
+WPE WebKit 2.32.0
+=================
+
+What's new WPE WebKit 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.
+
==================
WPE WebKit 2.31.91
==================
Modified: releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake (275112 => 275113)
--- releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake 2021-03-26 21:23:17 UTC (rev 275112)
+++ releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake 2021-03-26 21:27:46 UTC (rev 275113)
@@ -1,7 +1,7 @@
include(GNUInstallDirs)
include(VersioningUtils)
-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")
@@ -130,7 +130,7 @@
find_package(LibSoup ${SOUP_MINIMUM_VERSION} REQUIRED)
if (WPE_API_VERSION VERSION_EQUAL "1.0")
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 0 14)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 1 14)
else ()
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
endif ()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes