Changeset 229528 in webkit


Ignore:
Timestamp:
Mar 12, 2018 2:55:57 AM (6 years ago)
Author:
Carlos Garcia Campos
Message:

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

.:

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

Source/WebKit:

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

Legend:

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

    r229311 r229528  
     12018-03-12  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.0 release.
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172018-03-06  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog

    r229524 r229528  
     12018-03-12  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.0 release.
     4
     5        * gtk/NEWS: Add release notes for 2.20.0.
     6
    172018-03-09  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS

    r229311 r229528  
     1==================
     2WebKitGTK+  2.20.0
     3==================
     4
     5What's new in WebKitGTK+ 2.20.0?
     6
     7  - Remove resource load statistics API, it's not ready for stable yet.
     8  - Make it possible to close the inspector when webkit_web_view_get_inspector() hasn't been called.
     9  - Use WebKitDOMElement instead of WebKitDOMHTMLFormElement in paramater of signal WebKitWebPage::will-submit-form.
     10  - Fix a crash when trying to disconnect the wayland connection.
     11
    112==================
    213WebKitGTK+ 2.19.92
  • releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake

    r229311 r229528  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 19 92)
     4SET_PROJECT_VERSION(2 20 0)
    55set(WEBKITGTK_API_VERSION 4.0)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 5 27)
    8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 25 7 7)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 65 0 28)
     8CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 25 8 7)
    99
    1010# 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.