diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-12-26 11:20:39 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-12-26 11:20:39 -0800 |
commit | 0b85d06d59441cb294d6ca3a736b76629d820743 (patch) | |
tree | ab00b9dc77db6def82f964eb90bea7427718c566 | |
parent | e7b9a1a5fad84fcf5198d8b58588a2fae92bbce0 (diff) |
Release 4.834.83
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +ver 4.83: + Fix issue with already connected HFP/HSP endpoints. + Fix missing reply when create device is canceled. + Fix memory leak within the attribute server. + Fix memory leak with unused extended inquiry name. + Fix setting paired state when device->authr is false. + Fix clearing authentication request for renewed keys. + Add support for storing link keys in runtime memory. + Update support for primary service discovery. + ver 4.82: Fix crash with mmap of files with multiples of page size. Fix HFP response and hold (AT+BTRH) command response. diff --git a/configure.ac b/configure.ac index 5f09cb61d..56e3c41d3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.82) +AC_INIT(bluez, 4.83) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |