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

Log Message

Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.2 release

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.30.2.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.30/ChangeLog (268919 => 268920)


--- releases/WebKitGTK/webkit-2.30/ChangeLog	2020-10-23 09:55:25 UTC (rev 268919)
+++ releases/WebKitGTK/webkit-2.30/ChangeLog	2020-10-23 12:23:16 UTC (rev 268920)
@@ -1,3 +1,9 @@
+2020-10-23  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.2 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2020-10-23  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.2 release

Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog (268919 => 268920)


--- releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog	2020-10-23 09:55:25 UTC (rev 268919)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog	2020-10-23 12:23:16 UTC (rev 268920)
@@ -1,3 +1,9 @@
+2020-10-23  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.2 release
+
+        * wpe/NEWS: Add release notes for 2.30.2.
+
 2020-10-23  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.2 release

Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS (268919 => 268920)


--- releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS	2020-10-23 09:55:25 UTC (rev 268919)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS	2020-10-23 12:23:16 UTC (rev 268920)
@@ -1,4 +1,19 @@
 =================
+WPE WebKit 2.30.2
+=================
+
+What's new in WPE WebKit 2.30.2?
+
+  - Fix cookies set in WebSocket requests not appearing in the inspector.
+  - 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_ACCELERATED_2D_CANVAS enabled.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.30.1
 =================
 

Modified: releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake (268919 => 268920)


--- releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake	2020-10-23 09:55:25 UTC (rev 268919)
+++ releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake	2020-10-23 12:23:16 UTC (rev 268920)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 30 1)
+SET_PROJECT_VERSION(2 30 2)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 4 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 5 11)
 
 # 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