summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS28
-rw-r--r--configure.ac2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 47a5c1e5..b50a4c2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
==============
+Version 2.32.1
+==============
+
+- Revert calling g-c-c 3.0's display configuration tool (Vincent Untz)
+- Use the fallback configurations if the stored configuration fails at startup
+ (Gary Lin)
+- Don't access free'd memory if a volume is unmounted whilst the dialog is
+ displayed (Rodrigo Moya)
+- Add gconf key for disabling boot time configuration (Martin Pitt) (#631388)
+- Use Xorg monitor settings by default (Bastien Nocera)
+- Translations:
+ - ca (Joan Duran)
+ - ca@valencia (Carles Ferrando)
+ - cz (Petr Kovar)
+ - de (Mario Blättermann)
+ - en_GB (Bruce Cowan)
+ - es (Jorge González)
+ - et (Ivar Smolin)
+ - eu (Inaki Larranaga Murgoitio)
+ - gl (Fran Diéguez)
+ - hu (Gabor Kelemen)
+ - ja (Takayuki KUSANO)
+ - ko (Changwoo Ryu)
+ - pl (Piotr Drąg)
+ - pt_BR (Djavan Fagundes)
+ - sl (Matej Urbančič)
+
+==============
Version 2.32.0
==============
diff --git a/configure.ac b/configure.ac
index 6a647789..06e12ae2 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.32.0],
+ [2.32.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])