From 7120efe67a1549cc275a38f4b089ee4ba049d008 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 13 Jan 2012 04:03:08 +0100 Subject: [PATCH] Release 4.98 --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a08561c75..2c9aaf869 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) -- 2.47.3