Title: [281915] releases/WebKitGTK/webkit-2.34
- Revision
- 281915
- Author
- [email protected]
- Date
- 2021-09-02 03:04:22 -0700 (Thu, 02 Sep 2021)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.90 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.33.90.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.34/ChangeLog (281914 => 281915)
--- releases/WebKitGTK/webkit-2.34/ChangeLog 2021-09-02 10:04:17 UTC (rev 281914)
+++ releases/WebKitGTK/webkit-2.34/ChangeLog 2021-09-02 10:04:22 UTC (rev 281915)
@@ -1,3 +1,9 @@
+2021-09-02 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.90 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2021-08-30 Zan Dobersek <[email protected]>
RISCV64 support in LLInt
Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog (281914 => 281915)
--- releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog 2021-09-02 10:04:17 UTC (rev 281914)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog 2021-09-02 10:04:22 UTC (rev 281915)
@@ -1,5 +1,11 @@
2021-09-02 Carlos Garcia Campos <[email protected]>
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.90 release
+
+ * gtk/NEWS: Add release notes for 2.33.90.
+
+2021-09-02 Carlos Garcia Campos <[email protected]>
+
Unreviewed. Fix GTK distcheck build
* webkitglib-symbols.map: Bring back symbols removed in r281073.
Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS (281914 => 281915)
--- releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS 2021-09-02 10:04:17 UTC (rev 281914)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS 2021-09-02 10:04:22 UTC (rev 281915)
@@ -1,3 +1,16 @@
+=================
+WebKitGTK 2.33.90
+=================
+
+What's new in WebKitGTK 2.33.90?
+
+ - Show TLS protocol version and ciphersuite name in the inspector when building with libsoup3.
+ - Add multi-track support to media backend.
+ - Avoid strong alias computations in font fallback code.
+ - Fix deadlock tearing down pipeline when using fallback sink.
+ - Fix the build with gtk-doc enabled.
+ - Fix several crashes and rendering issues.
+
================
WebKitGTK 2.33.3
================
Modified: releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake (281914 => 281915)
--- releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake 2021-09-02 10:04:17 UTC (rev 281914)
+++ releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake 2021-09-02 10:04:22 UTC (rev 281915)
@@ -3,7 +3,7 @@
WEBKIT_OPTION_BEGIN()
-SET_PROJECT_VERSION(2 33 3)
+SET_PROJECT_VERSION(2 33 90)
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 0 55)
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 2 19)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 92 1 55)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 3 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