Title: [294359] releases/WebKitGTK/webkit-2.36
Revision
294359
Author
ape...@igalia.com
Date
2022-05-17 16:17:50 -0700 (Tue, 17 May 2022)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.36.2 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.36.2.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.36/ChangeLog (294358 => 294359)


--- releases/WebKitGTK/webkit-2.36/ChangeLog	2022-05-17 23:17:48 UTC (rev 294358)
+++ releases/WebKitGTK/webkit-2.36/ChangeLog	2022-05-17 23:17:50 UTC (rev 294359)
@@ -1,3 +1,9 @@
+2022-05-17  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.36.2 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2022-04-21  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.36.1 release

Modified: releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog (294358 => 294359)


--- releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog	2022-05-17 23:17:48 UTC (rev 294358)
+++ releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog	2022-05-17 23:17:50 UTC (rev 294359)
@@ -1,3 +1,9 @@
+2022-05-17  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.36.2 release
+
+        * gtk/NEWS: Add release notes for 2.36.2.
+
 2022-04-02  Yury Semikhatsky  <yu...@chromium.org>
 
         GTK doesn't compile with ENABLE_ACCESSIBILITY=0

Modified: releases/WebKitGTK/webkit-2.36/Source/WebKit/gtk/NEWS (294358 => 294359)


--- releases/WebKitGTK/webkit-2.36/Source/WebKit/gtk/NEWS	2022-05-17 23:17:48 UTC (rev 294358)
+++ releases/WebKitGTK/webkit-2.36/Source/WebKit/gtk/NEWS	2022-05-17 23:17:50 UTC (rev 294359)
@@ -1,4 +1,15 @@
 ================
+WebKitGTK 2.36.2
+================
+
+What's new in WebKitGTK 2.36.2?
+
+  - Fix some pages showing empty content boxes when using GTK4.
+  - Fix the build with accessibility disabled.
+  - Fix the build with newer Ruby versions.
+  - Fix several crashes and rendering issues.
+
+================
 WebKitGTK 2.36.1
 ================
 

Modified: releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsGTK.cmake (294358 => 294359)


--- releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsGTK.cmake	2022-05-17 23:17:48 UTC (rev 294358)
+++ releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsGTK.cmake	2022-05-17 23:17:50 UTC (rev 294359)
@@ -3,7 +3,7 @@
 
 WEBKIT_OPTION_BEGIN()
 
-SET_PROJECT_VERSION(2 36 1)
+SET_PROJECT_VERSION(2 36 2)
 
 
 set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
@@ -227,11 +227,11 @@
 endif ()
 
 if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 93 5 56)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 38 5 20)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 93 6 56)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 38 6 20)
 elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 5 1)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 1 5 1)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 6 1)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 1 6 1)
 elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "5.0")
     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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to