From f3e79520e52c8f2b3e3054ca01160c4d4f775b9e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 28 Oct 2016 14:55:25 +0200 Subject: [PATCH] Release 5.43 --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e90c2cb94..8e01791e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +ver 5.43: + Fix issue with HID over GATT support. + Fix issue with ATT Find By Type response handling. + Fix issue with handling insufficient authentication. + Fix issue with bonding while pairing is in progress. + Fix issue with BR/EDR pairing for dual-mode devices. + Fix issue with handling profile policy resets. + Fix issue with connecting state of services. + Fix issue with handling PAN GN Master role. + Add support for enabling LE Privacy feature. + ver 5.42: Fix issue with PBAP call logs from different folders. Fix issue with OBEX over L2CAP and PowerPC architecture. diff --git a/configure.ac b/configure.ac index 9bb4736bf..530d512ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.42) +AC_INIT(bluez, 5.43) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz])