Title: [260636] releases/WebKitGTK/webkit-2.28
Revision
260636
Author
carlo...@webkit.org
Date
2020-04-24 02:57:35 -0700 (Fri, 24 Apr 2020)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.2 release

.:

* Source/cmake/OptionsGTK.cmake: Bump version numbers.

Source/WebKit:

* gtk/NEWS: Add release notes for 2.28.2.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.28/ChangeLog (260635 => 260636)


--- releases/WebKitGTK/webkit-2.28/ChangeLog	2020-04-24 09:22:50 UTC (rev 260635)
+++ releases/WebKitGTK/webkit-2.28/ChangeLog	2020-04-24 09:57:35 UTC (rev 260636)
@@ -1,3 +1,9 @@
+2020-04-24  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.2 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2020-04-13  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.28.1 release

Modified: releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog (260635 => 260636)


--- releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog	2020-04-24 09:22:50 UTC (rev 260635)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/ChangeLog	2020-04-24 09:57:35 UTC (rev 260636)
@@ -1,3 +1,9 @@
+2020-04-24  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.28.2 release
+
+        * gtk/NEWS: Add release notes for 2.28.2.
+
 2020-04-23  John Frankish  <john.frank...@outlook.com>
 
         [GTK] Crash in cairo_surface_mark_dirty_rectangle() in accelerated compositing mode under X11

Modified: releases/WebKitGTK/webkit-2.28/Source/WebKit/gtk/NEWS (260635 => 260636)


--- releases/WebKitGTK/webkit-2.28/Source/WebKit/gtk/NEWS	2020-04-24 09:22:50 UTC (rev 260635)
+++ releases/WebKitGTK/webkit-2.28/Source/WebKit/gtk/NEWS	2020-04-24 09:57:35 UTC (rev 260636)
@@ -1,4 +1,18 @@
 ================
+WebKitGTK 2.28.2
+================
+
+What's new in WebKitGTK 2.28.2?
+
+  - Fix excessive CPU usage due to GdkFrameClock not being stopped.
+  - Fix UI process crash when EGL_WL_bind_wayland_display extension is not available.
+  - Fix position of select popup menus in X11.
+  - Fix playing of Youtube 'live stream'/H264 URLs.
+  - Fix a crash under X11 when cairo uses xcb.
+  - Fix the build in MIPS64.
+  - Fix several crashes and rendering issues.
+
+================
 WebKitGTK 2.28.1
 ================
 

Modified: releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsGTK.cmake (260635 => 260636)


--- releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsGTK.cmake	2020-04-24 09:22:50 UTC (rev 260635)
+++ releases/WebKitGTK/webkit-2.28/Source/cmake/OptionsGTK.cmake	2020-04-24 09:57:35 UTC (rev 260636)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 28 1)
+SET_PROJECT_VERSION(2 28 2)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 81 3 44)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 34 4 16)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 81 4 44)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 34 5 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to