From be3a49d98bb3cb6cc3e0c5f899735086eac6961a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 26 Feb 2009 00:59:19 +0100 Subject: Release 4.31 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a3db0f17..8b88a99a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +ver 4.31: + Add support for new BtIO helper library. + Fix AVDTP session close issue. + Fix SDP memory leaks. + Fix various uninitialized memory issues. + Fix duplicate signal emissions. + Fix property changes request handling. + Fix class of device storage handling. + ver 4.30: Add CID field to L2CAP socket address structure. Fix reset of authentication requirements after bonding. diff --git a/configure.ac b/configure.ac index 7e22e3e0..23175857 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.30) +AM_INIT_AUTOMAKE(bluez, 4.31) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit