Changeset 248153 in webkit


Ignore:
Timestamp:
Aug 2, 2019 6:22:28 AM (5 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.4 release

.:

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

Source/WebKit:

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r248033 r248153  
     12019-08-02  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.4 release
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers
     6
    172019-07-31  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • trunk/Source/WebKit/ChangeLog

    r248150 r248153  
     12019-08-02  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.4 release
     4
     5        * gtk/NEWS: Add release notes for 2.25.4.
     6
    172019-08-02  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • trunk/Source/WebKit/gtk/NEWS

    r247721 r248153  
     1================
     2WebKitGTK 2.25.4
     3================
     4
     5What's new in WebKitGTK+ 2.25.4?
     6
     7  - Switch to use libsoup WebSockets API.
     8  - Add support for permessage-deflate WebSocket extension.
     9  - Add support for datalist element in text input fields.
     10  - Fix a crash with empty video source.
     11  - Fix several crashes and rendering issues.
     12
    113================
    214WebKitGTK 2.25.3
  • trunk/Source/cmake/OptionsGTK.cmake

    r248033 r248153  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 25 3)
     4SET_PROJECT_VERSION(2 25 4)
    55set(WEBKITGTK_API_VERSION 4.0)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 75 2 38)
    8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 32 2 14)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 75 3 38)
     8CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 32 3 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.