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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.35.1.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@286183 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index 4eadc0e..e124126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-11-26  Adrian Perez de Castro  <aperez@igalia.com>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.35.1 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2021-11-25  Carlos Garcia Campos  <cgarcia@igalia.com>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.35.1 release
diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog
index 2b52c12..ad8e688 100644
--- a/Source/WebKit/ChangeLog
+++ b/Source/WebKit/ChangeLog
@@ -1,5 +1,11 @@
 2021-11-26  Adrian Perez de Castro  <aperez@igalia.com>
 
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.35.1 release
+
+        * wpe/NEWS: Add release notes for 2.35.1.
+
+2021-11-26  Adrian Perez de Castro  <aperez@igalia.com>
+
         Non-unified build fixes, late November 2021 edition
         https://bugs.webkit.org/show_bug.cgi?id=233493
 
diff --git a/Source/WebKit/wpe/NEWS b/Source/WebKit/wpe/NEWS
index ee88f9d..1a75f44 100644
--- a/Source/WebKit/wpe/NEWS
+++ b/Source/WebKit/wpe/NEWS
@@ -1,4 +1,22 @@
 =================
+WPE WebKit 2.35.1
+=================
+
+What's new in WPE WebKit 2.35.1?
+
+  - Make user interactive threads (event handler, scrolling, etc.) real time
+    on Linux.
+  - Add new API to set HTTP response information to custom URI schemes.
+  - Add support for the MediaSession API.
+  - Add initial support, disabled by default at build time, for the JPEG-XL
+	image format.
+  - Make the WPE Qt API use only public WPE library symbols, which makes
+    it possible to build it separately from the rest of WebKit.
+  - Fix jsc_value_object_define_property_accessor() to work with objects
+    not having a wrapped instance.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.33.2
 =================
 
diff --git a/Source/cmake/OptionsWPE.cmake b/Source/cmake/OptionsWPE.cmake
index 1d0cd2b..ffb4541 100644
--- a/Source/cmake/OptionsWPE.cmake
+++ b/Source/cmake/OptionsWPE.cmake
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-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")