diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-01-13 04:03:08 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-01-13 04:03:08 +0100 |
commit | 7120efe67a1549cc275a38f4b089ee4ba049d008 (patch) | |
tree | b89cb736eb4dd03c215a8b0f1eafb39a4b45bce1 | |
parent | 9f5db347f079b68efe2cca677df8be7b3b830e9c (diff) |
Release 4.984.98
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 4.98: + Fix issue with adapter list upon initialization failure. + Fix issue with missing legacy property for Low Energy. + Fix issue with missing EIR information handling. + Fix issue with device address type tracking. + Fix issue with alert level characteristic. + Fix issue with headset shutdown handling. + Fix issue with Wiimote address handling. + Add support for advanced l2test options. + Add support for attribute protocol and multiple adapters. + ver 4.97: Update support for proximity profile. Fix issue with SBC audio decoding quality. diff --git a/configure.ac b/configure.ac index a7670da98..5b81f281f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.97) +AC_INIT(bluez, 4.98) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h) |