Title: [279776] releases/WebKitGTK/webkit-2.32
Revision
279776
Author
[email protected]
Date
2021-07-09 01:30:30 -0700 (Fri, 09 Jul 2021)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.2 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.32.2

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.32/ChangeLog (279775 => 279776)


--- releases/WebKitGTK/webkit-2.32/ChangeLog	2021-07-09 08:10:19 UTC (rev 279775)
+++ releases/WebKitGTK/webkit-2.32/ChangeLog	2021-07-09 08:30:30 UTC (rev 279776)
@@ -1,3 +1,9 @@
+2021-07-09  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.2 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2021-05-10  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.1 release

Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog (279775 => 279776)


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-07-09 08:10:19 UTC (rev 279775)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-07-09 08:30:30 UTC (rev 279776)
@@ -1,3 +1,9 @@
+2021-07-09  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.2 release
+
+        * gtk/NEWS: Add release notes for 2.32.2
+
 2021-06-18  Zan Dobersek  <[email protected]>
 
         [WPE] Rework touch-based gesture controller

Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS (279775 => 279776)


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS	2021-07-09 08:10:19 UTC (rev 279775)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS	2021-07-09 08:30:30 UTC (rev 279776)
@@ -1,4 +1,18 @@
 ================
+WebKitGTK 2.32.2
+================
+
+What's new in WebKitGTK 2.32.2?
+
+  - Improve calculation of initial WebKitWebView size.
+  - Fix kinetic scrolling on touchpad with async scrolling off.
+  - Fix a crash on empty drag operation in X11.
+  - Fix rendering on HiDPI /4k screen and scaling.
+  - Handle null native surface for for surfaceless rendering.
+  - Fix _javascript_Core crash on 32-bit big endian systems.
+  - Fix several crashes and rendering issues.
+
+================
 WebKitGTK 2.32.1
 ================
 

Modified: releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake (279775 => 279776)


--- releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake	2021-07-09 08:10:19 UTC (rev 279775)
+++ releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake	2021-07-09 08:30:30 UTC (rev 279776)
@@ -3,7 +3,7 @@
 
 WEBKIT_OPTION_BEGIN()
 
-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")
 
@@ -215,8 +215,8 @@
 endif ()
 
 if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 2 53)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 5 18)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 3 53)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 6 18)
 elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1")
     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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to