Title: [239917] trunk
- Revision
- 239917
- Author
- [email protected]
- Date
- 2019-01-14 01:28:29 -0800 (Mon, 14 Jan 2019)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.3 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers
Source/WebKit:
* gtk/NEWS: Add release notes for 2.23.3.
Modified Paths
Diff
Modified: trunk/ChangeLog (239916 => 239917)
--- trunk/ChangeLog 2019-01-14 08:24:00 UTC (rev 239916)
+++ trunk/ChangeLog 2019-01-14 09:28:29 UTC (rev 239917)
@@ -1,3 +1,9 @@
+2019-01-14 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.3 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers
+
2019-01-08 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.2 release
Modified: trunk/Source/WebKit/ChangeLog (239916 => 239917)
--- trunk/Source/WebKit/ChangeLog 2019-01-14 08:24:00 UTC (rev 239916)
+++ trunk/Source/WebKit/ChangeLog 2019-01-14 09:28:29 UTC (rev 239917)
@@ -1,3 +1,9 @@
+2019-01-14 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.3 release
+
+ * gtk/NEWS: Add release notes for 2.23.3.
+
2019-01-13 Dan Bernstein <[email protected]>
Fixed iOS builds after r239910.
Modified: trunk/Source/WebKit/gtk/NEWS (239916 => 239917)
--- trunk/Source/WebKit/gtk/NEWS 2019-01-14 08:24:00 UTC (rev 239916)
+++ trunk/Source/WebKit/gtk/NEWS 2019-01-14 09:28:29 UTC (rev 239917)
@@ -1,4 +1,18 @@
=================
+WebKitGTK+ 2.23.3
+=================
+
+What's new in WebKitGTK+ 2.23.3?
+
+ - Fix rendering of emoji sequences containing zero with joiner.
+ - Fallback to a colored font when rendering emojis.
+ - Fix rendering artifacts on Youtube while scrolling under X11.
+ - Remove DConf permissions from sandbox.
+ - Fix build from release tarball with gtkdoc enabled.
+ - Fix several crashes and rendering issues.
+ - Translation updates: Swedish
+
+=================
WebKitGTK+ 2.23.2
=================
Modified: trunk/Source/cmake/OptionsGTK.cmake (239916 => 239917)
--- trunk/Source/cmake/OptionsGTK.cmake 2019-01-14 08:24:00 UTC (rev 239916)
+++ trunk/Source/cmake/OptionsGTK.cmake 2019-01-14 09:28:29 UTC (rev 239917)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 23 2)
+SET_PROJECT_VERSION(2 23 3)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 72 0 35)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 30 1 12)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 72 1 35)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 30 2 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