summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-15 14:33:04 +0300
committerMarcel Holtmann <marcel@holtmann.org>2010-10-15 14:33:04 +0300
commitc96b30b5ccf60dde22313a13e5e229bc9c7f6393 (patch)
tree4bf52f5f84f7a9f9c803f462570232967d24cadf
parentcf0e128d6f68b90277614f526361d7c62213e3ff (diff)
downloadbluez-4.76.tar.gz
Release 4.764.76
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bc61374d..67cfc6909 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 4.76:
+ Fix issue in telephony driver with hanging up held call.
+ Fix issue in telephony driver with notifications when on hold.
+ Fix issue with blocking on setconf confirmation callback.
+ Fix issue with not always signaling new streams as sinks.
+ Fix issue with errors in case of endpoint request timeout.
+ Fix issue with HFP/HSP microphone and speaker gain values.
+ Add source if the device attempt to configure local sink stream.
+ Add PSM option for GATT/ATT over BR/EDR on gatttool.
+ Add support for GATT/ATT Attribute Write Request.
+ Update MCAP and HDP support.
+
ver 4.75:
Fix use of uninitialized variable on legacy pairing.
Fix mismatch of attribute protocol opcode.
diff --git a/configure.ac b/configure.ac
index bbfb9e0bd..6ffeb208f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.75)
+AC_INIT(bluez, 4.76)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)