commit 9c60e9833450a9874b97f91f121bc6282b106854
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 15 17:39:53 2012 +0100

    3.6.1

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

commit c29dc421b9fe218a8343a3a0d7528cf457f272ce
Author: Pavol Klačanský <pavol@klacansky.com>
Date:   Fri Nov 9 22:42:58 2012 +0100

    Updated slovak translation

 po/sk.po | 575 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 306 insertions(+), 269 deletions(-)

commit 33f9e8c880eb7909438c3d2ae69b170fc7715c61
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 9 11:10:58 2012 +0100

    lib: Sort the killswitches correctly
    
    As they are given to us by the kernel.

 lib/rfkill-glib.c | 2 ++
 1 file changed, 2 insertions(+)

commit 54c28d9eeb6461f9c15c048bb4ad2ff4c46eaf23
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 9 09:57:08 2012 +0100

    lib: Use RfkillGlib in BluetoothKillswitch

 lib/bluetooth-killswitch.c | 232 ++++++++++++---------------------------------
 1 file changed, 59 insertions(+), 173 deletions(-)

commit a5f6638dd8dd2df7f25848d859140d78cb6eac66
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 9 09:52:44 2012 +0100

    lib: Add RfkillGlib object to do the dirty work
    
    Opening /dev/rfkill, setting up fd monitoring, passing on the
    events from the rfkill sub-system to code that cares about
    specific types of killswitches.

 lib/Makefile.am   |   4 +-
 lib/rfkill-glib.c | 297 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/rfkill-glib.h |  65 ++++++++++++
 3 files changed, 365 insertions(+), 1 deletion(-)

commit cf3e984cacdabd79df9d795b494002d0e647a90c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 9 09:01:36 2012 +0100

    lib: Remove unneeded define

 lib/bluetooth-killswitch.c | 4 ----
 1 file changed, 4 deletions(-)

commit a6ecb2b31f7298041d13a4dd57635a5e40c852bb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 9 09:01:00 2012 +0100

    lib: Update rfkill.h from upstream Linux headers

 lib/rfkill.h | 322 ++++++-----------------------------------------------------
 1 file changed, 33 insertions(+), 289 deletions(-)

commit 3db2df21dc83e64069a9d1bbcb2df52e935a6e5e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 30 15:24:41 2012 +0100

    wizard: Fix sub-string matching (again)

 wizard/pin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e28d30d159e0fa4328e7d02d7166bbba52ac2afc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 30 15:30:07 2012 +0100

    wizard: Add a "white button" to the iCade pairing

 wizard/main.c | 1 +
 1 file changed, 1 insertion(+)

commit 1659face19100d99c03da69ac4deb85fd58e2025
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Tue Oct 30 13:38:54 2012 +0100

    trivial: remove duplicated debug message
    
    A better debug message was added in commit
    8d38302c2d00f36c175eeaf7ce70160c0da4aca4

 lib/bluetooth-client.c | 1 -
 1 file changed, 1 deletion(-)

commit 8d38302c2d00f36c175eeaf7ce70160c0da4aca4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 30 12:14:54 2012 +0100

    lib: Add better debug for Connect/Disconnect

 lib/bluetooth-client.c | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

commit 2f13ee50bfac745979a01e6c826dd3c4d3f741cd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 30 12:12:37 2012 +0100

    lib: Fix refcounting problems with Connect/Disconnect
    
    Proxies related to particular interfaces were unref'ed even
    though we never took a new reference to them, and the incorrect
    GDBusProxy was used in some cases, causing crashers.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686172

 lib/bluetooth-client.c | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

commit f1ede20e18c9b731d21e7ea8869c9a80933c11b2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 29 18:20:02 2012 +0100

    wizard: Fix crash when doing substring-matching
    
    Regression caused by aabaada7ac0d24cf67590f7403156c68bc8f98d4
    
    https://bugzilla.redhat.com/show_bug.cgi?id=869083

 wizard/pin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 204ae56c37162a9628d36ca2136040376adbb15b
Author: Pavol Klačanský <pavol@klacansky.com>
Date:   Tue Oct 23 21:44:52 2012 +0200

    Updated slovak translation

 po/sk.po | 807 +++++++++++++++++++++++----------------------------------------
 1 file changed, 287 insertions(+), 520 deletions(-)

commit 9eeb4e5318bf17c2cff681c53e37e3dee676d532
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 8 14:29:47 2012 +0200

    lib: Fix crasher with BlueZ git master
    
    As the GetProperties calls don't work anymore, make sure we can
    fail gracefully.

 lib/bluetooth-client.c | 3 +++
 1 file changed, 3 insertions(+)

commit fbdd5c657be23842da21329b4645e3113fcdc306
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 8 14:26:38 2012 +0200

    help: For Indonesian translation to not break the build

 help/id/id.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4d0aae5872bd65b8781efa5d4cc79fa58799d22c
Author: Khoem Sokhem <khoemsokhem@khmeros.info>
Date:   Wed Oct 3 17:41:56 2012 +0200

    [l10n] Added Khmer translation

 po/LINGUAS |   1 +
 po/km.po   | 669 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 670 insertions(+)

commit 956b81a642de659a00d5c8a645cb1d25b75d9535
Author: Ibrahim Saed <ibraheem5000@gmail.com>
Date:   Tue Oct 2 10:30:46 2012 +0100

    Updated Arabic translation

 po/ar.po | 233 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 125 insertions(+), 108 deletions(-)

commit 80cfe17f576174cda70de01ba53ec1f512693441
Author: Alexandre Rostovtsev <tetromino@gentoo.org>
Date:   Thu Sep 27 17:23:13 2012 -0400

    sendto, wizard: .desktop files require a main category
    
    Otherwise, they do not validate with desktop-file-validate from
    desktop-file-utils-0.20
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685002

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

commit 3de4934a8486e2af16584c80c0d572d697d04cf7
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Wed Sep 26 09:52:03 2012 +0300

    Added uk translation

 po/uk.po | 110 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 63 insertions(+), 47 deletions(-)

commit 03473163439a987f3f2bd3e422a2b64ac6a4b042
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Wed Sep 26 01:32:56 2012 +0200

    [l10n] Updated Catalan (Valencian) translation

 po/ca@valencia.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 049976b6e784338a651b31f172b8285b27e729f2
Author: Gil Forcada <gforcada@gnome.org>
Date:   Wed Sep 26 01:32:46 2012 +0200

    [l10n] Updated Catalan translation

 po/ca.po | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 70d17f0e981a625d5899f1e209cd5c51a035a482
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 25 18:54:31 2012 +0200

    wizard: Add another OUI for the Apple trackpad
    
    https://bugzilla.redhat.com/show_bug.cgi?id=826614

 wizard/pin-code-database.xml | 1 +
 1 file changed, 1 insertion(+)