Changeset 206142 in webkit


Ignore:
Timestamp:
Sep 20, 2016 12:10:29 AM (8 years ago)
Author:
Carlos Garcia Campos
Message:

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

.:

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

Source/WebKit2:

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

Legend:

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

    r206141 r206142  
     12016-09-20  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.0 release.
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172016-09-19  Michael Catanzaro  <mcatanzaro@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog

    r206089 r206142  
     12016-09-20  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.0 release.
     4
     5        * gtk/NEWS: Add release notes for 2.14.0.
     6
    172016-09-18  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
    28
  • releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS

    r205962 r206142  
     1==================
     2WebKitGTK+  2.14.0
     3==================
     4
     5What's new in WebKitGTK+ 2.14.0?
     6
     7  - Use gdk_cairo_draw_from_gl() when possible in Wayland to render directly using the GPU in the UI process.
     8  - Ensure we don't send an empty referrer header after session restore.
     9  - Fix a web process crash in pages using filter animations.
     10  - Fix main frame scrolling jumps when scrolling acclerated subframes.
     11  - Fix the size of the cairo surface created in the UI process on Wayland.
     12  - Fix memory leak in JavaScriptCore.
     13  - Fix the build when '.' is not in @INC by default in perl.
     14  - Translation updates: Ukrainian.
     15
    116==================
    217WebKitGTK+ 2.13.92
  • releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake

    r206141 r206142  
    22
    33set(PROJECT_VERSION_MAJOR 2)
    4 set(PROJECT_VERSION_MINOR 13)
    5 set(PROJECT_VERSION_MICRO 92)
     4set(PROJECT_VERSION_MINOR 14)
     5set(PROJECT_VERSION_MICRO 0)
    66set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
    77set(WEBKITGTK_API_VERSION 4.0)
     
    1616# Libtool library version, not to be confused with API version.
    1717# See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
    18 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 6 14)
    19 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 22 6 4)
     18CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 7 14)
     19CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 22 7 4)
    2020
    2121# 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.