Changeset 225841 in webkit


Ignore:
Timestamp:
Dec 13, 2017 4:08:06 AM (6 years ago)
Author:
Carlos Garcia Campos
Message:

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

.:

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

Source/WebKit:

  • gtk/NEWS: Add release notes for 2.19.3.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r225817 r225841  
     12017-12-13  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.3 release.
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172017-12-12  Don Olmstead  <don.olmstead@sony.com>
    28
  • trunk/Source/WebKit/ChangeLog

    r225833 r225841  
     12017-12-13  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.3 release.
     4
     5        * gtk/NEWS: Add release notes for 2.19.3.
     6
    172017-12-12  Daniel Bates  <dabates@apple.com>
    28
  • trunk/Source/WebKit/gtk/NEWS

    r225066 r225841  
     1=================
     2WebKitGTK+ 2.19.3
     3=================
     4
     5What's new in WebKitGTK+ 2.19.3?
     6
     7  - Fix web process crash at startup in bmalloc.
     8  - Fix several memory leaks in GStreamer media backend.
     9  - WebKitWebDriver process no longer links to libjavascriptcoregtk.
     10  - Fix several crashes and rendering issues.
     11
    112=================
    213WebKitGTK+ 2.19.2
  • trunk/Source/cmake/OptionsGTK.cmake

    r225627 r225841  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 19 2)
     4SET_PROJECT_VERSION(2 19 3)
    55set(WEBKITGTK_API_VERSION 4.0)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 63 0 26)
    8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 25 1 7)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 63 1 26)
     8CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 25 2 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.