summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS40
-rw-r--r--configure.ac2
2 files changed, 41 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cbcf89f59..f542fee61 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,44 @@
-------------------------------------------------------------------------------
+gnome-control-center 2.31.2 (2010-05-24)
+
+About Me:
+- Don't hang when new and old password are too similar (Milan Bouchet-Valat)
+ (#619354)
+
+Shell:
+- Add a new shell that supports embedded settings panels
+ (Thomas Wood, William Jon McCann)
+
+libgnome-control-center:
+- Add a new library that provides an API to create embedded settings panels for
+ the new shell (Thomas Wood, William Jon McCann)
+
+Mouse:
+- Convert to using the Panel API (Thomas Wood)
+
+Keyboard:
+- Convert to using the Panel API (Sergey V. Udaltsov)
+
+Network:
+- Convert to using the Panel API (Thomas Wood)
+
+Default Applications:
+- Convert to using the Panel API (Thomas Wood)
+
+Keybindings:
+- Convert to using the Panel API (Thomas Wood)
+
+Windows:
+- Disable from build (Thomas Wood)
+
+
+Translations:
+- sl (Andrej Žnidaršič)
+- gl (Fran Diéguez)
+- or (Manoj Kumar Giri)
+- en@shaw (Thomas Thurman)
+
+-------------------------------------------------------------------------------
gnome-control-center 2.31.1 (2010-05-05)
Common:
diff --git a/configure.ac b/configure.ac
index 77c6612cc..a6e21fcb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 2.31.1)
+m4_define([gnome_control_center_version], 2.31.2)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])