summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2010-06-30 17:37:24 +0100
committerThomas Wood <thomas.wood@intel.com>2010-07-12 14:19:36 +0100
commit029836bcf47f7f86747564421aa295017195fc2a (patch)
treeb384a576cc6d5f26f5d45b36bfed2d8938cdc005
parente6fdffcadc28fefd31433079e5662b9678945963 (diff)
downloadgnome-settings-daemon-029836bcf47f7f86747564421aa295017195fc2a.tar.gz
-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])