diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2009-02-26 00:59:19 +0100 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2009-02-26 00:59:19 +0100 | 
| commit | be3a49d98bb3cb6cc3e0c5f899735086eac6961a (patch) | |
| tree | 35a52c6949f2edea65302c8d286723c84ef25211 | |
| parent | aaa39fd3bf46a9205fadeb22b3d212f1372059e6 (diff) | |
Release 4.314.31
| -rw-r--r-- | ChangeLog | 9 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 10 insertions, 1 deletions
| @@ -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 | 
