Title: [278759] trunk
Revision
278759
Author
ape...@igalia.com
Date
2021-06-11 07:25:29 -0700 (Fri, 11 Jun 2021)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.33.2.

Modified Paths

Diff

Modified: trunk/ChangeLog (278758 => 278759)


--- trunk/ChangeLog	2021-06-11 14:23:15 UTC (rev 278758)
+++ trunk/ChangeLog	2021-06-11 14:25:29 UTC (rev 278759)
@@ -1,3 +1,9 @@
+2021-06-11  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.33.2 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2021-06-10  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
         [CMake][GTK][WPE] Improve error message when libsoup3 is not found

Modified: trunk/Source/WebKit/ChangeLog (278758 => 278759)


--- trunk/Source/WebKit/ChangeLog	2021-06-11 14:23:15 UTC (rev 278758)
+++ trunk/Source/WebKit/ChangeLog	2021-06-11 14:25:29 UTC (rev 278759)
@@ -1,3 +1,9 @@
+2021-06-11  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.33.2 release
+
+        * wpe/NEWS: Add release notes for 2.33.2.
+
 2021-06-10  Said Abou-Hallawa  <s...@apple.com>
 
         takeSnapshotWithConfiguration() should wait for the next flush before it does callSnapshotRect()

Modified: trunk/Source/WebKit/wpe/NEWS (278758 => 278759)


--- trunk/Source/WebKit/wpe/NEWS	2021-06-11 14:23:15 UTC (rev 278758)
+++ trunk/Source/WebKit/wpe/NEWS	2021-06-11 14:25:29 UTC (rev 278759)
@@ -1,4 +1,20 @@
 =================
+WPE WebKit 2.33.2
+=================
+
+What's new in WPE WebKit 2.33.2?
+
+  - HTTP/2 support when building with libsoup3.
+  - Add API to disable CORS on a web view for particular domains.
+  - Remove dependency on the GStreamer glvideoflip and videoflip elements.
+  - Support building with the uClibc C standard library.
+  - Ensure WebKitScriptWorld::window-object-cleared signal is always emitted.
+  - Fix rendering of VP9 with transparency.
+  - Fix handling of elements with position:sticky in RTL layers with scroll
+	overflow.
+  - Fix handling of 2D axis input events.
+
+=================
 WPE WebKit 2.33.1
 =================
 

Modified: trunk/Source/cmake/OptionsWPE.cmake (278758 => 278759)


--- trunk/Source/cmake/OptionsWPE.cmake	2021-06-11 14:23:15 UTC (rev 278758)
+++ trunk/Source/cmake/OptionsWPE.cmake	2021-06-11 14:25:29 UTC (rev 278759)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 33 1)
+SET_PROJECT_VERSION(2 33 2)
 
 set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
 
@@ -143,7 +143,7 @@
 endif ()
 
 if (WPE_API_VERSION VERSION_EQUAL "1.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 0 15)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 19 0 16)
 else ()
     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
 endif ()
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to