diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-09-22 19:48:34 +0900 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-09-22 19:48:34 +0900 |
commit | cca89b3d5c78c29065a88ce099dea36137bea225 (patch) | |
tree | 854113a68a38e9a65f1ae7c5c37683edf2e45f1d | |
parent | 9b4fa9f23b779f1769b1fadb9cf62c7ec5679549 (diff) |
Release 4.724.72
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -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) |