Changeset 229311 in webkit


Ignore:
Timestamp:
Mar 6, 2018 12:21:50 AM (6 years ago)
Author:
Carlos Garcia Campos
Message:

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

.:

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

Source/WebKit:

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

Legend:

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

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

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

    r228864 r229311  
     1==================
     2WebKitGTK+ 2.19.92
     3==================
     4
     5What's new in WebKitGTK+ 2.19.92?
     6
     7  - Ensure DNS prefetching cannot be re-enabled if disabled by settings.
     8  - Fix seek sometimes not working.
     9  - Fix rendering of emojis that were using the wrong scale factor in some cases.
     10  - Fix rendering of combining enclosed keycap.
     11  - Fix rendering scale of some layers in HiDPI.
     12  - Fix a crash in Wayland when closing the web view.
     13  - Fix crashes upower crashes when running inside a chroot or on systems with broken dbus/upower.
     14  - Fix memory leaks in GStreamer media backend when using GStreamer 1.14.
     15  - Fix the build with Enchant 2.x.
     16  - Fix several crashes and rendering issues.
     17  - Translation updates: Indonesian.
     18
    119==================
    220WebKitGTK+ 2.19.91
  • releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake

    r229017 r229311  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 19 91)
     4SET_PROJECT_VERSION(2 19 92)
    55set(WEBKITGTK_API_VERSION 4.0)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 4 27)
    8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 25 6 7)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 5 27)
     8CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 25 7 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.