summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-22 19:48:34 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-09-22 19:48:34 +0900
commitcca89b3d5c78c29065a88ce099dea36137bea225 (patch)
tree854113a68a38e9a65f1ae7c5c37683edf2e45f1d
parent9b4fa9f23b779f1769b1fadb9cf62c7ec5679549 (diff)
downloadbluez-cca89b3d5c78c29065a88ce099dea36137bea225.tar.gz
Release 4.724.72
-rw-r--r--ChangeLog14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bd6adc9c..722bde07e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 4.72:
+ Fix memory leak while connecting BTIO channels.
+ Fix crash with GStreamer plugin if SBC is not supported.
+ Fix issue with GATT server stop sending notifications.
+ Fix issue with GATT and dealing with the minimum MTU size.
+ Fix issue with file descriptor leak in GATT client.
+ Add support for UUID 128-bit handling in attribute client.
+ Add support for encoders/decoders for MTU Exchange.
+ Add support for the MTU Exchange procedure to the server.
+ Add support for a per channel MTU to the ATT server.
+ Add support for Characteristic interface.
+ Add support for new Media API and framework.
+ Add initial support for HDP plugin.
+
ver 4.71:
Fix compilation when SBC support in not enabled.
Fix crash with RequestSession and application disconnects.
diff --git a/configure.ac b/configure.ac
index 08f487786..5d31dc4ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.71)
+AC_INIT(bluez, 4.72)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)