Title: [282648] releases/WebKitGTK/webkit-2.32
Revision
282648
Author
[email protected]
Date
2021-09-17 03:12:33 -0700 (Fri, 17 Sep 2021)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.4 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.32.4

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.32/ChangeLog (282647 => 282648)


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

Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog (282647 => 282648)


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-09-17 09:58:38 UTC (rev 282647)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-09-17 10:12:33 UTC (rev 282648)
@@ -1,3 +1,9 @@
+2021-09-17  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.4 release
+
+        * gtk/NEWS: Add release notes for 2.32.4
+
 2021-07-06  Ryosuke Niwa  <[email protected]>
 
         Deploy smart pointers in EventHandler and UserInputBridge

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


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS	2021-09-17 09:58:38 UTC (rev 282647)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS	2021-09-17 10:12:33 UTC (rev 282648)
@@ -1,4 +1,13 @@
 ================
+WebKitGTK 2.32.4
+================
+
+What's new in WebKitGTK 2.32.4?
+
+  - Do not append .asc extension to downloaded text/plain files.
+  - Fix several crashes and rendering issues.
+
+================
 WebKitGTK 2.32.3
 ================
 

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


--- releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake	2021-09-17 09:58:38 UTC (rev 282647)
+++ releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake	2021-09-17 10:12:33 UTC (rev 282648)
@@ -3,7 +3,7 @@
 
 WEBKIT_OPTION_BEGIN()
 
-SET_PROJECT_VERSION(2 32 3)
+SET_PROJECT_VERSION(2 32 4)
 
 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 4 53)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 7 18)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 5 53)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 8 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