summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-21 20:12:19 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-21 20:12:19 +0100
commit78aca46d998d7121d79ca0850f6f264f1b3958b9 (patch)
tree582231bfc07c3bf48414b151ea251e8c59dcc314
parent29c494df1235292bb39f8099bbdde557810e8420 (diff)
downloadbluez-4.80.tar.gz
Release 4.804.80
-rw-r--r--ChangeLog17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b891e4a8a..d040767aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+ver 4.80:
+ Fix legacy link key storing for some buggy adapters.
+ Fix invalid memory access when EIR field length is zero.
+ Fix adapter initialization to wait for kernel HCI commands.
+ Fix initialization of adapters which are already up.
+ Fix possible race condition when initializing adapters.
+ Fix possible crashes when attempting to connect AVDTP.
+ Fix not aborting sink stream configuration on disconnect.
+ Fix not indicating disconnected state when connecting to AVDTP.
+ Fix not dropping AVDTP session when canceling stream setup.
+ Fix AVDTP abort not being send when the state is idle.
+ Fix regression with Low Energy and interleave discovery.
+ Add a new configuration option to disable Low Energy support.
+ Add iwmmxt optimization for SBC for ARM PXA series CPUs.
+ Update support for GATT Primary Service Discovery.
+ Update MCAP and HDP support.
+
ver 4.79:
Fix issue with adapter initialization race condition.
Update new Bluetooth Management interface support.
diff --git a/configure.ac b/configure.ac
index b8472a60d..493243b90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.79)
+AC_INIT(bluez, 4.80)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)