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

Changeset 181852 in webkit


Ignore:
Timestamp:
Mar 23, 2015, 3:41:22 AM (11 years ago)
Author:
Carlos Garcia Campos
Message:

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

.:

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

Source/WebKit2:

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

Legend:

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

    r181848 r181852  
     12015-03-23  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.0 release.
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172015-03-23  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog

    r181848 r181852  
     12015-03-23  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.0 release.
     4
     5        * gtk/NEWS: Add release notes for 2.8.0.
     6
    172015-03-23  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS

    r181647 r181852  
     1=================
     2WebKitGTK+  2.8.0
     3=================
     4
     5What's new in WebKitGTK+ 2.8.0?
     6
     7  - Fix scrollbars rendering with GTK+ 3.16.
     8  - Fix a crash during a drag and drop operation started by JavaScript.
     9  - Fix the build with Wayland target enabled.
     10  - Properly search for Wayland dependency when enabling Wayland target.
     11
    112=================
    213WebKitGTK+ 2.7.92
  • releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake

    r181848 r181852  
    22
    33set(PROJECT_VERSION_MAJOR 2)
    4 set(PROJECT_VERSION_MINOR 7)
    5 set(PROJECT_VERSION_MICRO 92)
     4set(PROJECT_VERSION_MINOR 8)
     5set(PROJECT_VERSION_MICRO 0)
    66set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
    77set(WEBKITGTK_API_VERSION 4.0)
     
    99# Libtool library version, not to be confused with API version.
    1010# See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
    11 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 2 6)
    12 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 6 1)
     11CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 3 6)
     12CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 7 1)
    1313
    1414set(ENABLE_CREDENTIAL_STORAGE ON CACHE BOOL "Whether or not to enable support for credential storage using libsecret.")
Note: See TracChangeset for help on using the changeset viewer.