Title: [293213] releases/WebKitGTK/webkit-2.36
Revision
293213
Author
[email protected]
Date
2022-04-22 00:22:54 -0700 (Fri, 22 Apr 2022)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.36.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.36/ChangeLog (293212 => 293213)


--- releases/WebKitGTK/webkit-2.36/ChangeLog	2022-04-22 07:02:14 UTC (rev 293212)
+++ releases/WebKitGTK/webkit-2.36/ChangeLog	2022-04-22 07:22:54 UTC (rev 293213)
@@ -1,3 +1,9 @@
+2022-04-21  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.36.1 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2022-04-21  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.36.1 release

Modified: releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog (293212 => 293213)


--- releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog	2022-04-22 07:02:14 UTC (rev 293212)
+++ releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog	2022-04-22 07:22:54 UTC (rev 293213)
@@ -1,3 +1,9 @@
+2022-04-21  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.36.1 release
+
+        * wpe/NEWS: Add release notes for 2.36.1.
+
 2022-04-21  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.36.1 release

Modified: releases/WebKitGTK/webkit-2.36/Source/WebKit/wpe/NEWS (293212 => 293213)


--- releases/WebKitGTK/webkit-2.36/Source/WebKit/wpe/NEWS	2022-04-22 07:02:14 UTC (rev 293212)
+++ releases/WebKitGTK/webkit-2.36/Source/WebKit/wpe/NEWS	2022-04-22 07:22:54 UTC (rev 293213)
@@ -1,4 +1,13 @@
 =================
+WPE WebKit 2.36.1
+=================
+
+What's new in WPE WebKit 2.36.1?
+
+  - Fix the build with accessibility disabled.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.36.0
 =================
 

Modified: releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsWPE.cmake (293212 => 293213)


--- releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsWPE.cmake	2022-04-22 07:02:14 UTC (rev 293212)
+++ releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsWPE.cmake	2022-04-22 07:22:54 UTC (rev 293213)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-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")
 
@@ -145,9 +145,9 @@
 endif ()
 
 if (WPE_API_VERSION VERSION_EQUAL "1.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 20 2 17)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 20 3 17)
 else ()
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 2 1)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 3 1)
 endif ()
 
 set(CMAKE_C_VISIBILITY_PRESET hidden)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to