summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-12-22 17:39:07 -0800
committerMarcel Holtmann <marcel@holtmann.org>2011-12-22 17:39:07 -0800
commit214087d7deeab34af5975eb3279e6521de91ecab (patch)
tree535d6259bf180f2a564b0cbd94cf26de20a71b20
parentd223feb814065465f8ee79fbf9ee54cda0b448ae (diff)
Release 4.974.97
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c79755166..a08561c75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 4.97:
+ Update support for proximity profile.
+ Fix issue with SBC audio decoding quality.
+ Fix multiple issues with HFP support.
+ Fix multiple issues with A2DP support.
+ Fix multiple issues with AVDTP support.
+ Fix multiple issues with AVRCP support.
+ Add support for AVRCP meta-data transfer.
+ Add support for Bluetooth based thermometers.
+
ver 4.96:
Fix issue with race condition in AVDTP stream start.
Fix issue with global adapter offline switching.
diff --git a/configure.ac b/configure.ac
index 2f0716750..3a5dfde24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.96)
+AC_INIT(bluez, 4.97)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)