From 4939f1a93fe93c6e783827de758262a33c291673 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Mon, 2 Mar 2020 09:40:43 +0100 Subject: Release 3.35.92 --- NEWS | 25 +++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 96def4c5..ca1eb9de 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +=============== +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 =============== 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' ) -- cgit v1.2.1