Changeset 275113 in webkit
- Timestamp:
- Mar 26, 2021, 2:27:46 PM (4 years ago)
- Location:
- releases/WebKitGTK/webkit-2.32
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.32/ChangeLog
r275089 r275113 1 2021-03-26 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.0 release 4 5 * Source/cmake/OptionsWPE.cmake: Bump version numbers. 6 1 7 2021-03-26 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog
r275089 r275113 1 2021-03-26 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.0 release 4 5 * wpe/NEWS: Add release notes for 2.32.0 6 1 7 2021-03-26 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS
r274371 r275113 1 ================= 2 WPE WebKit 2.32.0 3 ================= 4 5 What's new WPE WebKit 2.32.0? 6 7 - Fix the authentication request port when URL omits the port. 8 - Fix iframe scrolling when main frame is scrolled in async scrolling mode. 9 - Stop using g_memdup. 10 - Show a warning message when overriding signal handler for threading suspension. 11 - Fix the build on RISC-V with GCC 11. 12 - Fix several crashes and rendering issues. 13 1 14 ================== 2 15 WPE WebKit 2.31.91 -
releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake
r275044 r275113 2 2 include(VersioningUtils) 3 3 4 SET_PROJECT_VERSION(2 3 1 91)4 SET_PROJECT_VERSION(2 32 0) 5 5 6 6 set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string") … … 131 131 132 132 if (WPE_API_VERSION VERSION_EQUAL "1.0") 133 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 014)133 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 1 14) 134 134 else () 135 135 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
Note:
See TracChangeset
for help on using the changeset viewer.