summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-12-18 20:34:45 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-12-18 20:34:45 +0100
commit5e9bef4b35103706ac26d25bbfe727fdba3c6491 (patch)
tree87aedf9097248cd744f2186c8b506685395faf1a
parent2d3a762fa7bef764945ea83ddcb1f8d2bf502b7e (diff)
downloadbluez-5e9bef4b35103706ac26d25bbfe727fdba3c6491.tar.gz
Release 4.824.82
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c78e0c29d..767e1a690 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 4.82:
+ Fix crash with mmap of files with multiples of page size.
+ Fix HFP response and hold (AT+BTRH) command response.
+ Fix device creation error response when powered off.
+ Fix device removal when connecting/browsing fails.
+ Add initial attribute permission implementation.
+ Add AVDTP SRC stream send buffer size verification.
+ Add support for setting link policy based on features.
+
ver 4.81:
Fix issue with telephony driver initialization.
Fix issue with adapter services list initialization.
diff --git a/configure.ac b/configure.ac
index 50617fdb8..5f09cb61d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.81)
+AC_INIT(bluez, 4.82)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)