Changeset 246495 in webkit


Ignore:
Timestamp:
Jun 17, 2019 2:16:35 AM (5 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.2 release

.:

  • Source/cmake/OptionsGTK.cmake: Bump version numbers

Source/WebKit:

  • gtk/NEWS: Add release notes for 2.25.2.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r246493 r246495  
     12019-06-17  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.2 release
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers
     6
    172019-06-17  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • trunk/Source/WebKit/ChangeLog

    r246494 r246495  
     12019-06-17  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.2 release
     4
     5        * gtk/NEWS: Add release notes for 2.25.2.
     6
    172019-06-17  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • trunk/Source/WebKit/gtk/NEWS

    r245790 r246495  
     1================
     2WebKitGTK 2.25.2
     3================
     4
     5What's new in WebKitGTK+ 2.25.2?
     6
     7  - Enable process switch on cross site navigation.
     8  - Use libwpe with fdo backend to implement accelerated compositing under wayland.
     9  - Fix rendering artifacts in youtube volume button.
     10  - Fix trapezoid artifact in github comment box.
     11  - Ensure web extensions directory is readable when sandbox is enabled.
     12  - Fix the executable name of WebDriver process, renamed by mistake in 2.25.1.
     13  - Enable hyperlink auditing setting by default.
     14  - Remove the option to build without using the redirected XComposite window.
     15  - Fix HLS streams being slow to start.
     16  - Make accessibility work when sandbox is enabled.
     17  - Fix several crashes and rendering issues.
     18
    119================
    220WebKitGTK 2.25.1
  • trunk/Source/cmake/OptionsGTK.cmake

    r246493 r246495  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 25 1)
     4SET_PROJECT_VERSION(2 25 2)
    55set(WEBKITGTK_API_VERSION 4.0)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 75 0 38)
    8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 32 0 14)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 75 1 38)
     8CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 32 1 14)
    99
    1010# These are shared variables, but we special case their definition so that we can use the
Note: See TracChangeset for help on using the changeset viewer.