Title: [286162] trunk
Revision
286162
Author
[email protected]
Date
2021-11-25 01:57:12 -0800 (Thu, 25 Nov 2021)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.35.1 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.35.1.

Modified Paths

Diff

Modified: trunk/ChangeLog (286161 => 286162)


--- trunk/ChangeLog	2021-11-25 09:27:58 UTC (rev 286161)
+++ trunk/ChangeLog	2021-11-25 09:57:12 UTC (rev 286162)
@@ -1,3 +1,9 @@
+2021-11-25  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.35.1 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2021-11-23  Adrian Perez de Castro  <[email protected]>
 
         [WPE][GTK] Allow enabling JPEG-XL support at build time

Modified: trunk/Source/WebKit/ChangeLog (286161 => 286162)


--- trunk/Source/WebKit/ChangeLog	2021-11-25 09:27:58 UTC (rev 286161)
+++ trunk/Source/WebKit/ChangeLog	2021-11-25 09:57:12 UTC (rev 286162)
@@ -1,3 +1,9 @@
+2021-11-25  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.35.1 release
+
+        * gtk/NEWS: Add release notes for 2.35.1.
+
 2021-11-23  Don Olmstead  <[email protected]>
 
         Non-unified build fixes, mid November 2021 edition

Modified: trunk/Source/WebKit/gtk/NEWS (286161 => 286162)


--- trunk/Source/WebKit/gtk/NEWS	2021-11-25 09:27:58 UTC (rev 286161)
+++ trunk/Source/WebKit/gtk/NEWS	2021-11-25 09:57:12 UTC (rev 286162)
@@ -1,4 +1,17 @@
 ================
+WebKitGTK 2.35.1
+================
+
+What's new in WebKitGTK 2.35.1?
+
+  - Make user interactive threads (event handler, scrolling, ...) real time in linux.
+  - Add new API to set HTTP response information to custom uri schemes.
+  - Add support for media session.
+  - Change hardware-acceleration-policy setting default value to always.
+  - Fix jsc_value_object_define_property_accessor() to work with objects not having a wrapped instance.
+  - Fix several crashes and rendering issues.
+
+================
 WebKitGTK 2.33.3
 ================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (286161 => 286162)


--- trunk/Source/cmake/OptionsGTK.cmake	2021-11-25 09:27:58 UTC (rev 286161)
+++ trunk/Source/cmake/OptionsGTK.cmake	2021-11-25 09:57:12 UTC (rev 286162)
@@ -3,7 +3,7 @@
 
 WEBKIT_OPTION_BEGIN()
 
-SET_PROJECT_VERSION(2 35 0)
+SET_PROJECT_VERSION(2 35 1)
 
 
 set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to