Release 5.43

This commit is contained in:
Marcel Holtmann 2016-10-28 14:55:25 +02:00
parent df3ba2fb2d
commit f3e79520e5
2 changed files with 12 additions and 1 deletions

View File

@ -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: ver 5.42:
Fix issue with PBAP call logs from different folders. Fix issue with PBAP call logs from different folders.
Fix issue with OBEX over L2CAP and PowerPC architecture. Fix issue with OBEX over L2CAP and PowerPC architecture.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT(bluez, 5.42) AC_INIT(bluez, 5.43)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz]) tar-pax no-dist-gzip dist-xz])