Title: [237544] releases/WebKitGTK/webkit-2.22
- Revision
- 237544
- Author
- [email protected]
- Date
- 2018-10-29 03:41:48 -0700 (Mon, 29 Oct 2018)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.3 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.22.3.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.22/ChangeLog (237543 => 237544)
--- releases/WebKitGTK/webkit-2.22/ChangeLog 2018-10-29 09:45:07 UTC (rev 237543)
+++ releases/WebKitGTK/webkit-2.22/ChangeLog 2018-10-29 10:41:48 UTC (rev 237544)
@@ -1,3 +1,9 @@
+2018-10-29 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.3 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2018-10-02 Adrian Perez de Castro <[email protected]>
Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.22.0 release.
Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (237543 => 237544)
--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog 2018-10-29 09:45:07 UTC (rev 237543)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog 2018-10-29 10:41:48 UTC (rev 237544)
@@ -1,3 +1,9 @@
+2018-10-29 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.22.3 release.
+
+ * gtk/NEWS: Add release notes for 2.22.3.
+
2018-09-11 Michael Catanzaro <[email protected]>
Unreviewed, attempt to fix Apple builds after r235903
Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS (237543 => 237544)
--- releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS 2018-10-29 09:45:07 UTC (rev 237543)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS 2018-10-29 10:41:48 UTC (rev 237544)
@@ -1,4 +1,20 @@
=================
+WebKitGTK+ 2.22.3
+=================
+
+What's new in WebKitGTK+ 2.22.3?
+
+ - Many improvements and fixes for video playback with media source
+ extensions (MSE), which improve the user experience across the board,
+ and in particular for playback of WebM videos.
+ - Fix a memory leak during media playback when using playbin3.
+ - Fix portions of Web views not being rendered after resizing.
+ - Fix Resource Timing reporting for <iframe> elements.
+ - Fix the build with the remote Web Inspector disabled.
+ - Fix the build on ARMv7 with NEON extensions.
+ - Fix several crashes and rendering issues.
+
+=================
WebKitGTK+ 2.22.2
=================
Modified: releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake (237543 => 237544)
--- releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake 2018-10-29 09:45:07 UTC (rev 237543)
+++ releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake 2018-10-29 10:41:48 UTC (rev 237544)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 22 2)
+SET_PROJECT_VERSION(2 22 3)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 3 33)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 29 3 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 4 33)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 29 4 11)
# These are shared variables, but we special case their definition so that we can use the
# CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes