Title: [293165] releases/WebKitGTK/webkit-2.36
Revision
293165
Author
carlo...@webkit.org
Date
2022-04-21 05:13:45 -0700 (Thu, 21 Apr 2022)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.36.1 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.36.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.36/ChangeLog (293164 => 293165)


--- releases/WebKitGTK/webkit-2.36/ChangeLog	2022-04-21 11:41:17 UTC (rev 293164)
+++ releases/WebKitGTK/webkit-2.36/ChangeLog	2022-04-21 12:13:45 UTC (rev 293165)
@@ -1,3 +1,9 @@
+2022-04-21  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.36.1 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2022-03-25  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.36.0 release

Modified: releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog (293164 => 293165)


--- releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog	2022-04-21 11:41:17 UTC (rev 293164)
+++ releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog	2022-04-21 12:13:45 UTC (rev 293165)
@@ -1,3 +1,9 @@
+2022-04-21  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.36.1 release
+
+        * gtk/NEWS: Add release notes for 2.36.1.
+
 2022-04-08  Philippe Normand  <pnorm...@igalia.com>
 
         [WPE][2.36] Build with a11y disabled fails

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


--- releases/WebKitGTK/webkit-2.36/Source/WebKit/gtk/NEWS	2022-04-21 11:41:17 UTC (rev 293164)
+++ releases/WebKitGTK/webkit-2.36/Source/WebKit/gtk/NEWS	2022-04-21 12:13:45 UTC (rev 293165)
@@ -1,4 +1,14 @@
 ================
+WebKitGTK 2.36.1
+================
+
+What's new in WebKitGTK 2.36.1?
+
+  - Fix the build with accessibility disabled.
+  - Fix several crashes and rendering issues.
+  - Translation updates: Croatian.
+
+================
 WebKitGTK 2.36.0
 ================
 

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


--- releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsGTK.cmake	2022-04-21 11:41:17 UTC (rev 293164)
+++ releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsGTK.cmake	2022-04-21 12:13:45 UTC (rev 293165)
@@ -3,7 +3,7 @@
 
 WEBKIT_OPTION_BEGIN()
 
-SET_PROJECT_VERSION(2 36 0)
+SET_PROJECT_VERSION(2 36 1)
 
 
 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 4 56)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 38 4 20)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 93 5 56)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 38 5 20)
 elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 4 1)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 1 4 1)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 5 1)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 1 5 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