Changeset 192739 in webkit


Ignore:
Timestamp:
Nov 23, 2015, 12:47:39 AM (10 years ago)
Author:
Carlos Garcia Campos
Message:

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

.:

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

Source/WebKit2:

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r192697 r192739  
     12015-11-23  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172015-11-20  Alex Christensen  <achristensen@webkit.org>
    28
  • trunk/Source/WebKit2/ChangeLog

    r192730 r192739  
     12015-11-23  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
     4
     5        * gtk/NEWS: Add release notes for 2.11.2.
     6
    172015-11-22  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • trunk/Source/WebKit2/gtk/NEWS

    r191944 r192739  
     1=================
     2WebKitGTK+ 2.11.2
     3=================
     4
     5What's new in WebKitGTK+ 2.11.2?
     6
     7  - Enable FTL by default in JavaScriptCore for x86_64.
     8  - Improved media backend performance by better handling glib main loop sources.
     9  - Fix rendering of lines when using solid colors.
     10  - Fix web process crashes due to BadDrawable X errors in accelerated compositing mode.
     11  - Translation updates: Italian.
     12
    113=================
    214WebKitGTK+ 2.11.1
  • trunk/Source/cmake/OptionsGTK.cmake

    r192697 r192739  
    33set(PROJECT_VERSION_MAJOR 2)
    44set(PROJECT_VERSION_MINOR 11)
    5 set(PROJECT_VERSION_MICRO 1)
     5set(PROJECT_VERSION_MICRO 2)
    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 49 0 12)
    19 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 21 0 3)
     18CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 49 1 12)
     19CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 21 1 3)
    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.