summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-04-25 12:25:23 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-04-25 12:25:23 -0700
commit7bb63a5bb82bafbd187358d7f33b1122ae8be7cd (patch)
treecced802c54fc827c9f511ae2ae36e7605b8a3812
parent71a79923920e6e505fc0b22cd3d5ba897fdf8206 (diff)
Release 4.924.92
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5796bf387..9b683b88d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 4.92:
+ Fix issue with handling of A2DP suspend response.
+ Fix issue with crashing when acquiring A2DP stream.
+ Fix issue with missing check for valid SCO before shutdown.
+ Fix issue with waiting for POLLERR when disconnecting SCO.
+ Fix issue with disconnect after primary service discovery.
+ Fix issue with attribute interface registration.
+ Add support for primary services over BR/EDR.
+ Add support for flushable packets of A2DP media.
+
ver 4.91:
Fix issue with LMP version string and hciconfig.
Fix issue with missing discovery signal when scanning.
diff --git a/configure.ac b/configure.ac
index 1ecdc7bdf..4447f7929 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.91)
+AC_INIT(bluez, 4.92)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)