Changeset 275089 in webkit
- Timestamp:
- Mar 26, 2021, 3:49:42 AM (5 years ago)
- Location:
- releases/WebKitGTK/webkit-2.32
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
Source/WebKit/ChangeLog (modified) (1 diff)
-
Source/WebKit/gtk/NEWS (modified) (1 diff)
-
Source/cmake/OptionsGTK.cmake (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.32/ChangeLog
r275044 r275089 1 2021-03-26 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.0 release 4 5 * Source/cmake/OptionsGTK.cmake: Bump version numbers. 6 1 7 2021-03-18 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog
r275044 r275089 1 2021-03-26 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.0 release 4 5 * gtk/NEWS: Add release notes for 2.32.0 6 1 7 2021-03-18 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS
r274348 r275089 1 ================ 2 WebKitGTK 2.32.0 3 ================ 4 5 What's new in WebKitGTK 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 - Translation updates: Polish. 14 1 15 ================= 2 16 WebKitGTK 2.31.91 -
releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake
r274348 r275089 4 4 WEBKIT_OPTION_BEGIN() 5 5 6 SET_PROJECT_VERSION(2 3 1 91)6 SET_PROJECT_VERSION(2 32 0) 7 7 8 8 set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string") … … 216 216 217 217 if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0") 218 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 053)219 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 36 318)218 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 1 53) 219 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 36 4 18) 220 220 elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1") 221 221 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
Note:
See TracChangeset
for help on using the changeset viewer.