[gnome-settings-daemon/gnome-3-34] Release 3.34.2



commit 85ca4e25051742ede54763cfd02dccd44242acf4
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Dec 17 22:55:45 2019 +0100

    Release 3.34.2

 NEWS        | 7 +++++++
 meson.build | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index fb47a5ed..fcfdb52e 100644
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,18 @@
 Version 3.34.2
 ==============
 Media-keys:
+- Place spawned processes into a systemd scope.
+  For this to work, gnome-settings-daemon needs to be build with
+  libgnome-desktop >= 3.34.2.1, as the API was added in that release.
 - Fixed saving screenshots to clipboard on wayland.
   For 3.34, this feature was fixed by using the X11 clipboard,
   saving to clipboard will indefinitely raise Xwayland
   if the Xwayland-on-demand experimental feature was enabled,
   and will not work at all if --no-x11 is passed to gnome-shell.
+- Fix crash on keybinding migration
+
+Smartcard:
+- Initialize pointer before use
 
 ==============
 Version 3.34.1
diff --git a/meson.build b/meson.build
index ff1771cf..38f00f1a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gnome-settings-daemon', 'c',
-  version: '3.34.1',
+  version: '3.34.2',
   license: [ 'GPL2+', 'LGPLv2+' ],
   meson_version: '>= 0.44.0'
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]