Title: [277486] trunk
Revision
277486
Author
carlo...@webkit.org
Date
2021-05-14 03:25:16 -0700 (Fri, 14 May 2021)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.1 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.33.1.

Modified Paths

Diff

Modified: trunk/ChangeLog (277485 => 277486)


--- trunk/ChangeLog	2021-05-14 10:22:29 UTC (rev 277485)
+++ trunk/ChangeLog	2021-05-14 10:25:16 UTC (rev 277486)
@@ -1,5 +1,11 @@
 2021-05-14  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.1 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
+2021-05-14  Carlos Garcia Campos  <cgar...@igalia.com>
+
         Unreviewed. [GTK] Fix make distcheck
 
         Use WEBKITGTK_API_DOC_VERSION instead of WEBKITGTK_API_VERSION or the documentation install rules.

Modified: trunk/Source/WebKit/ChangeLog (277485 => 277486)


--- trunk/Source/WebKit/ChangeLog	2021-05-14 10:22:29 UTC (rev 277485)
+++ trunk/Source/WebKit/ChangeLog	2021-05-14 10:25:16 UTC (rev 277486)
@@ -1,3 +1,9 @@
+2021-05-14  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.1 release
+
+        * gtk/NEWS: Add release notes for 2.33.1.
+
 2021-05-13  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [Cocoa] Plumb data detector results through some platform objects

Modified: trunk/Source/WebKit/gtk/NEWS (277485 => 277486)


--- trunk/Source/WebKit/gtk/NEWS	2021-05-14 10:22:29 UTC (rev 277485)
+++ trunk/Source/WebKit/gtk/NEWS	2021-05-14 10:25:16 UTC (rev 277486)
@@ -1,4 +1,18 @@
 ================
+WebKitGTK 2.33.1
+================
+
+What's new in WebKitGTK 2.33.1?
+
+  - Add support for CSS Scroll Snap.
+  - Add support for date and datetime-local input elements.
+  - Add support for ICC color management.
+  - Build with libsoup3 by default.
+  - Add new API to handle web process unresponsiveness.
+  - Add support for link preconnect when building with libsoup3.
+  - Refactored Media Source Extensions platform code to increase stability and ease support of more features in the future.
+
+================
 WebKitGTK 2.31.1
 ================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (277485 => 277486)


--- trunk/Source/cmake/OptionsGTK.cmake	2021-05-14 10:22:29 UTC (rev 277485)
+++ trunk/Source/cmake/OptionsGTK.cmake	2021-05-14 10:25:16 UTC (rev 277486)
@@ -3,7 +3,7 @@
 
 WEBKIT_OPTION_BEGIN()
 
-SET_PROJECT_VERSION(2 33 0)
+SET_PROJECT_VERSION(2 33 1)
 
 set(CMAKE_C_VISIBILITY_PRESET hidden)
 set(CMAKE_CXX_VISIBILITY_PRESET hidden)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to