Title: [280293] releases/WebKitGTK/webkit-2.32
Revision
280293
Author
[email protected]
Date
2021-07-26 05:10:32 -0700 (Mon, 26 Jul 2021)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.32.3

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.32/ChangeLog (280292 => 280293)


--- releases/WebKitGTK/webkit-2.32/ChangeLog	2021-07-26 09:50:44 UTC (rev 280292)
+++ releases/WebKitGTK/webkit-2.32/ChangeLog	2021-07-26 12:10:32 UTC (rev 280293)
@@ -1,3 +1,9 @@
+2021-07-23  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.3 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2021-07-23  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.3 release

Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog (280292 => 280293)


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-07-26 09:50:44 UTC (rev 280292)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-07-26 12:10:32 UTC (rev 280293)
@@ -1,3 +1,9 @@
+2021-07-23  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.3 release
+
+        * wpe/NEWS: Add release notes for 2.32.3
+
 2021-07-23  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.3 release

Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS (280292 => 280293)


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS	2021-07-26 09:50:44 UTC (rev 280292)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS	2021-07-26 12:10:32 UTC (rev 280293)
@@ -1,4 +1,15 @@
 =================
+WPE WebKit 2.32.3
+=================
+
+What's new WPE WebKit 2.32.3?
+
+  - Properly set the cookies settings after a network process crash.
+  - Fix accessibility tree after a cross site navigation with PSON enabled.
+  - Ensure WebKitScriptWorld::window-object-cleared signal is always emitted.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.32.2
 =================
 

Modified: releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake (280292 => 280293)


--- releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake	2021-07-26 09:50:44 UTC (rev 280292)
+++ releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake	2021-07-26 12:10:32 UTC (rev 280293)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 32 2)
+SET_PROJECT_VERSION(2 32 3)
 
 set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
 
@@ -130,7 +130,7 @@
 find_package(LibSoup ${SOUP_MINIMUM_VERSION} REQUIRED)
 
 if (WPE_API_VERSION VERSION_EQUAL "1.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 1 15)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 2 15)
 else ()
     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
 endif ()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to