summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2011-10-17 16:53:57 +0200
committerRodrigo Moya <rodrigo@gnome-db.org>2011-10-17 16:53:57 +0200
commitd85bff483744413bc32866aefd02928093f5fdf9 (patch)
tree554b993ae9af242dcc347ea520ab24a690771970
parent20d0203fb48fc360a23642cd66061823075895e2 (diff)
downloadgnome-control-center-d85bff483744413bc32866aefd02928093f5fdf9.tar.gz
-rw-r--r--NEWS65
-rw-r--r--configure.ac2
2 files changed, 66 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4279a96c8..c0f757803 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,69 @@
==========================
+Version 3.2.1 (2011-10-17)
+==========================
+
+Common:
+- Always collect locales from the directory (Bastien Nocera) (#660725)
+
+Color:
+- After removing a profile select the device so the UI is correct (Richard Hughes) (#661658)
+
+Date & time:
+- Fix showing actual clock format on panel open (Tomas Bzatek)
+
+Info:
+- Use new GtkAppChooserButton API (Bastien Nocera) (#658693)
+- Use x-content/unix-software as mime for the Software combobox (Cosimo Cecchi)
+
+Network:
+- Allocate nm-connection for nma-wireless-dialog (Gary Ching-Pang Lin) (#648174)
+- Show wireless dialog even if there is no active AP (Gary Ching-Pang Lin) (#661526)
+
+Printers:
+- Check state of CUPS after start (Marek Kasik) (#659721)
+- Fix build on systems without LC_PAPER (Bastien Nocera) (#660692)
+- Don't hide address entry (Marek Kasik)
+- Disable remove button if no printer is selected (Rodrigo Moya) (#659724)
+- Hide spinner after search (Marek Kasik) (#659753)
+- Make +/- buttons insensitive when can not connect to CUPS (Marek Kasik)
+
+Region:
+- Hide system tab if no localed (Bastien Nocera)
+- Simplify getting the current Locale (Bastien Nocera)
+- Implement copying layouts (Bastien Nocera) (#659300)
+- Fix build on systems without LC_MEASUREMENT (Antoine Jacoutot) (#660787)
+- Only show locales for languages that have translations (Rodrigo Moya)
+
+Screen:
+- Never set gnome-session's idle-delay to 1 (Rodrigo Moya)
+
+Shell:
+- Use gtk_widget_show instead of _show_all in gnome_control_center_show (Rodrigo Moya)
+- Show the label for the category sections (Rodrigo Moya)
+- Make sure we gtk_widget_show the search view (Rodrigo Moya)
+- Make Ctrl+Q work outside the overview (Bastien Nocera)
+- Give focus to the search entry when showing the overview page (Anders G. Jørgensen)
+- Don't crash when loading the icon fails (Christian Persch) (#660513)
+
+Translations:
+- ar (Abderrahim Kitouni)
+- be (Yuri Matsuk)
+- en_GB (Bruce Cowan)
+- ga (Seán de Búrca)
+- gl (Fran Dieguez)
+- ja (Jiro Matsuzawa)
+- lv (Rudolfs Mazurs)
+- nl (Wouter Bolsterlee)
+- pt_BR (André Gondim)
+- sr (Мирослав Николић)
+- ta (Dr.T.Vasudevan)
+- te (krishnababu k)
+- uk (Daniel Korostil)
+- zh_CN (Aron Xu, Funda Wang)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+==========================
Version 3.2.0 (2011-09-26)
==========================
diff --git a/configure.ac b/configure.ac
index 962aa7c7a..d552ac86b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.2.0)
+m4_define([gnome_control_center_version], 3.2.1)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])