⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 275089 in webkit


Ignore:
Timestamp:
Mar 26, 2021, 3:49:42 AM (5 years ago)
Author:
Carlos Garcia Campos
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
Location:
releases/WebKitGTK/webkit-2.32
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • releases/WebKitGTK/webkit-2.32/ChangeLog

    r275044 r275089  
     12021-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
    172021-03-18  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog

    r275044 r275089  
     12021-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
    172021-03-18  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS

    r274348 r275089  
     1================
     2WebKitGTK 2.32.0
     3================
     4
     5What'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
    115=================
    216WebKitGTK 2.31.91
  • releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake

    r274348 r275089  
    44WEBKIT_OPTION_BEGIN()
    55
    6 SET_PROJECT_VERSION(2 31 91)
     6SET_PROJECT_VERSION(2 32 0)
    77
    88set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
     
    216216
    217217if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
    218     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 0 53)
    219     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 36 3 18)
     218    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 1 53)
     219    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 36 4 18)
    220220elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1")
    221221    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
Note: See TracChangeset for help on using the changeset viewer.