summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-03-19 20:06:56 +0100
committerBastien Nocera <hadess@hadess.net>2013-03-19 20:23:43 +0100
commit3c71ea21eda28218b3cc903beb753b0b506163b8 (patch)
treeef013e8d679aa78429c54a04d5c7ab93dc430465
parent36b3929130a2b93e4d2d001fcedceae1b362e28a (diff)
downloadgnome-control-center-3c71ea21eda28218b3cc903beb753b0b506163b8.tar.gz
-rw-r--r--NEWS35
-rw-r--r--configure.ac2
2 files changed, 36 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ac51cefca..2ffa62232 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,39 @@
==============
+Version 3.7.92
+==============
+
+Shell:
+- Fix resized back button depending on the panel selected
+
+Region:
+- Make sure that engines we don't have locale information for
+ end up in the "Other" row.
+- Prevent the window getting too tall with many input sources
+- Improve explanation when there are no input sources
+- Make sure the "None" input source row gets removed when adding a new one
+- Display the current locale country in formats if the setting is empty
+- Translate the restart notification in the target language
+- Fix possible crashes when leaving the panel
+- Only show a restart notification if strictly needed
+- Improve matching when searching language names with accents or different case
+- Add separators to the language list and formats chooser
+- Use the "view-more-symbolic" icon instead of the unclear "..."
+- Ensure that labels are centered when adding the tick mark
+
+Printers:
+- Ensure that all the types of printers are discovered
+
+User Accounts:
+- Fix crash when changing the password
+- Fix empty panel when going back to it
+
+Online Accounts:
+- Scroll to the account in question when it was requested from
+ an external application
+
+- Translation updates
+
+==============
Version 3.7.91
==============
diff --git a/configure.ac b/configure.ac
index 6c1737f9a..67026d982 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.7.91)
+m4_define([gnome_control_center_version], 3.7.92)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])