Title: [284593] releases/WebKitGTK/webkit-2.34
Revision
284593
Author
carlo...@webkit.org
Date
2021-10-21 01:45:55 -0700 (Thu, 21 Oct 2021)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.34.1 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.34.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.34/ChangeLog (284592 => 284593)


--- releases/WebKitGTK/webkit-2.34/ChangeLog	2021-10-21 07:21:43 UTC (rev 284592)
+++ releases/WebKitGTK/webkit-2.34/ChangeLog	2021-10-21 08:45:55 UTC (rev 284593)
@@ -1,3 +1,9 @@
+2021-10-21  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.34.1 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2021-10-19  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.0 release

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog (284592 => 284593)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2021-10-21 07:21:43 UTC (rev 284592)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2021-10-21 08:45:55 UTC (rev 284593)
@@ -1,3 +1,9 @@
+2021-10-21  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.34.1 release
+
+        * gtk/NEWS: Add release notes for 2.34.1.
+
 2021-10-20  Michael Catanzaro  <mcatanz...@gnome.org>
 
         REGRESSION(r276635): [GTK] local HTML file is downloaded instead of displayed if any application has ever called g_desktop_app_info_set_as_default_for_extension(info, "html")

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


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS	2021-10-21 07:21:43 UTC (rev 284592)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS	2021-10-21 08:45:55 UTC (rev 284593)
@@ -1,4 +1,15 @@
 ================
+WebKitGTK 2.34.1
+================
+
+What's new in WebKitGTK 2.34.1?
+
+  - Update user agent browser versions.
+  - Fix a crash with GTK >= 3.24.30.
+  - Fix a crash when loading videos on reddit.
+  - Fix file type detection when application calls g_desktop_app_info_set_as_default_for_extension() passing html.
+
+================
 WebKitGTK 2.34.0
 ================
 

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


--- releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake	2021-10-21 07:21:43 UTC (rev 284592)
+++ releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake	2021-10-21 08:45:55 UTC (rev 284593)
@@ -3,7 +3,7 @@
 
 WEBKIT_OPTION_BEGIN()
 
-SET_PROJECT_VERSION(2 34 0)
+SET_PROJECT_VERSION(2 34 1)
 
 
 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 3 55)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 5 19)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 92 4 55)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 6 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)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 1 0)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 0 1 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to