Title: [268917] releases/WebKitGTK/webkit-2.30
Revision
268917
Author
[email protected]
Date
2020-10-23 02:23:49 -0700 (Fri, 23 Oct 2020)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.2 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.30.2.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.30/ChangeLog (268916 => 268917)


--- releases/WebKitGTK/webkit-2.30/ChangeLog	2020-10-23 08:26:08 UTC (rev 268916)
+++ releases/WebKitGTK/webkit-2.30/ChangeLog	2020-10-23 09:23:49 UTC (rev 268917)
@@ -1,3 +1,9 @@
+2020-10-23  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.2 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2020-10-02  Adrian Perez de Castro  <[email protected]>
 
         [GTK] Build broken with ENABLE_MEDIA_STREAM enabled and ENABLE_WEB_RTC_DISABLED

Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog (268916 => 268917)


--- releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog	2020-10-23 08:26:08 UTC (rev 268916)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog	2020-10-23 09:23:49 UTC (rev 268917)
@@ -1,3 +1,9 @@
+2020-10-23  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.2 release
+
+        * gtk/NEWS: Add release notes for 2.30.2.
+
 2020-10-02  Alexander Mikhaylenko  <[email protected]>
 
         [GTK] WPE and backend versions are mixed up in webkit://gpu

Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS (268916 => 268917)


--- releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS	2020-10-23 08:26:08 UTC (rev 268916)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS	2020-10-23 09:23:49 UTC (rev 268917)
@@ -1,4 +1,18 @@
 ================
+WebKitGTK 2.30.2
+================
+
+What's new in WebKitGTK 2.30.2?
+
+  - Fix scrolling when smooth scrolling is enabled in async scrolling mode.
+  - Fix WebSocket requests with same-site cookies.
+  - Fix TLS certificate information for service workers.
+  - Handle chassis type when its value is quoted.
+  - Fix the build with ENABLE_MEDIA_STREAM enabled and ENABLE_WEB_RTC_DISABLED.
+  - Fix the build with ENABLE_GAMEPAD enabled.
+  - Fix several crashes and rendering issues.
+
+================
 WebKitGTK 2.30.1
 ================
 

Modified: releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake (268916 => 268917)


--- releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake	2020-10-23 08:26:08 UTC (rev 268916)
+++ releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake	2020-10-23 09:23:49 UTC (rev 268917)
@@ -4,7 +4,7 @@
 WEBKIT_OPTION_BEGIN()
 WEBKIT_OPTION_DEFINE(USE_GTK4 "Whether to enable usage of GTK4 instead of GTK3." PUBLIC OFF)
 
-SET_PROJECT_VERSION(2 30 1)
+SET_PROJECT_VERSION(2 30 2)
 
 if (USE_GTK4)
     set(WEBKITGTK_API_VERSION 5.0)
@@ -13,10 +13,10 @@
 else ()
     set(WEBKITGTK_API_VERSION 4.0)
     set(GTK_MINIMUM_VERSION 3.22.0)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 5 49)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 6 49)
 endif ()
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 9 17)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 10 17)
 
 # 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

Reply via email to