From 8e32a44dfa0cf638e242fd5426143b7789847d40 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 29 Mar 2011 18:53:25 +0200 Subject: Release 4.91 --- ChangeLog | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1f936e704..5796bf387 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +ver 4.91: + Fix issue with LMP version string and hciconfig. + Fix issue with missing discovery signal when scanning. + Fix issue with wrong state and canceling name resolving. + Fix issue with missing check during adapter initialization. + Fix issue with missing protocol not supported error and A2DP. + Fix issue with crash during driver unregistering and A2DP. + Fix issue with crash when receiving AVDTP close command. + Fix issue with remote SEP handling when A2DP codec changes. + Fix issue with SCO hangup handling and state changes. + Fix issue with security level and MCAP instances. + Fix issue with memory leak and HDP data channels. + Add support for discover characteristics by UUID to gatttool. + Add initial support for Out-of-Band association model. + Add initial support for SIM Access Profile. + ver 4.90: Fix issue with setting of global mode property. Fix issue with handling of RequestSession responses. diff --git a/configure.ac b/configure.ac index fe2f88ccb..1ecdc7bdf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.90) +AC_INIT(bluez, 4.91) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- cgit v1.2.1