summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS25
-rw-r--r--meson.build2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 96def4c5..ca1eb9de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,29 @@
===============
+Version 3.35.92
+===============
+- Translation updates
+- CI improvements
+
+Xsettings:
+- Load scripts from /etc/xdg/Xwayland-session.d in order to lazily set up
+ X11 sessions for wayland (e.g. Xwayland being raised on demand)
+- Delegate on gnome-shell to enable/disable animations
+
+Sharing:
+- Drop support for vino. It is replaced by the windowing agnostic
+ gnome-remote-desktop in other places of the stack.
+
+Wacom:
+- Fix build without wayland
+
+Housekeeping:
+- Use atime instead of mtime in thumbnail cleaner, if available
+- Avoid crossing into different filesystems in cleanup dirs (except trash:)
+
+Power:
+- Add missing error check to realpath call
+
+===============
Version 3.35.91
===============
- Translation updates
diff --git a/meson.build b/meson.build
index fd22806a..a201cef1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.35.91',
+ version: '3.35.92',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)