summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2010-05-24 16:32:26 +0200
committerRodrigo Moya <rodrigo@gnome-db.org>2010-05-24 16:32:26 +0200
commit2b4367f1904f8de2f9c17087d6273dd2aaeb6327 (patch)
treeb8c89bc643595b276d4310503de7696fe55f2149
parent57c1026a07d2025206cccfc296022018415b13fd (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_2_31_2.tar.gz
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 214377af..2e573d85 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
==============
+Version 2.31.2
+==============
+
+- Fix installation of the xrandr helper binary (Jens Granseur) (#617782)
+- Always dist smartcard.gnome-settings-plugin (Ray Strode) (#617748)
+- Adjust XF86Display timestamps if they are out of order with RANDR
+ timestamps (Chase Douglas) (#610482)
+- Don't install template files into the icon theme (Matthias Clasen)
+- Fix loading OSD icons when there's no SVG version (Bastien Nocera) (#618023)
+- Only check for baobob if we're about to show a dialog (Ross Burton)
+- Translations:
+ - de (Mario Blättermann)
+ - en@shaw (Thomas Thurman)
+ - es (Jorge González)
+ - gl (Fran Diéguez)
+ - or (Manoj Kumar Giri)
+
+==============
Version 2.31.1
==============
diff --git a/configure.ac b/configure.ac
index 7967b1f0..0996fd0e 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.1],
+ [2.31.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])