summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2017-08-08 19:38:17 +0200
committerRui Matos <tiagomatos@gmail.com>2017-08-08 19:38:17 +0200
commit2336d5e06089fb8375f744a13136020dbaa307fd (patch)
tree38f8c7da6f17e7a0b043bbea29d765e3d64996f7
parent45e5185dcaf1d26fa84ce367f89b7f720c80bd01 (diff)
downloadgnome-settings-daemon-2336d5e06089fb8375f744a13136020dbaa307fd.tar.gz
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 99ce7731..77e726e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+===============
+Version 3.25.90
+===============
+
+Color:
+- Honor location enabled setting
+- Request location updates with a larger time granularity
+
+Date & Time:
+- Honor location enabled setting
+
+Media-keys:
+- Restore interactive option for power button
+
+Wacom:
+- Exclude non-display attached devices from remapping
+
+XSettings:
+- Fix fontconfig cache updates causing desktop freezes
+
==============
Version 3.25.4
==============
diff --git a/configure.ac b/configure.ac
index 27ccf7d7..719208a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.69])
AC_INIT([gnome-settings-daemon],
- [3.25.4],
+ [3.25.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-bus.c])