diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-03-29 18:53:25 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-03-29 18:53:25 +0200 |
commit | 8e32a44dfa0cf638e242fd5426143b7789847d40 (patch) | |
tree | cf481ccfb23435096c6f574e5251a8b2683d3521 | |
parent | 0efa4ed7d7b1dcbabecd19619c1b7d8232c91b25 (diff) | |
download | bluez-8e32a44dfa0cf638e242fd5426143b7789847d40.tar.gz |
Release 4.914.91
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -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) |