Changeset 238423 in webkit
- Timestamp:
- Nov 21, 2018, 10:08:04 AM (8 years ago)
- Location:
- releases/WebKitGTK/webkit-2.22
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
Source/WebKit/ChangeLog (modified) (1 diff)
-
Source/WebKit/gtk/NEWS (modified) (1 diff)
-
Source/cmake/OptionsGTK.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.22/ChangeLog
r237888 r238423 1 2018-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 1 7 2018-11-06 Adrian Perez de Castro <aperez@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog
r237888 r238423 1 2018-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 1 7 2018-11-06 Adrian Perez de Castro <aperez@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS
r237544 r238423 1 ================= 2 WebKitGTK+ 2.22.4 3 ================= 4 5 What'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 1 14 ================= 2 15 WebKitGTK+ 2.22.3 -
releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake
r237544 r238423 2 2 include(VersioningUtils) 3 3 4 SET_PROJECT_VERSION(2 22 3)4 SET_PROJECT_VERSION(2 22 4) 5 5 set(WEBKITGTK_API_VERSION 4.0) 6 6 7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 433)8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 29 411)7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 5 33) 8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 29 5 11) 9 9 10 10 # 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.