Title: [284597] releases/WebKitGTK/webkit-2.34
Revision
284597
Author
[email protected]
Date
2021-10-21 03:21:00 -0700 (Thu, 21 Oct 2021)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.34.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.34/ChangeLog (284596 => 284597)


--- releases/WebKitGTK/webkit-2.34/ChangeLog	2021-10-21 09:53:50 UTC (rev 284596)
+++ releases/WebKitGTK/webkit-2.34/ChangeLog	2021-10-21 10:21:00 UTC (rev 284597)
@@ -1,3 +1,9 @@
+2021-10-21  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.1 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2021-10-21  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.34.1 release

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog (284596 => 284597)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2021-10-21 09:53:50 UTC (rev 284596)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2021-10-21 10:21:00 UTC (rev 284597)
@@ -1,3 +1,9 @@
+2021-10-21  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.1 release
+
+        * wpe/NEWS: Add release notes for 2.34.1.
+
 2021-10-21  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.34.1 release

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS (284596 => 284597)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS	2021-10-21 09:53:50 UTC (rev 284596)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS	2021-10-21 10:21:00 UTC (rev 284597)
@@ -1,4 +1,15 @@
 =================
+WPE WebKit 2.34.1
+=================
+
+What's new in WPE WebKit 2.34.0?
+
+  - Update User-Agent browser versions.
+  - 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.
+
+=================
 WPE WebKit 2.34.0
 =================
 

Modified: releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake (284596 => 284597)


--- releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake	2021-10-21 09:53:50 UTC (rev 284596)
+++ releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake	2021-10-21 10:21:00 UTC (rev 284597)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-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")
 
@@ -143,9 +143,9 @@
 endif ()
 
 if (WPE_API_VERSION VERSION_EQUAL "1.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 19 2 16)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 19 3 16)
 else ()
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 1 0)
 endif ()
 
 # These are shared variables, but we special case their definition so that we can use the
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to