Title: [282659] releases/WebKitGTK/webkit-2.32/Source
Revision
282659
Author
[email protected]
Date
2021-09-17 06:40:45 -0700 (Fri, 17 Sep 2021)

Log Message

wip

Modified Paths


Diff

Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS (282658 => 282659)


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS	2021-09-17 13:24:01 UTC (rev 282658)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS	2021-09-17 13:40:45 UTC (rev 282659)
@@ -1,4 +1,13 @@
 =================
+WPE WebKit 2.32.4
+=================
+
+What's new in WPE WebKit 2.32.4?
+
+  - Do not append .asc extension to downloaded text/plain files.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.32.3
 =================
 

Modified: releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake (282658 => 282659)


--- releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake	2021-09-17 13:24:01 UTC (rev 282658)
+++ releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake	2021-09-17 13:40:45 UTC (rev 282659)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-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")
 
@@ -130,7 +130,7 @@
 find_package(LibSoup ${SOUP_MINIMUM_VERSION} REQUIRED)
 
 if (WPE_API_VERSION VERSION_EQUAL "1.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 2 15)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 3 15)
 else ()
     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
 endif ()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to