Title: [282655] releases/WebKitGTK/webkit-2.34
Revision
282655
Author
[email protected]
Date
2021-09-17 05:20:59 -0700 (Fri, 17 Sep 2021)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.91 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.33.91.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.34/ChangeLog (282654 => 282655)


--- releases/WebKitGTK/webkit-2.34/ChangeLog	2021-09-17 11:02:51 UTC (rev 282654)
+++ releases/WebKitGTK/webkit-2.34/ChangeLog	2021-09-17 12:20:59 UTC (rev 282655)
@@ -1,3 +1,9 @@
+2021-09-17  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.91 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2021-09-06  Carlos Alberto Lopez Perez  <[email protected]>
 
         [CMake] Prefer python3 over python2

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog (282654 => 282655)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2021-09-17 11:02:51 UTC (rev 282654)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2021-09-17 12:20:59 UTC (rev 282655)
@@ -1,3 +1,9 @@
+2021-09-17  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.91 release
+
+        * gtk/NEWS: Add release notes for 2.33.91.
+
 2021-09-16  Carlos Garcia Campos  <[email protected]>
 
         [GTK][WPE] test animations/steps-transform-rendering-updates.html fails

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS (282654 => 282655)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS	2021-09-17 11:02:51 UTC (rev 282654)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS	2021-09-17 12:20:59 UTC (rev 282655)
@@ -1,4 +1,14 @@
 =================
+WebKitGTK 2.33.91
+=================
+
+What's new in WebKitGTK 2.33.91?
+
+  - Use the right display refresh monitor for animations in accelerated compositng mode.
+  - Fix several issues in _javascript_Core on 32bit systems.
+  - Prefer python3 over python2 in CMake.
+
+=================
 WebKitGTK 2.33.90
 =================
 

Modified: releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake (282654 => 282655)


--- releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake	2021-09-17 11:02:51 UTC (rev 282654)
+++ releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake	2021-09-17 12:20:59 UTC (rev 282655)
@@ -3,7 +3,7 @@
 
 WEBKIT_OPTION_BEGIN()
 
-SET_PROJECT_VERSION(2 33 90)
+SET_PROJECT_VERSION(2 33 91)
 
 
 set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
@@ -226,8 +226,8 @@
 endif ()
 
 if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 92 1 55)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 3 19)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 92 2 55)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 4 19)
 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