diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-02-20 12:36:16 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-02-20 12:36:16 -0800 |
commit | e787f4d082d1d53ea41fae485acfba0200ad6ca5 (patch) | |
tree | 90bf91c3b34b6d2702f80d10023030c59bc27949 | |
parent | 892a4b68a5c077575c37cbf5d5a86e75735b99d1 (diff) |
Release 4.894.89
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 4.89: + Fix issue with name resolving when discovery is suspended. + Fix issue with parsing flags of advertising report. + Fix issue with SEP handling if interface is disabled. + Fix issue with device object creation on disconnect event. + Fix issue with indicators whenever the driver is initialized. + Fix issue with call indicator when parsing call info reply. + Fix issue with crash and allowed GATT MTU was too large. + Add support for SDP record of Primary GATT services. + Add support for interactive mode for GATT utility. + ver 4.88: Fix issue with HID channel reference count handling. Fix issue with daemon exit on badly formatted AT+VTS. diff --git a/configure.ac b/configure.ac index 0002af29c..8564e2b83 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.88) +AC_INIT(bluez, 4.89) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |