From b57c70794d9a1f83531ab839940717c1763219f0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 6 Mar 2012 09:04:22 -0800 Subject: [PATCH] Release 4.99 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2c9aaf869..4262c7820 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 4.99: + Fix issue with missing retries for BNEP connection setup. + Fix issue with not showing name if first EIR has no details. + Fix issue with running SDP discovery for LE devices. + Add support for GATT using 128-bit Bluetooth UUIDs. + Add support for retrieving key size information. + Add support for storing Long Term Keys. + Add support for Proximity Reporter API. + Add support for KeyboardDisplay IO capability. + Add support for version 1.0 of management API. + Add support for monitoring interface. + ver 4.98: Fix issue with adapter list upon initialization failure. Fix issue with missing legacy property for Low Energy. diff --git a/configure.ac b/configure.ac index 5b81f281f..f29890928 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.98) +AC_INIT(bluez, 4.99) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h) -- 2.47.3