Release 4.74

This commit is contained in:
Marcel Holtmann 2010-10-05 09:11:21 +02:00
parent 724d9f6a8f
commit b99d3cbf30
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 4.74:
Fix regression for Legacy Pairing.
Fix wrong PSM value for attribute protocol.
Fix issue with RSSI field in advertising reports.
Add support for Add BR/EDR and LE interleaved discovery.
Add support for GATT write characteristic value option.
Add support for specifying download address for AR300x.
ver 4.73:
Fix problem with EIR data when setting the name.
Fix reading local name from command complete event.

View File

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