Release 4.76

This commit is contained in:
Marcel Holtmann 2010-10-15 14:33:04 +03:00
parent cf0e128d6f
commit c96b30b5cc
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
ver 4.76:
Fix issue in telephony driver with hanging up held call.
Fix issue in telephony driver with notifications when on hold.
Fix issue with blocking on setconf confirmation callback.
Fix issue with not always signaling new streams as sinks.
Fix issue with errors in case of endpoint request timeout.
Fix issue with HFP/HSP microphone and speaker gain values.
Add source if the device attempt to configure local sink stream.
Add PSM option for GATT/ATT over BR/EDR on gatttool.
Add support for GATT/ATT Attribute Write Request.
Update MCAP and HDP support.
ver 4.75:
Fix use of uninitialized variable on legacy pairing.
Fix mismatch of attribute protocol opcode.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(bluez, 4.75)
AC_INIT(bluez, 4.76)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)