Title: [280240] releases/WebKitGTK/webkit-2.32
Revision
280240
Author
[email protected]
Date
2021-07-23 04:03:18 -0700 (Fri, 23 Jul 2021)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.3 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.32.3

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.32/ChangeLog (280239 => 280240)


--- releases/WebKitGTK/webkit-2.32/ChangeLog	2021-07-23 10:51:17 UTC (rev 280239)
+++ releases/WebKitGTK/webkit-2.32/ChangeLog	2021-07-23 11:03:18 UTC (rev 280240)
@@ -1,3 +1,9 @@
+2021-07-23  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.3 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2021-07-12  Adrian Perez de Castro  <[email protected]>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.2 release

Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog (280239 => 280240)


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-07-23 10:51:17 UTC (rev 280239)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-07-23 11:03:18 UTC (rev 280240)
@@ -1,3 +1,9 @@
+2021-07-23  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.3 release
+
+        * gtk/NEWS: Add release notes for 2.32.3
+
 2021-07-21  Carlos Garcia Campos  <[email protected]>
 
         REGRESSION(r267763): [SOUP] After network process crash, all cookies are lost until browser is restarted

Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS (280239 => 280240)


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS	2021-07-23 10:51:17 UTC (rev 280239)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS	2021-07-23 11:03:18 UTC (rev 280240)
@@ -1,4 +1,15 @@
 ================
+WebKitGTK 2.32.3
+================
+
+What's new in WebKitGTK 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.
+
+================
 WebKitGTK 2.32.2
 ================
 

Modified: releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake (280239 => 280240)


--- releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake	2021-07-23 10:51:17 UTC (rev 280239)
+++ releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake	2021-07-23 11:03:18 UTC (rev 280240)
@@ -3,7 +3,7 @@
 
 WEBKIT_OPTION_BEGIN()
 
-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")
 
@@ -215,8 +215,8 @@
 endif ()
 
 if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 3 53)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 6 18)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 4 53)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 7 18)
 elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1")
     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 0 0 0)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to