Changeset 205962 in webkit


Ignore:
Timestamp:
Sep 15, 2016 2:11:29 AM (8 years ago)
Author:
Carlos Garcia Campos
Message:

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

.:

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

Source/WebKit2:

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

Legend:

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

    r205955 r205962  
     12016-09-15  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.92 release.
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172016-09-08  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog

    r205959 r205962  
     12016-09-15  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.92 release.
     4
     5        * gtk/NEWS: Add release notes for 2.13.92.
     6
    172016-09-14  Carlos Garnacho  <carlosg@gnome.org>
    28
  • releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS

    r205738 r205962  
     1==================
     2WebKitGTK+ 2.13.92
     3==================
     4
     5What's new in WebKitGTK+ 2.13.92?
     6
     7  - Add clipboard support in Wayland.
     8  - Improve rendering of scrollbars with themes setting a minimum width for the scrollbar CSS gadget.
     9  - Fix another WebProcess crash when the last WebView is destroyed.
     10  - Fix the build with GCC 6.
     11
    112==================
    213WebKitGTK+ 2.13.91
  • releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake

    r205738 r205962  
    33set(PROJECT_VERSION_MAJOR 2)
    44set(PROJECT_VERSION_MINOR 13)
    5 set(PROJECT_VERSION_MICRO 91)
     5set(PROJECT_VERSION_MICRO 92)
    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 5 14)
    19 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 22 5 4)
     18CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 6 14)
     19CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 22 6 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.