summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-03-19 09:49:32 +0000
committerRichard Hughes <richard@hughsie.com>2012-03-19 09:49:32 +0000
commit5f614d6361147916365e75cd8c44a2fdb7cb7c1b (patch)
treeed72e2d695186c2859774233381e8a208709a3cf
parented4f55db3c6b3af191bc65cc7a4bbcfd5d3a3dae (diff)
downloadgnome-control-center-5f614d6361147916365e75cd8c44a2fdb7cb7c1b.tar.gz
-rw-r--r--NEWS61
-rw-r--r--configure.ac2
2 files changed, 62 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 61c0ba317..fa3168e8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,65 @@
===========================
+Version 3.3.92 (2012-03-19)
+===========================
+
+Common:
+- Add missing git.mk to two panels (Colin Walters)
+
+Color:
+- Do not select the device in the treeview if it changes (Richard Hughes)
+- Don't allow the user to add existing profiles to devices (Richard Hughes)
+- Prevent a crash when hotplugging monitors when the color panel is open (Richard Hughes)
+
+Date Time:
+- Fix broken time setting on 32-bit machines (Bastien Nocera)
+
+Display:
+- Simplify add_key() calls and function (Bastien Nocera)
+- Sort resolutions by width first (Bastien Nocera)
+- Use symbolic name (Bastien Nocera)
+
+Mouse:
+- Don't enable two-finger scrolling based on width (Peter Hutterer)
+
+Region:
+- Don't make the dialogue overly wide (Bastien Nocera)
+- Fix possible crasher with empty layout (Bastien Nocera)
+
+Universal Access:
+- Hide zoom options when not in shell (Bastien Nocera)
+
+User Accounts:
+- Minimum of 200 width for the users list (Bastien Nocera)
+
+Translations:
+- Arabic (Ibrahim Saed, Khaled Hosny, Abderrahim Kitouni)
+- Brazilian Portuguese (Enrico Nicoletto)
+- British English (Bruce Cowan)
+- Bulgarian (Alexander Shopov)
+- Catalan (Joan Duran)
+- Catalan (Valencian) (Carles Ferrando)
+- Danish (Kenneth Nielsen)
+- Finnish (Timo Jyrinki)
+- French (Bruno Brouard)
+- German (Mario Blättermann)
+- Gujarati (Sweta Kothari)
+- Hungarian (Gabor Kelemen)
+- Japanese (Jiro Matsuzawa)
+- Korean (Seong-ho, Cho)
+- Latvian (Rudolfs Mazurs)
+- Malayalam (Sadiq, Praveen Arimbrathodiyil)
+- Norwegian bokmål (Kjartan Maraas)
+- Persian (Arash Mousavi)
+- Punjabi (A S Alam)
+- Russian (Yuri Myasoedov)
+- Serbian (Мирослав Николић)
+- Slovenian (Matej Urbančič)
+- Telugu (Praveen Illa)
+- Traditional Chinese (Pin-hsien Li)
+- Ukranian (Daniel Korostil)
+- Vietnamese (Nguyễn Thái Ngọc Duy)
+
+===========================
Version 3.3.91 (2012-03-05)
===========================
diff --git a/configure.ac b/configure.ac
index aee97ac59..42d23f037 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.3.91)
+m4_define([gnome_control_center_version], 3.3.92)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])