commit 8ec85dcaf9883f51666cfbb4acb529e270c32759
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 7 19:18:10 2013 +0200

    3.8.2

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

commit 47f21ff5306262a45aaa60f2eebb044b468cfa89
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 24 16:48:17 2013 +0200

    sendto: Don't unref object within itself
    
    Lose the last reference to the ObexAgent outside the object,
    otherwise we'll get into trouble.

 sendto/main.c       | 4 ++--
 sendto/obex-agent.c | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 7dceba55c197279d6a4da2806647f3b9bc9c3f55
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 24 16:45:29 2013 +0200

    sendto: Unregister the agent when destroying
    
    When finalizing the ObexAgent, release our object on D-Bus,
    otherwise we won't be able to re-register it to retry sending.

 sendto/obex-agent.c | 1 +
 1 file changed, 1 insertion(+)

commit d0c92bff74eb5ee42c763a161e4ceea381999039
Author: Iain Lane <iain.lane@canonical.com>
Date:   Fri Jun 14 11:55:17 2013 +0100

    wizard: Fix format warning
    
    XID has type unsigned long; use correct format string.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702244

 wizard/bluetooth-input.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)