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

Changeset 249641 in webkit


Ignore:
Timestamp:
Sep 9, 2019, 2:20:59 AM (7 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.0 release

.:

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

Source/WebKit:

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

Legend:

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

    r249422 r249641  
     12019-09-09  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.0 release
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers
     6
    172019-09-03  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog

    r249639 r249641  
     12019-09-09  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.0 release
     4
     5        * gtk/NEWS: Add release notes for 2.26.0.
     6
    172019-09-06  Patrick Griffis  <pgriffis@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.26/Source/WebKit/gtk/NEWS

    r249422 r249641  
     1================
     2WebKitGTK 2.26.0
     3================
     4
     5What's new in WebKitGTK+ 2.26.0?
     6
     7  - Disable process swap on navigation.
     8  - Do not enable the sandbox in Snap.
     9  - Fix sandbox parsing DISPLAY on X11.
     10  - Translation updates: Brazilian Portuguese, German.
     11
    112=================
    213WebKitGTK 2.25.92
  • releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsGTK.cmake

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