Title: [279842] releases/WebKitGTK/webkit-2.32
Revision
279842
Author
[email protected]
Date
2021-07-12 11:51:34 -0700 (Mon, 12 Jul 2021)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.32.2

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.32/ChangeLog (279841 => 279842)


--- releases/WebKitGTK/webkit-2.32/ChangeLog	2021-07-12 18:08:56 UTC (rev 279841)
+++ releases/WebKitGTK/webkit-2.32/ChangeLog	2021-07-12 18:51:34 UTC (rev 279842)
@@ -1,3 +1,9 @@
+2021-07-12  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.2 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2021-07-09  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.2 release

Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog (279841 => 279842)


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-07-12 18:08:56 UTC (rev 279841)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-07-12 18:51:34 UTC (rev 279842)
@@ -1,3 +1,9 @@
+2021-07-12  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.2 release
+
+        * wpe/NEWS: Add release notes for 2.32.2
+
 2021-07-09  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.2 release

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


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS	2021-07-12 18:08:56 UTC (rev 279841)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS	2021-07-12 18:51:34 UTC (rev 279842)
@@ -1,4 +1,18 @@
 =================
+WPE WebKit 2.32.2
+=================
+
+What's new WPE WebKit 2.32.2?
+
+  - Improve the touch gesture touch controller.
+  - Fix handling of wheel events for devices which produce axis events.
+  - Fix kinetic scrolling on touchpad with async scrolling off.
+  - Fix a crash on empty drag operation in X11.
+  - Handle null native surface for for surfaceless rendering.
+  - Fix _javascript_Core crash on 32-bit big endian systems.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.32.1
 =================
 

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


--- releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake	2021-07-12 18:08:56 UTC (rev 279841)
+++ releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake	2021-07-12 18:51:34 UTC (rev 279842)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 32 1)
+SET_PROJECT_VERSION(2 32 2)
 
 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 0 15)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 1 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