summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2018-03-21 17:25:24 +0100
committerDebarshi Ray <debarshir@gnome.org>2018-03-21 17:25:24 +0100
commitda782b1148f45857b530f717bb4907b2b6e02115 (patch)
treeb6fd910bffb06dabb6e149a7369d03645ff236b0
parenta86bef4e62b6666cbeec53544f9edde3b596ada6 (diff)
downloadgnome-settings-daemon-gnome-3-24.tar.gz
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 22b2390d..79daf9a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,23 @@
==============
+Version 3.24.4
+==============
+
+- Ensure translatable strings are actually translated
+- Translation updates
+
+Housekeeping:
+- Fix the Empty Trash button in Settings not working
+
+Power:
+- Fix automatic brightness adjustment being done inactive sessions
+- Don't use undefined ambient light readings
+- Don't react to light changes if not at console
+
+Wacom:
+- Ensure screen integrated devices get remapped on hotplug
+- Fix screen mapping for Cintiqs and others
+
+==============
Version 3.24.3
==============
diff --git a/configure.ac b/configure.ac
index 8ce8006b..df783b48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.69])
AC_INIT([gnome-settings-daemon],
- [3.24.3],
+ [3.24.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-bus.c])