diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-10-05 09:11:21 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-05 09:11:21 +0200 |
commit | b99d3cbf308f20a8c38c3958d3f80814c12bd5a2 (patch) | |
tree | abd4edaa09405744650c5e5caab67cba68e3efed | |
parent | 724d9f6a8f4117a1a00fa2578f9d1db4e8ce437e (diff) | |
download | bluez-4.74.tar.gz |
Release 4.744.74
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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. diff --git a/configure.ac b/configure.ac index 6adb7b39b..c23bf2b42 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |