commit 2cf80dda4f42f6a503bf0aa331c1dd3bf76215bf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri May 27 14:46:44 2011 +0100

    3.0.1

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

commit 2e88e0f56939b86355309405df1860fcf40459a5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri May 27 14:31:21 2011 +0100

    applet: Fix applet startup in fallback
    
    Typo spotted by György Balló.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=651193

 applet/bluetooth-applet.desktop.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4a56f7bb5a12e191fd694caaa1d5e02cc85f7f27
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 25 16:37:49 2011 +0100

    applet: Prepend zeros for SSP passkey display
    
    http://thread.gmane.org/gmane.linux.bluez.kernel/13216
    https://bugzilla.gnome.org/show_bug.cgi?id=646253

 applet/agent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 783b58aeaa6565e3429f89c1b82cfb1c97ccfbae
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 25 16:35:29 2011 +0100

    wizard: Prepend zeros for SSP passkey display
    
    http://thread.gmane.org/gmane.linux.bluez.kernel/13216
    https://bugzilla.gnome.org/show_bug.cgi?id=646253

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

commit 68f6c0fdf118a8880f6da41c920f57d488507290
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 18 17:49:34 2011 +0100

    wizard: Fix backspace, tab, etc. not working
    
    In the custom PIN entry. We weren't eating all the events, including
    escape, backspace, etc. instead of just the non-numerical printable
    characters.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=692821

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

commit 2d4fc28563471ce9b7ddea7a54e7f9f48737c5bb
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Fri May 6 20:11:35 2011 +0200

    Fixed a bug in German translation.

 po/de.po |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit d3b80e9dbc0273267d963d26b0b5ef2cee2c7b2c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue May 3 16:30:31 2011 +0100

    applet: Remove broken use of bluetooth_applet_browse_address()
    
    The bluetooth_applet_browse_address() code already calls
    gtk_show_uri(), so there's no need for us to do it, and certainly
    no need to do it in a way that wouldn't work and crash.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=701634

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

commit c9653f1bea5a7af38827a8816a210100ae2618a3
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Thu Apr 28 02:49:20 2011 +0300

    Updated Turkish translation

 po/tr.po |  742 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 507 insertions(+), 235 deletions(-)

commit 88d1b5af5392b063a3349d7511bb31cdb044d446
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Tue Apr 26 21:40:59 2011 +0200

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po |  521 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 322 insertions(+), 199 deletions(-)

commit 2c58dffa2419a76a06b7caa22f0f6050f40cd41d
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Mon Apr 25 17:13:53 2011 +0200

    Updated Esperanto translation

 po/eo.po |  501 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 274 insertions(+), 227 deletions(-)

commit 5cbea5e430ca9c3c3b35c4b997dce72f2ffb2d7c
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Sun Apr 24 13:25:15 2011 +0700

    Updated Thai translation.

 po/th.po |  243 +++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 147 insertions(+), 96 deletions(-)

commit bc6c9756473f04d8eed9252a321ff1e7a59146ee
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   Tue Apr 19 19:18:38 2011 +0430

    Added Persian translation

 po/LINGUAS |    1 +
 po/fa.po   |  943 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 944 insertions(+), 0 deletions(-)

commit 5d1537e187408c189e18393cff99945bb914bb1c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 12 16:04:39 2011 +0100

    lib: Fix possible warning in debug output
    
    Getting the EnumClass for BluetoothStatus failed in some cases,
    so hold onto an instance of the class when a BluetoothClient
    instance exists.

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

commit 109aae9c24854e6494868e0576aa431686c8d6f0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Mar 31 16:18:45 2011 +0100

    wizard: Support all the Wiimotes
    
    Not just the ones for which we know the OUI.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643314

 wizard/pin-code-database.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)