Title: [245458] releases/WebKitGTK/webkit-2.24
- Revision
- 245458
- Author
- [email protected]
- Date
- 2019-05-17 04:53:18 -0700 (Fri, 17 May 2019)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.2 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.24.2.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.24/ChangeLog (245457 => 245458)
--- releases/WebKitGTK/webkit-2.24/ChangeLog 2019-05-17 11:25:37 UTC (rev 245457)
+++ releases/WebKitGTK/webkit-2.24/ChangeLog 2019-05-17 11:53:18 UTC (rev 245458)
@@ -1,3 +1,9 @@
+2019-05-17 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.2 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2019-04-03 Myles C. Maxfield <[email protected]>
Remove support for -apple-trailing-word
Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog (245457 => 245458)
--- releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog 2019-05-17 11:25:37 UTC (rev 245457)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog 2019-05-17 11:53:18 UTC (rev 245458)
@@ -1,3 +1,9 @@
+2019-05-17 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.2 release
+
+ * gtk/NEWS: Add release notes for 2.24.2.
+
2019-05-14 Brent Fulgham <[email protected]>
Protect current WebFrame during form submission
Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS (245457 => 245458)
--- releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS 2019-05-17 11:25:37 UTC (rev 245457)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS 2019-05-17 11:53:18 UTC (rev 245458)
@@ -1,4 +1,20 @@
=================
+WebKitGTK 2.24.2
+=================
+
+What's new in WebKitGTK 2.24.2?
+
+ - Fix rendering of emojis copy-pasted from GTK emoji chooser.
+ - Fix space characters not being rendered with some CJK fonts.
+ - Fix adaptive streaming playback with older GStreamer versions.
+ - Set a maximum zoom level for pinch zooming gesture.
+ - Fix navigation gesture to not interfere with scrolling.
+ - Fix SSE2 detection at compile time, ensuring the right flags are passed to the compiler.
+ - Fix several crashes and rendering issues.
+ - Translation updates: Danish, Spanish, Ukrainian.
+ - Security fixes: CVE-2019-8595, CVE-2019-8607, CVE-2019-8615.
+
+=================
WebKitGTK 2.24.1
=================
Modified: releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake (245457 => 245458)
--- releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake 2019-05-17 11:25:37 UTC (rev 245457)
+++ releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake 2019-05-17 11:53:18 UTC (rev 245458)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 24 1)
+SET_PROJECT_VERSION(2 24 2)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 3 37)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 31 4 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 4 37)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 31 5 13)
# 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