Title: [278597] trunk
Revision
278597
Author
[email protected]
Date
2021-06-08 02:08:34 -0700 (Tue, 08 Jun 2021)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.2 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.33.2.

Modified Paths

Diff

Modified: trunk/ChangeLog (278596 => 278597)


--- trunk/ChangeLog	2021-06-08 08:00:16 UTC (rev 278596)
+++ trunk/ChangeLog	2021-06-08 09:08:34 UTC (rev 278597)
@@ -1,3 +1,9 @@
+2021-06-08  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.2 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2021-06-07  Carlos Garcia Campos  <[email protected]>
 
         [GTK][WPE] Bump libsoup3 version to 2.99.8

Modified: trunk/Source/WebKit/ChangeLog (278596 => 278597)


--- trunk/Source/WebKit/ChangeLog	2021-06-08 08:00:16 UTC (rev 278596)
+++ trunk/Source/WebKit/ChangeLog	2021-06-08 09:08:34 UTC (rev 278597)
@@ -1,5 +1,11 @@
 2021-06-08  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.2 release
+
+        * gtk/NEWS: Add release notes for 2.33.2.
+
+2021-06-08  Carlos Garcia Campos  <[email protected]>
+
         [SOUP] Several timing tests failing since r278477
         https://bugs.webkit.org/show_bug.cgi?id=226728
 

Modified: trunk/Source/WebKit/gtk/NEWS (278596 => 278597)


--- trunk/Source/WebKit/gtk/NEWS	2021-06-08 08:00:16 UTC (rev 278596)
+++ trunk/Source/WebKit/gtk/NEWS	2021-06-08 09:08:34 UTC (rev 278597)
@@ -1,4 +1,20 @@
 ================
+WebKitGTK 2.33.2
+================
+
+What's new in WebKitGTK 2.33.2?
+
+  - HTTP/2 support when building with libsoup3.
+  - Add API to disable CORS on a web view for particular domains.
+  - Fix rendering on HiDPI /4k screen and scaling.
+  - Improve calculation of initial WebKitWebView size.
+  - Fix rendering of VP9 with transparency.
+  - Remove dependency on glvideoflip and videoflip.
+  - Several fixes on scrolling when async scrolling is enabled.
+  - Ensure WebKitScriptWorld::window-object-cleared signal is always emitted.
+  - Translation updates: Danish, Swedish, Ukrainian.
+
+================
 WebKitGTK 2.33.1
 ================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (278596 => 278597)


--- trunk/Source/cmake/OptionsGTK.cmake	2021-06-08 08:00:16 UTC (rev 278596)
+++ trunk/Source/cmake/OptionsGTK.cmake	2021-06-08 09:08:34 UTC (rev 278597)
@@ -3,7 +3,7 @@
 
 WEBKIT_OPTION_BEGIN()
 
-SET_PROJECT_VERSION(2 33 1)
+SET_PROJECT_VERSION(2 33 2)
 
 set(CMAKE_C_VISIBILITY_PRESET hidden)
 set(CMAKE_CXX_VISIBILITY_PRESET hidden)
@@ -228,8 +228,8 @@
 endif ()
 
 if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 0 53)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 0 19)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 91 0 54)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 1 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