summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-26 17:57:45 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-26 17:57:45 +0200
commitb079cca768419d11e011cc5a7d59bc802226e633 (patch)
tree10497d6980c9021950e3ff88c7b249b2d374984b
parent6b30e2e4d4e0c1b9b84ad0c3ad2f9bfd2da6e94d (diff)
downloadbluez-4.77.tar.gz
Release 4.774.77
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 67cfc6909..c75628dbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 4.77:
+ Fix issue with device name and accessing already freed memory.
+ Fix issue with handling CHLD=0 command for handsfree.
+ Fix issue with manager properties and no adapters.
+ Fix issue with properties and broken service records.
+ Fix issue with A2DP playback and sample rate changes.
+ Update MCAP and HDP support.
+
ver 4.76:
Fix issue in telephony driver with hanging up held call.
Fix issue in telephony driver with notifications when on hold.
diff --git a/configure.ac b/configure.ac
index 6ffeb208f..13a154c80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.76)
+AC_INIT(bluez, 4.77)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)