summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-04-12 11:21:22 +0200
committerBastien Nocera <hadess@hadess.net>2017-04-12 11:21:22 +0200
commitf981b98a509a1a0e2f72d97bd8716d5165e38848 (patch)
treeec564829cc3027356a9293e2e92a9ba5ad30db1b
parent5a75d6175fcf3b3ebe5782ac1ae742d7c08e8221 (diff)
downloadgnome-settings-daemon-f981b98a509a1a0e2f72d97bd8716d5165e38848.tar.gz
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4f8c4a04..94778e92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
==============
+Version 3.24.1
+==============
+
+- Fix Calculator media key
+- Fix sunrise calcs for fractional timezone offsets
+- Fix possible division by zero in clipboard handling
+
+==============
Version 3.24.0
==============
- Work-around possible deadlocks on startup
diff --git a/configure.ac b/configure.ac
index 7688d87c..d82a3300 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.69])
AC_INIT([gnome-settings-daemon],
- [3.24.0],
+ [3.24.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-bus.c])