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

Changeset 238423 in webkit


Ignore:
Timestamp:
Nov 21, 2018, 10:08:04 AM (8 years ago)
Author:
Adrian Perez de Castro
Message:

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

.:

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

Source/WebKit:

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

Legend:

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

    r237888 r238423  
     12018-11-21  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.4 release.
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172018-11-06  Adrian Perez de Castro  <aperez@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog

    r237888 r238423  
     12018-11-21  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.4 release.
     4
     5        * gtk/NEWS: Add release notes for 2.22.4.
     6
    172018-11-06  Adrian Perez de Castro  <aperez@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS

    r237544 r238423  
     1=================
     2WebKitGTK+ 2.22.4
     3=================
     4
     5What's new in WebKitGTK+ 2.22.4?
     6
     7  - Expose ENABLE_MEDIA_SOURCE as a public build option.
     8  - Fix a crash when using Cairo versions between 1.15 and 1.16.0
     9  - Fix the build with -DLOG_DISABLED=0.
     10  - Fix the build with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF.
     11  - Fix debug builds of JavaScriptCore.
     12  - Fix several crashes and rendering issues.
     13
    114=================
    215WebKitGTK+ 2.22.3
  • releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake

    r237544 r238423  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 22 3)
     4SET_PROJECT_VERSION(2 22 4)
    55set(WEBKITGTK_API_VERSION 4.0)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 4 33)
    8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 29 4 11)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 5 33)
     8CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 29 5 11)
    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.