mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 00:34:39 +08:00
Release 5.43
This commit is contained in:
parent
df3ba2fb2d
commit
f3e79520e5
11
ChangeLog
11
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:
|
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.
|
||||||
|
@ -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])
|
||||||
|
Loading…
Reference in New Issue
Block a user