Title: [286144] releases/WebKitGTK/webkit-2.34
Revision
286144
Author
[email protected]
Date
2021-11-24 02:01:48 -0800 (Wed, 24 Nov 2021)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.34.2 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.34.2.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.34/ChangeLog (286143 => 286144)


--- releases/WebKitGTK/webkit-2.34/ChangeLog	2021-11-24 09:22:32 UTC (rev 286143)
+++ releases/WebKitGTK/webkit-2.34/ChangeLog	2021-11-24 10:01:48 UTC (rev 286144)
@@ -1,3 +1,9 @@
+2021-11-24  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.34.2 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2021-10-21  Adrian Perez de Castro  <[email protected]>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.1 release

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog (286143 => 286144)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2021-11-24 09:22:32 UTC (rev 286143)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2021-11-24 10:01:48 UTC (rev 286144)
@@ -1,3 +1,9 @@
+2021-11-24  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.34.2 release
+
+        * gtk/NEWS: Add release notes for 2.34.2.
+
 2021-11-23  Alexander Mikhaylenko  <[email protected]>
 
         [GTK] Effective appearance doesn't update on the old process after PSON

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


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS	2021-11-24 09:22:32 UTC (rev 286143)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS	2021-11-24 10:01:48 UTC (rev 286144)
@@ -1,4 +1,14 @@
 ================
+WebKitGTK 2.34.2
+================
+
+What's new in WebKitGTK 2.34.2?
+
+  - Fix scrolling issues when pressing Home and PgDown keys.
+  - Update effective appearance after web process switch on navigation.
+  - Fix the build with video disabled.
+
+================
 WebKitGTK 2.34.1
 ================
 

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


--- releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake	2021-11-24 09:22:32 UTC (rev 286143)
+++ releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake	2021-11-24 10:01:48 UTC (rev 286144)
@@ -3,7 +3,7 @@
 
 WEBKIT_OPTION_BEGIN()
 
-SET_PROJECT_VERSION(2 34 1)
+SET_PROJECT_VERSION(2 34 2)
 
 
 set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
@@ -226,11 +226,11 @@
 endif ()
 
 if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 92 4 55)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 6 19)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 92 5 55)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 7 19)
 elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 1 0)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 0 1 0)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 2 0)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 0 2 0)
 elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "5.0")
     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