commit 886a8a679a709b37562c1d326ff327fca9a5d7f3 Author: Bastien Nocera Date: Wed Jul 4 10:57:52 2012 +0100 3.4.2 NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit 6fbda2b161a3e0ee428d87c73e1fa6656f635d92 Author: Sjoerd Simons Date: Sun Jul 1 12:28:20 2012 +0200 applet: Fix device_get_name() in the applet g_dbus_proxy_call_sync returns a tuple with the results, not the results directly. As such we first need to get the dictionary out of the tuple before we can lookup the information in it. https://bugzilla.gnome.org/show_bug.cgi?id=674414 applet/bluetooth-applet.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit 749a81425d86f8fb0b02efa30b82a3fa79e67374 Author: Sjoerd Simons Date: Sat Jun 30 14:27:47 2012 +0200 lib: Fix stuck "Finishing page" for some devices Currently bluetooth_client_connect_service completes it async operation directly when bailing (e.g. we don't have connectable service on the remote device). This causes the bluetooth wizard to get stuck in the Finishing page as it happens to go to this page *after* calling bluetooth_client_connect_service. Making the async operation complete asynchronously fixes the "stuck" page. https://bugzilla.gnome.org/show_bug.cgi?id=679190 lib/bluetooth-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 48364bb1cb37b13ee26d6a86980287f4d3a1f7a6 Author: Sjoerd Simons Date: Sat Jun 30 10:45:45 2012 +0200 wizard: Fix Simple Pairing never succeeding The bluez RequestConfirmation call expect either an empty message (on success) or an error (on failure) as return. The code tries to return a string on success though, contrary to what the internal introspection data says causing gdbus to just throw a warning and bluez never getting a response, causing pairing to fail. Fix RequestConfirmation return value https://bugzilla.gnome.org/show_bug.cgi?id=679190 wizard/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e66c4fe9f915d5952a2b16eabbc4ac2bafce7455 Author: Sjoerd Simons Date: Sun Jul 1 12:28:37 2012 +0200 Fix memory leak when registering the agent https://bugzilla.gnome.org/show_bug.cgi?id=679240 lib/bluetooth-agent.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit f6bd77565e373e174f1dd800267c72ae1bc0f8b5 Author: Nilamdyuti Goswami Date: Tue Jun 19 21:01:57 2012 +0530 Assamese translation reviewed po/as.po | 181 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 96 insertions(+), 85 deletions(-) commit ee3dd9a60192aaf5a694f1b83fade4df8c00fba0 Author: Bastien Nocera Date: Sat Jun 16 23:28:05 2012 +0200 lib: Fix use of wrong unref() call lib/bluetooth-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 84834da7411e675b3571066a6966d5ed462060a9 Author: Bastien Nocera Date: Sat Jun 16 23:17:56 2012 +0200 lib: Don't use deprecated ListAdapters() https://bugzilla.gnome.org/show_bug.cgi?id=678228 lib/bluetooth-client.c | 20 ++++++++++++++------ lib/bluetooth-client.xml | 4 ++-- 2 files changed, 16 insertions(+), 8 deletions(-) commit 153edba409efdf92aeb4bed5f6c93313f1d6ddc6 Author: Tom Tryfonidis Date: Fri Jun 15 13:17:38 2012 +0300 Updated Greek translation po/el.po | 240 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 128 insertions(+), 112 deletions(-)