[gnome-settings-daemon] Release 3.33.0



commit 15b42d42089852f754a13a05edeee35363cd67a5
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Jun 25 00:42:59 2019 +0200

    Release 3.33.0

 NEWS        | 23 +++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 24 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 156a3adf..c45043e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,34 @@
 ==============
 Version 3.33.0
 ==============
+- Translation updates
+- Compile warning fixes
 
 Media-keys:
 - Keygrabbing has been reworked. The new UngrabAccelerators DBus API on the
   shell is now required. Non-GNOME Desktops using g-s-d will need to be
   updated for this.
+- Add mapping for screen brightness cycle key
+- Fix launched clients inheriting DESKTOP_AUTOSTART_ID
+- Signal connector rather than output ID for OSD
+- Fix MPRIS issues with disconnecting clients
+- Allow mapping of hard-coded keys
+
+Power:
+- Fix memory leak
+- Signal connector rather than output ID for OSD
+- Only disable Suspend/Hibernate actions inside VM
+- Remove special handling of tablet devices
+
+Color:
+- Allow night light to be always on
+
+Mouse:
+- Remove locate-pointer, in favor of gnome-shell handling
+- Remove mousetweaks support, in favor of gnome-shell handling
+
+Keyboard:
+- Remove numlock persistence, in favor of gnome-shell handling
 
 ==============
 Version 3.32.0
diff --git a/meson.build b/meson.build
index e8ec2004..98b2c03b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gnome-settings-daemon', 'c',
-  version: '3.32.0',
+  version: '3.33.0',
   license: [ 'GPL2+', 'LGPLv2+' ],
   meson_version: '>= 0.44.0'
 )


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