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

Changeset 201507 in webkit


Ignore:
Timestamp:
May 31, 2016, 2:25:04 AM (10 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.1 release.

.:

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

Source/WebKit2:

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r201490 r201507  
     12016-05-31  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.1 release.
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172016-05-28  Ryosuke Niwa  <rniwa@webkit.org>
    28
  • trunk/Source/WebKit2/ChangeLog

    r201506 r201507  
     12016-05-31  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.1 release.
     4
     5        * gtk/NEWS: Add release notes for 2.13.1.
     6
    172016-05-31  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • trunk/Source/WebKit2/gtk/NEWS

    r196305 r201507  
     1=================
     2WebKitGTK+ 2.13.1
     3=================
     4
     5What's new in WebKitGTK+ 2.13.1?
     6
     7  - CSS Grid Layout has been unprefixed and can be enabled as an experimental feature at runtime.
     8  - The HTTP disk cache implements speculative resources revalidation.
     9  - Add a new WebKitSetting to allow universal access from file URLs.
     10  - Fix several crashes and rendering issues.
     11
    112=================
    213WebKitGTK+ 2.11.5
  • trunk/Source/cmake/OptionsGTK.cmake

    r200863 r201507  
    33set(PROJECT_VERSION_MAJOR 2)
    44set(PROJECT_VERSION_MINOR 13)
    5 set(PROJECT_VERSION_MICRO 0)
     5set(PROJECT_VERSION_MICRO 1)
    66set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
    77set(WEBKITGTK_API_VERSION 4.0)
Note: See TracChangeset for help on using the changeset viewer.