Changeset 230477 in webkit


Ignore:
Timestamp:
Apr 10, 2018 1:42:51 AM (6 years ago)
Author:
Carlos Garcia Campos
Message:

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

.:

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

Source/WebKit:

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

Legend:

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

    r230411 r230477  
     12018-04-10  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.1 release.
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172018-03-22  Adrian Perez de Castro  <aperez@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog

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

    r229528 r230477  
     1==================
     2WebKitGTK+  2.20.1
     3==================
     4
     5What's new in WebKitGTK+ 2.20.1?
     6
     7  - Improve error message when Gigacage cannot allocate virtual memory.
     8  - Add missing WebKitWebProcessEnumTypes.h to webkit-web-extension.h.
     9  - Improve web process memory monitor thresholds.
     10  - Fix a web process crash when the web view is created and destroyed quickly.
     11  - Fix a network process crash when load is cancelled while searching for stored HTTP auth credentials.
     12  - Fix the build when ENABLE_VIDEO, ENABLE_WEB_AUDIO and ENABLE_XSLT are disabled.
     13  - Fix several crashes and rendering issues.
     14  - Translation updates: Brazilian Portuguese, Czech.
     15
    116==================
    217WebKitGTK+  2.20.0
  • releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake

    r229528 r230477  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 20 0)
     4SET_PROJECT_VERSION(2 20 1)
    55set(WEBKITGTK_API_VERSION 4.0)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 65 0 28)
    8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 25 8 7)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 65 1 28)
     8CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 25 9 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.