Changeset 275113 in webkit


Ignore:
Timestamp:
Mar 26, 2021, 2:27:46 PM (4 years ago)
Author:
Adrian Perez de Castro
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
Location:
releases/WebKitGTK/webkit-2.32
Files:
4 edited

Legend:

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

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

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

    r274371 r275113  
     1=================
     2WPE WebKit 2.32.0
     3=================
     4
     5What'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
    114==================
    215WPE WebKit 2.31.91
  • releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake

    r275044 r275113  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 31 91)
     4SET_PROJECT_VERSION(2 32 0)
    55
    66set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
     
    131131
    132132if (WPE_API_VERSION VERSION_EQUAL "1.0")
    133     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 0 14)
     133    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 1 14)
    134134else ()
    135135    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
Note: See TracChangeset for help on using the changeset viewer.