commit b388b4b37ca6cfe941ef0e0182033d2ff76077ae Author: Bastien Nocera Date: Tue Nov 8 20:24:01 2011 +0000 3.2.2 NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletions(-) commit 0683426b31bf5c6b7a8efa5cc6b08536f6e25549 Author: Marek Kasik Date: Tue Nov 8 13:09:27 2011 +0100 Printers: Don't allow "/" in printer name Remove "/" from allowed characters so that models which contain this character can be added successfully (#661774). panels/printers/pp-new-printer-dialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 228e7ea23b3ff01b54554fc84a34cc79925d32e2 Author: Marek Kasik Date: Tue Nov 1 13:52:44 2011 +0100 Printers: Detect disconnection of printer Connect to CUPS' "printer-stopped" event so the panel can change state of the printer when unplugged (rhbz #743884). panels/printers/cc-printers-panel.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit c254d44f2cdecb225474b880a194942c425dc21e Author: Marek Kasik Date: Wed Oct 26 14:18:53 2011 +0200 Printers: Set requesting-user-name when getting job info CUPS has changed its policy for giving informations about jobs. This fixes problem with actualization of list of print jobs. panels/printers/cc-printers-panel.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit 4beb31be0233f40888497ece4709e4131f02dbe9 Author: Daniel Nylander Date: Wed Oct 26 11:48:17 2011 +0200 Updated Swedish translation po/sv.po | 969 +++++++++++++++----------------------------------------------- 1 files changed, 237 insertions(+), 732 deletions(-) commit 7020b4cc399cda14ada8bd0e8c15aeef0416eeca Author: Bastien Nocera Date: Tue Oct 25 15:16:22 2011 +0100 color: Make toolbar buttons focusable https://bugzilla.gnome.org/show_bug.cgi?id=662430 Conflicts: panels/color/color.ui panels/color/color.ui | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) commit e46180ec18192a7954b4e75bca1594ec3ca3ae62 Author: Bastien Nocera Date: Mon Oct 24 19:06:27 2011 +0100 common: Fix handling of As used in the new GTK+ 3.2.1. https://bugzilla.redhat.com/show_bug.cgi?id=748444 panels/common/eggaccelerators.c | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) commit cc615f2b9ba9ebe2e41b8e3eeb15fbf060df8266 Author: Bastien Nocera Date: Tue Sep 20 16:52:40 2011 +0100 info: Avoid re-using a non-NULL error panels/info/cc-info-panel.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f116960d88ffe609eddd46da658edbaa5ffe7cd4 Author: Arash Mousavi Date: Mon Oct 24 02:07:46 2011 +0330 Updated Persian Translation po/fa.po | 173 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 91 insertions(+), 82 deletions(-) commit 50dea3edc5f0d70675018a19dc5c4084ea0f2764 Author: YunQiang Su Date: Sun Oct 23 18:25:49 2011 +0800 zh_CN translation: 使用电池电源 -> 使用电池 po/zh_CN.po | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 6ff5f1c0d74e49da66528572b79d07e8f27b5452 Author: Christian Kirbach Date: Sat Oct 22 01:24:52 2011 +0200 Updated German translation po/de.po | 350 +++++++++++++++++++++++--------------------------------------- 1 files changed, 128 insertions(+), 222 deletions(-) commit 87eba7f3da12dcfba2316aa2f9f36082d991355f Author: Bruno Brouard Date: Fri Oct 21 21:00:58 2011 +0200 Updated French translation po/fr.po | 272 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 136 insertions(+), 136 deletions(-) commit ed1a0f406ad03e610fecc290b660bc57ab5ed7bb Author: Piotr Drąg Date: Fri Oct 21 19:41:38 2011 +0200 Updated Polish translation po/pl.po | 248 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 124 insertions(+), 124 deletions(-) commit a727d4e6bd21f890eb873905b8c91ecfe0f235a4 Author: Changwoo Ryu Date: Sat Oct 22 00:45:02 2011 +0900 Revert "Updated Korean translation" This reverts commit fad1f45b1743f89d6c45b9e5f27c3d6d4169246d. po/ko.po | 5734 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 3766 insertions(+), 1968 deletions(-) commit fad1f45b1743f89d6c45b9e5f27c3d6d4169246d Author: Seong-ho, Cho Date: Sat Oct 22 00:43:39 2011 +0900 Updated Korean translation po/ko.po | 5734 +++++++++++++++++++++----------------------------------------- 1 files changed, 1968 insertions(+), 3766 deletions(-) commit 4f0cca5e0a7ae9ea1db8d872296e1f0b5565f49f Author: Richard Hughes Date: Fri Oct 21 16:01:37 2011 +0100 color: Fix a critical warning in the new GtkTreeIter code panels/color/cc-color-panel.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 1c621fc47be0744d05c76abda1650bc99afd7e60 Author: Bastien Nocera Date: Thu Oct 20 15:46:32 2011 +0100 color: Don't return pointer to local variables We were returning the address of a variable allocated on the stack inside the function to outside. panels/color/cc-color-panel.c | 31 ++++++++++++++++--------------- 1 files changed, 16 insertions(+), 15 deletions(-) commit 4adf102bada1ec02d176029b453891a9994e745f Author: Bastien Nocera Date: Thu Oct 20 15:50:00 2011 +0100 printers: Avoid dereferencing NULL variable If line is NULL, then buffer is NULL, and buffer[0] points to nowhere. panels/printers/pp-new-printer-dialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 22eb63dd32b8087dd650610ec070387e665a2747 Author: Bastien Nocera Date: Thu Oct 20 15:26:51 2011 +0100 color: Fix warning about uninitialised variable panels/color/cc-color-panel.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 4d9e194b7fb995b87cfb46494309fccbe1e94d26 Author: Bastien Nocera Date: Thu Oct 20 16:10:06 2011 +0100 sound: Fix possible infinite loop in combo box panels/sound/gvc-combo-box.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 05f0fe139621f413d035dcc7b1895b40f262e58a Author: Bastien Nocera Date: Thu Oct 20 15:53:25 2011 +0100 keyboard: Check for NULL value first Then try to access item->type panels/keyboard/keyboard-shortcuts.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a501fd45d81db90f86a66e1da6c1d9a2574bfc05 Author: Bastien Nocera Date: Thu Oct 20 15:36:04 2011 +0100 printers: Fix crasher if a or b are NULL in cmp If a or b are NULL then (c && d) fails, and both a_normalized and b_normalized are left uninitialised, possibly causing a crash when we try to free them later. panels/printers/pp-utils.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d85bff483744413bc32866aefd02928093f5fdf9 Author: Rodrigo Moya Date: Mon Oct 17 16:53:57 2011 +0200 Release 3.2.1 NEWS | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 66 insertions(+), 1 deletions(-)