Title: [258192] releases/WebKitGTK/webkit-2.28
- Revision
- 258192
- Author
- [email protected]
- Date
- 2020-03-10 04:09:51 -0700 (Tue, 10 Mar 2020)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.0 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.28.0.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.28/ChangeLog (258191 => 258192)
--- releases/WebKitGTK/webkit-2.28/ChangeLog 2020-03-10 09:55:07 UTC (rev 258191)
+++ releases/WebKitGTK/webkit-2.28/ChangeLog 2020-03-10 11:09:51 UTC (rev 258192)
@@ -1,3 +1,9 @@
+2020-03-10 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.0 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2020-02-28 Keith Miller <[email protected]>
Fix issue in cmake build for checking ccache
Modified: releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog (258191 => 258192)
--- releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog 2020-03-10 09:55:07 UTC (rev 258191)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog 2020-03-10 11:09:51 UTC (rev 258192)
@@ -1,3 +1,9 @@
+2020-03-10 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.0 release
+
+ * gtk/NEWS: Add release notes for 2.28.0.
+
2020-03-09 Zan Dobersek <[email protected]>
[WPE] AsyncScrolling: scrolling with the mouse wheel over sub-scrollable areas scrolls the main frame
Modified: releases/WebKitGTK/webkit-2.28/Source/WebKit/gtk/NEWS (258191 => 258192)
--- releases/WebKitGTK/webkit-2.28/Source/WebKit/gtk/NEWS 2020-03-10 09:55:07 UTC (rev 258191)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/gtk/NEWS 2020-03-10 11:09:51 UTC (rev 258192)
@@ -1,3 +1,17 @@
+================
+WebKitGTK 2.28.0
+================
+
+What's new in WebKitGTK 2.28.0?
+
+ - Enable JIT in MIPS platform.
+ - Do not limit the surrounding text for input methods to current paragraph.
+ - Fix the build with OpenGL disabled.
+ - Fix the build when Wayland target is disabled.
+ - Fix the build on ppc64le if __unix is undefined.
+ - Fix several crashes and rendering issues.
+ - Translation updates: Polish.
+
=================
WebKitGTK 2.27.91
=================
Modified: releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsGTK.cmake (258191 => 258192)
--- releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsGTK.cmake 2020-03-10 09:55:07 UTC (rev 258191)
+++ releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsGTK.cmake 2020-03-10 11:09:51 UTC (rev 258192)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 27 91)
+SET_PROJECT_VERSION(2 28 0)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 81 1 44)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 34 2 16)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 81 2 44)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 34 3 16)
# 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