Changeset 220451 in webkit


Ignore:
Timestamp:
Aug 9, 2017 3:48:19 AM (7 years ago)
Author:
Carlos Garcia Campos
Message:

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

.:

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

Source/WebKit:

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

Legend:

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

    r220446 r220451  
     12017-08-09  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.90 release.
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172017-08-09  Zan Dobersek  <zdobersek@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog

    r220443 r220451  
     12017-08-09  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.90 release.
     4
     5        * gtk/NEWS: Add release notes for 2.17.90.
     6
    172017-08-08  Wenson Hsieh  <wenson_hsieh@apple.com>
    28
  • releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS

    r219908 r220451  
     1==================
     2WebKitGTK+ 2.17.90
     3==================
     4
     5What's new in WebKitGTK+ 2.17.90?
     6
     7  - WebCrypto API support is now enabled by default.
     8  - Add API to provide browser information required by automation.
     9  - Fix the expiration date of manually added cookies.
     10  - Add support for alerts in WebDriver.
     11  - WebKitDatabaseProcess binary has been renamed to WebKitStorageProcess.
     12  - Fix several crashes and rendering issues.
     13
    114=================
    215WebKitGTK+ 2.17.5
  • releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake

    r220445 r220451  
    33set(PROJECT_VERSION_MAJOR 2)
    44set(PROJECT_VERSION_MINOR 17)
    5 set(PROJECT_VERSION_MICRO 5)
     5set(PROJECT_VERSION_MICRO 90)
    66set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
    77set(WEBKITGTK_API_VERSION 4.0)
     
    1515    set(${library_name}_VERSION ${${library_name}_VERSION_MAJOR}.${age}.${revision})
    1616endmacro()
    17 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 60 1 23)
    18 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 24 5 6)
     17CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 0 24)
     18CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 24 6 6)
    1919
    2020# These are shared variables, but we special case their definition so that we can use the
     
    195195add_definitions(-DGETTEXT_PACKAGE="WebKit2GTK-${WEBKITGTK_API_VERSION}")
    196196add_definitions(-DDATA_DIR="${CMAKE_INSTALL_DATADIR}")
    197 add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION="604")
     197add_definitions(-DUSER_AGENT_GTK_MAJOR_VERSION="605")
    198198add_definitions(-DUSER_AGENT_GTK_MINOR_VERSION="1")
    199199add_definitions(-DWEBKITGTK_API_VERSION_STRING="${WEBKITGTK_API_VERSION}")
Note: See TracChangeset for help on using the changeset viewer.