summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c8aa3b74..fa57881e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
================
+Version 2.31.4.2
+================
+
+- Fix the binary name in the datetime DBus .service file (Thomas Wood)
+- Translations:
+ - gl (Fran DiƩguez)
+ - he (Yaron Shahrabani)
+
+
+================
Version 2.31.4.1
================
diff --git a/configure.ac b/configure.ac
index 27f483ff..313585ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ m4_define([gsd_api_version_minor],[0])
m4_define([gsd_api_version],[gsd_api_version_major.gsd_api_version_minor])
AC_INIT([gnome-settings-daemon],
- [2.31.4.1],
+ [2.31.4.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])