summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-12-26 11:20:39 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-12-26 11:20:39 -0800
commit0b85d06d59441cb294d6ca3a736b76629d820743 (patch)
treeab00b9dc77db6def82f964eb90bea7427718c566
parente7b9a1a5fad84fcf5198d8b58588a2fae92bbce0 (diff)
downloadbluez-0b85d06d59441cb294d6ca3a736b76629d820743.tar.gz
Release 4.834.83
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 767e1a690..aefe03785 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)