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.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@286162 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index 363aa9c..4eadc0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-11-25  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        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  <aperez@igalia.com>
 
         [WPE][GTK] Allow enabling JPEG-XL support at build time
diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog
index 801a752..d5b46fb 100644
--- a/Source/WebKit/ChangeLog
+++ b/Source/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2021-11-25  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        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  <don.olmstead@sony.com>
 
         Non-unified build fixes, mid November 2021 edition
diff --git a/Source/WebKit/gtk/NEWS b/Source/WebKit/gtk/NEWS
index 5983cec..69301c6 100644
--- a/Source/WebKit/gtk/NEWS
+++ b/Source/WebKit/gtk/NEWS
@@ -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
 ================
 
diff --git a/Source/cmake/OptionsGTK.cmake b/Source/cmake/OptionsGTK.cmake
index 21f6744..c118b12 100644
--- a/Source/cmake/OptionsGTK.cmake
+++ b/Source/cmake/OptionsGTK.cmake
@@ -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")