Title: [259999] releases/WebKitGTK/webkit-2.28
- Revision
- 259999
- Author
- [email protected]
- Date
- 2020-04-13 01:45:00 -0700 (Mon, 13 Apr 2020)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.1 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.28.1.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.28/ChangeLog (259998 => 259999)
--- releases/WebKitGTK/webkit-2.28/ChangeLog 2020-04-13 08:24:39 UTC (rev 259998)
+++ releases/WebKitGTK/webkit-2.28/ChangeLog 2020-04-13 08:45:00 UTC (rev 259999)
@@ -1,3 +1,9 @@
+2020-04-13 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.1 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2020-03-21 Michael Catanzaro <[email protected]>
[GTK] Use ${PYTHON_EXECUTABLE} to run generate-gtkdoc
Modified: releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog (259998 => 259999)
--- releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog 2020-04-13 08:24:39 UTC (rev 259998)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog 2020-04-13 08:45:00 UTC (rev 259999)
@@ -1,3 +1,9 @@
+2020-04-13 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.1 release
+
+ * gtk/NEWS: Add release notes for 2.28.1.
+
2020-03-31 Zan Dobersek <[email protected]>
[GTK][WPE] Jumpy rendering of fixed-element layers while scrolling
Modified: releases/WebKitGTK/webkit-2.28/Source/WebKit/gtk/NEWS (259998 => 259999)
--- releases/WebKitGTK/webkit-2.28/Source/WebKit/gtk/NEWS 2020-04-13 08:24:39 UTC (rev 259998)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/gtk/NEWS 2020-04-13 08:45:00 UTC (rev 259999)
@@ -1,4 +1,19 @@
================
+WebKitGTK 2.28.1
+================
+
+What's new in WebKitGTK 2.28.1?
+
+ - Fix position of default option element popup windows under Wayland.
+ - Fix rendering after a cross site navigation with PSON enabled and hardware acceleration forced.
+ - Fix a crash in nested wayland compositor when closing a tab with PSON enabled.
+ - Update Chrome and Firefox versions in user agent quirks.
+ - Fix a crash with bubblewrap sandbox enabled.
+ - Fix a crash in _javascript_Core in ppc64el.
+ - Fix the build with GStreamer 1.12.
+ - Fix several crashes and rendering issues.
+
+================
WebKitGTK 2.28.0
================
Modified: releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsGTK.cmake (259998 => 259999)
--- releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsGTK.cmake 2020-04-13 08:24:39 UTC (rev 259998)
+++ releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsGTK.cmake 2020-04-13 08:45:00 UTC (rev 259999)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 28 0)
+SET_PROJECT_VERSION(2 28 1)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 81 2 44)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 34 3 16)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 81 3 44)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 34 4 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