diff options
author | Bastien Nocera <hadess@hadess.net> | 2015-06-04 17:30:23 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2015-06-04 17:30:23 +0200 |
commit | c3235859269118519210bf8b9ce511f3418f1742 (patch) | |
tree | a2aee58a15b8d1379947bbddb94050862fb68574 | |
parent | 21d26aa6bb700832e33ebcee95cd74443d7b9fae (diff) | |
download | gnome-settings-daemon-GNOME_SETTINGS_DAEMON_3_17_2.tar.gz |
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -1,4 +1,23 @@ ============== +Version 3.17.2 +============== + +Orientation: +- Get accelerometer information from iio-sensor-proxy + +Power: +- Add automatic screen brightness support, using iio-sensor-proxy +- Remove critical-battery-action key as it's not used anymore with UPower 1.0 +- Fix a crash when reading invalid backlight values + +Print notifications: +- Don't show error for job in progress + +Wacom: +- Fix possible crash when Bamboo tablet is plugged at login time +- Fix possible double-frees + +============== Version 3.16.2 ============== diff --git a/configure.ac b/configure.ac index 327de4c2..5fa3fcdf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.60]) AC_INIT([gnome-settings-daemon], - [3.17.0], + [3.17.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon]) AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c]) |