Title: [239721] trunk
- Revision
- 239721
- Author
- [email protected]
- Date
- 2019-01-08 00:58:45 -0800 (Tue, 08 Jan 2019)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.2 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers
Source/WebKit:
* gtk/NEWS: Add release notes for 2.23.2.
Modified Paths
Diff
Modified: trunk/ChangeLog (239720 => 239721)
--- trunk/ChangeLog 2019-01-08 04:27:00 UTC (rev 239720)
+++ trunk/ChangeLog 2019-01-08 08:58:45 UTC (rev 239721)
@@ -1,3 +1,9 @@
+2019-01-08 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.2 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers
+
2019-01-07 Don Olmstead <[email protected]>
[CMake] Add ENABLE_CSS_TYPED_OM option
Modified: trunk/Source/WebKit/ChangeLog (239720 => 239721)
--- trunk/Source/WebKit/ChangeLog 2019-01-08 04:27:00 UTC (rev 239720)
+++ trunk/Source/WebKit/ChangeLog 2019-01-08 08:58:45 UTC (rev 239721)
@@ -1,3 +1,9 @@
+2019-01-08 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.2 release
+
+ * gtk/NEWS: Add release notes for 2.23.2.
+
2019-01-07 Chris Dumez <[email protected]>
Cannot scoll for 5 seconds after swiping back on quoteunquoteapps.com
Modified: trunk/Source/WebKit/gtk/NEWS (239720 => 239721)
--- trunk/Source/WebKit/gtk/NEWS 2019-01-08 04:27:00 UTC (rev 239720)
+++ trunk/Source/WebKit/gtk/NEWS 2019-01-08 08:58:45 UTC (rev 239721)
@@ -1,4 +1,18 @@
=================
+WebKitGTK+ 2.23.2
+=================
+
+What's new in WebKitGTK+ 2.23.2?
+
+ - Fix rendering artifacts in some websites with accelerated compositing enabled.
+ - Add initial support for variation fonts.
+ - Add new API to convert a URI to a format for display.
+ - Make scrollbars follow gtk-primary-button-warps-slider setting.
+ - Fix crashes when closing the WebDriver session.
+ - Fix the build with OpenGL disabled.
+ - Fix several crashes and rendering issues.
+
+=================
WebKitGTK+ 2.23.1
=================
Modified: trunk/Source/cmake/OptionsGTK.cmake (239720 => 239721)
--- trunk/Source/cmake/OptionsGTK.cmake 2019-01-08 04:27:00 UTC (rev 239720)
+++ trunk/Source/cmake/OptionsGTK.cmake 2019-01-08 08:58:45 UTC (rev 239721)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 23 1)
+SET_PROJECT_VERSION(2 23 2)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 71 0 34)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 30 0 12)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 72 0 35)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 30 1 12)
# 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