mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-18 08:24:02 +08:00
Release 4.92
This commit is contained in:
parent
71a7992392
commit
7bb63a5bb8
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
ver 4.92:
|
||||
Fix issue with handling of A2DP suspend response.
|
||||
Fix issue with crashing when acquiring A2DP stream.
|
||||
Fix issue with missing check for valid SCO before shutdown.
|
||||
Fix issue with waiting for POLLERR when disconnecting SCO.
|
||||
Fix issue with disconnect after primary service discovery.
|
||||
Fix issue with attribute interface registration.
|
||||
Add support for primary services over BR/EDR.
|
||||
Add support for flushable packets of A2DP media.
|
||||
|
||||
ver 4.91:
|
||||
Fix issue with LMP version string and hciconfig.
|
||||
Fix issue with missing discovery signal when scanning.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT(bluez, 4.91)
|
||||
AC_INIT(bluez, 4.92)
|
||||
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
Loading…
Reference in New Issue
Block a user