commit 9920fa5b40dff6e96a68e03074fd3204f65f0d08
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 14:16:25 2012 +0000

    3.2.2

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)

commit ec2f14cca33a6ca1c9c2b0692002972b7a008f5b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:40:28 2012 +0000

    wizard: Fix close button not working
    
    Bizarrely enough.

 wizard/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 668eba42822da8e64ddbcb934ef4029174125308
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:02:54 2012 +0000

    applet: Remove unneeded assignment

 applet/main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 6aec9c2758069ed8e0993255c6e197b2577635a8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:02:11 2012 +0000

    applet: Fix memleak in browse callback

 applet/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a847c77d4c787039ae6a8b0e9e6673ca9d4dc08a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 17 18:34:27 2012 +0000

    wizard: Fix assertion on exit
    
    No need to call gtk_main_quit(), we'll exit automatically
    when the last window is closed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667095
    
    Conflicts:
    
    	wizard/main.c

 wizard/main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit ef008a79d0f09f957f2333675b415e98ea2da7ec
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 14:39:30 2012 +0000

    wizard: Don't display "Device Setup Failed" in sidebar
    
    Seeing as the page names are now visible before we get to the
    page, we should try as hard as possible to not show this
    sort of page in the UI.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660453
    
    Conflicts:
    
    	wizard/main.c

 wizard/main.c    |   34 +++++++++++++++++-----------------
 wizard/wizard.ui |   27 +--------------------------
 2 files changed, 18 insertions(+), 43 deletions(-)

commit 2f593300e22a295d8f6bf2c9670d4fbaa77ddfa2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 14:05:17 2012 +0000

    applet: Fix new pairings not appearing in menus
    
    As documented now, the GtkTreeModelFilter that we use to
    filter per-adapter devices lacks the ability to tell us
    about row-changed signals (amongst others).
    
    So just monitor those signals on the child-model of the filtered
    model, and check whether those rows are in our view to trigger
    the "devices-changed" signal.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666127
    
    Conflicts:
    
    	applet/bluetooth-applet.c

 applet/bluetooth-applet.c |   62 ++++++++++++++++++++++++++++++++-------------
 1 files changed, 44 insertions(+), 18 deletions(-)

commit 2c99c578feffb464237a4b2e55c465bde9df6a53
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 13:59:28 2012 +0000

    lib: Add doc about GtkTreeModelFilter shortcomings
    
    Such as the possible lack of row-inserted/row-deleted/row-changed
    signals, and the necessity to monitor the child-model of that filter.
    
    Conflicts:
    
    	lib/bluetooth-client.c

 lib/bluetooth-client.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit abd93f9b81af8c3dec90e3f85ed58a1e219f9c11
Author: Praveen Illa <mail2ipn@gmail.com>
Date:   Sun Nov 27 10:17:27 2011 +0530

    Updated Telugu Translation

 help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 89bffb74ee67bf87ac71c3cb1b1d09df18b91ecf
Author: Praveen Illa <mail2ipn@gmail.com>
Date:   Sun Nov 27 10:17:07 2011 +0530

    Updated Telugu Translation

 help/te/te.po |  526 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 526 insertions(+), 0 deletions(-)

commit 4196553ec8b7d9addcb419e7a219e16265c93a73
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Mon Nov 21 15:49:57 2011 +0100

    wizard: fix memleak
    
    Common usage is freeing just before strdup.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664478

 wizard/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 11cf4509b1afa2ebfc4a5dcb570c92139a5469cc
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Mon Nov 21 15:09:25 2011 +0100

    wizard: fix PIN dialog not remembering user choice of fixed PIN
    
    User choice wasn't correctly remembered if the user opened the
    dialog and did not make any change (in that case the wizard acted
    as if the "Automatic PIN selection" choice was selected).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664476

 wizard/main.c |   31 +++++++++++--------------------
 1 files changed, 11 insertions(+), 20 deletions(-)

commit f591ab0c2279425f8561954571c3cdf0c454ead1
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Oct 11 09:46:52 2011 +0200

    lib: Do not leak proxies for detectable interfaces of devices
    
    This avoids signals that will cause crashes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654172

 lib/bluetooth-client.c |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit 8be8b92664230809c8bd263f58955109bc639e20
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Oct 7 15:46:51 2011 +0200

    lib: Disconnect signals from adapters and devices on finalize
    
    This avoids some crashes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=661118
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654172

 lib/bluetooth-client.c |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)