Changeset 250229 in webkit


Ignore:
Timestamp:
Sep 23, 2019 3:40:41 AM (5 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.1 release

.:

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

Source/WebKit:

  • gtk/NEWS: Add release notes for 2.26.1.
Location:
releases/WebKitGTK/webkit-2.26
Files:
4 edited

Legend:

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

    r250207 r250229  
     12019-09-23  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.1 release
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172019-09-15  Adrian Perez de Castro  <aperez@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog

    r250226 r250229  
     12019-09-23  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.1 release
     4
     5        * gtk/NEWS: Add release notes for 2.26.1.
     6
    172019-09-23  Michael Catanzaro  <mcatanzaro@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.26/Source/WebKit/gtk/NEWS

    r249641 r250229  
     1================
     2WebKitGTK 2.26.1
     3================
     4
     5What's new in WebKitGTK+ 2.26.1?
     6
     7  - Fix MSE media player with GStreamer 1.14.
     8  - Fix HTML alternate loads never finishing.
     9  - Fix web view initialization delay on fisrt load.
     10  - Validate user agent string set via API.
     11  - Fix a crash when a web view is destroyed with accelerated compositing mode enabled.
     12  - Fix EGL initialization with newer versions of Mesa.
     13  - Do not enable the sandbox inside docker.
     14  - Fix several crashes and rendering issues.
     15
    116================
    217WebKitGTK 2.26.0
  • releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsGTK.cmake

    r249641 r250229  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 26 0)
     4SET_PROJECT_VERSION(2 26 1)
    55set(WEBKITGTK_API_VERSION 4.0)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 76 1 39)
    8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 32 5 14)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 76 2 39)
     8CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 32 6 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.