commit 9eb869ca7595a261487fbf56910fbc04c3e4a3b0 (HEAD -> master) Author: Bastien Nocera Date: Mon May 23 20:54:49 2016 +0200 3.20.0 NEWS | 6 ++++++ configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 78a4cf55ac375ce873104d3895ece82e3d2bc99c (origin/master, origin/HEAD) Author: Bastien Nocera Date: Mon May 23 20:47:32 2016 +0200 lib: Fix PIN size under GNOME 3.20 The syntax for formats changed from "Pango style" to "CSS style". lib/bluetooth-settings.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 16e9032f14a48248c10734f3fc7fbb90b1e4aef1 (origin/gnome-3-18, gnome-3-18) Author: Bastien Nocera Date: Mon May 23 20:15:41 2016 +0200 lib: Add support for joysticks As supported by the 8bitdo joypads. lib/pin-code-database.xml | 5 ++++- lib/pin.c | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) commit 6429f793f1145f0f8cadb5cf3a8cfff5d5e67ad0 Author: Bastien Nocera Date: Mon May 23 20:02:17 2016 +0200 lib: Add a FIXME We have a potential hang when finalizing the settings widget, so document it. lib/bluetooth-settings-widget.c | 1 + 1 file changed, 1 insertion(+) commit eb4d8a746bcb53b4db6ace38b939d3006352fe0c Author: Bastien Nocera Date: Mon May 23 20:01:13 2016 +0200 lib: Make switching off Discoverable quicker There's no need to touch the DiscoverableTimeout property when we're switching off Discoverable, it won't do anything. lib/bluetooth-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2dd40cacf5cef92e5bfe241fca34237a3676f887 Author: Bastien Nocera Date: Mon May 23 19:51:28 2016 +0200 settings: Fix warning with unknown vendors And rework the code to avoid the use of stack allocated memory. lib/pin.c | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) commit 50779f3368f4d70b28d238fc3fde584074f69bdb Author: Bastien Nocera Date: Fri May 13 11:27:20 2016 +0200 settings: Add warning when RequestPasskey is called We should really implement it though. https://bugzilla.gnome.org/show_bug.cgi?id=766364 lib/bluetooth-settings-widget.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit 2123ce68772a49ae71f6553abef313cb97173ecc Author: Cédric Valmary Date: Sun May 8 19:40:50 2016 +0000 Updated Occitan translation po/oc.po | 153 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 74 insertions(+), 79 deletions(-) commit afaa14bab67389af415cd4a486bbe0f02a129117 Author: GNOME Translation Robot Date: Wed Apr 27 19:06:29 2016 +0000 Updated Portuguese translation po/pt.po | 50 ++++++++++++++++++++++---------------------------- 1 file changed, 22 insertions(+), 28 deletions(-) commit f44dc3d1fe08042f70635acb020e072af9e0cdcf Author: Alberts Muktupāvels Date: Wed Apr 27 19:12:20 2016 +0300 client: Fix object path memory leak lib/bluetooth-client.c | 1 + 1 file changed, 1 insertion(+) commit f09f648aa48ce3da69feb864f3ba602663a1bae4 Author: Sam Spilsbury Date: Tue Jul 21 13:12:28 2015 +0800 Makefile: Move to AM_DISTCHECK_CONFIGURE_FLAGS Since automake 1.11.2 it is recommended that packages use AM_DISTCHECK_CONFIGURE_FLAGS instead of DISTCHECK_CONFIGURE_FLAGS as the latter is intended to be a user variable. https://bugzilla.gnome.org/show_bug.cgi?id=764334 Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 41464aa117e69c8c2ed5396a2d2c3c7aea4b589a (tag: GNOMEBT_V_3_18_3)