Changeset 187734 in webkit


Ignore:
Timestamp:
Aug 3, 2015 1:34:31 AM (9 years ago)
Author:
Carlos Garcia Campos
Message:

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

.:

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

Source/WebKit2:

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r187659 r187734  
     12015-08-03  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172015-07-31  Alex Christensen  <achristensen@webkit.org>
    28
  • trunk/Source/WebKit2/ChangeLog

    r187713 r187734  
     12015-08-03  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
     4
     5        * gtk/NEWS: Add release notes for 2.9.5.
     6
    172015-07-27  Matt Rajca  <mrajca@apple.com>
    28
  • trunk/Source/WebKit2/gtk/NEWS

    r187151 r187734  
     1=================
     2WebKitGTK+  2.9.5
     3=================
     4
     5What's new in WebKitGTK+ 2.9.5?
     6
     7  - Add API to set the maximum number of web processes per WebKitWebContext.
     8  - Add API to allow executing editing commands that require an argument.
     9  - Prevent clipboard contents from being lost when web process finishes.
     10  - Always allow font matching for strong aliases
     11  - Move GStreamer missing plugins installer to the UI process.
     12  - Fix empty space in popup menus when first item is selected.
     13  - Fix a crash when SoupSession is destroyed in exit handler.
     14  - Disable NPAPI plugins when running on Wayland.
     15  - Translation updates: Swedish.
     16
    117=================
    218WebKitGTK+  2.9.4
  • trunk/Source/cmake/OptionsGTK.cmake

    r187151 r187734  
    33set(PROJECT_VERSION_MAJOR 2)
    44set(PROJECT_VERSION_MINOR 9)
    5 set(PROJECT_VERSION_MICRO 4)
     5set(PROJECT_VERSION_MICRO 5)
    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 46 0 9)
    19 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 20 3 2)
     18CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 47 0 10)
     19CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 20 4 2)
    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.