Title: [241211] releases/WebKitGTK/webkit-2.22
- Revision
- 241211
- Author
- [email protected]
- Date
- 2019-02-08 14:52:46 -0800 (Fri, 08 Feb 2019)
Log Message
Unreviewed. Release WebKitGTK+ 2.22.6 and WPE WebKit 2.22.4
.:
* Source/cmake/OptionsGTK.cmake: Bump version to 2.22.6
* Source/cmake/OptionsWPE.cmake: Bump version to 2.22.4
Source/WebKit:
* gtk/NEWS: Add release notes for 2.22.6
* wpe/NEWS: Add release notes for 2.22.4
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.22/ChangeLog (241210 => 241211)
--- releases/WebKitGTK/webkit-2.22/ChangeLog 2019-02-08 22:32:00 UTC (rev 241210)
+++ releases/WebKitGTK/webkit-2.22/ChangeLog 2019-02-08 22:52:46 UTC (rev 241211)
@@ -1,3 +1,10 @@
+2019-02-08 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Release WebKitGTK+ 2.22.6 and WPE WebKit 2.22.4
+
+ * Source/cmake/OptionsGTK.cmake: Bump version to 2.22.6
+ * Source/cmake/OptionsWPE.cmake: Bump version to 2.22.4
+
2018-12-06 Carlos Eduardo Ramalho <[email protected]>
REGRESSION(r231043): [GTK] Undefined references to WebCore::LayerRepresentation::* with -DENABLE_OPENGL=OFF builds
Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (241210 => 241211)
--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog 2019-02-08 22:32:00 UTC (rev 241210)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog 2019-02-08 22:52:46 UTC (rev 241211)
@@ -1,3 +1,10 @@
+2019-02-08 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Release WebKitGTK+ 2.22.6 and WPE WebKit 2.22.4
+
+ * gtk/NEWS: Add release notes for 2.22.6
+ * wpe/NEWS: Add release notes for 2.22.4
+
2019-01-30 Carlos Garcia Campos <[email protected]>
[GTK][Wayland] REGRESSION(r240712): Clear the GL context if it's the current one on dispose
Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS (241210 => 241211)
--- releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS 2019-02-08 22:32:00 UTC (rev 241210)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/gtk/NEWS 2019-02-08 22:52:46 UTC (rev 241211)
@@ -1,4 +1,17 @@
=================
+WebKitGTK+ 2.22.6
+=================
+
+What's new in WebKitGTK+ 2.22.6?
+
+ - Make kinetic scrolling slow down smoothly when reaching the ends of
+ pages, instead of abruptly, to better match the GTK+ behaviour.
+ - Fix Web inspector magnifier under Wayland.
+ - Fix garbled rendering of some websites (e.g. YouTube) while scrolling
+ under X11.
+ - Fix several crashes, race conditions, and rendering issues.
+
+=================
WebKitGTK+ 2.22.5
=================
Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS (241210 => 241211)
--- releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS 2019-02-08 22:32:00 UTC (rev 241210)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS 2019-02-08 22:52:46 UTC (rev 241211)
@@ -1,4 +1,13 @@
=================
+WPE WebKit 2.22.4
+=================
+
+What's new in WPE WebKit 2.22.3?
+
+ - Add missing WebKitVersion.h to the set of installed haders.
+ - Fix several crashes, race conditions, and rendering issues.
+
+=================
WPE WebKit 2.22.3
=================
Modified: releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake (241210 => 241211)
--- releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake 2019-02-08 22:32:00 UTC (rev 241210)
+++ releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsGTK.cmake 2019-02-08 22:52:46 UTC (rev 241211)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 22 5)
+SET_PROJECT_VERSION(2 22 6)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 6 33)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 29 6 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 70 7 33)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 29 7 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.
Modified: releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake (241210 => 241211)
--- releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake 2019-02-08 22:32:00 UTC (rev 241210)
+++ releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake 2019-02-08 22:52:46 UTC (rev 241211)
@@ -1,10 +1,10 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 22 3)
+SET_PROJECT_VERSION(2 22 4)
set(WPE_API_VERSION 0.1)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 4 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 5 2)
# 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