diff options
| -rw-r--r-- | ChangeLog | 9 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 9 insertions, 2 deletions
| @@ -1,4 +1,11 @@ -ver 3.2 +ver 3.3: +	Remove kernel specific timeouts. +	Add additional private data field for SDP sessions. +	Add host controller to host flow control defines. +	Add host number of completed packets defines. +	Initialize various memory to zero before usage. + +ver 3.2:  	Fix handling of SDP strings.  	Add adapter type for SDIO cards.  	Add features bit for link supervision timeout. diff --git a/configure.in b/configure.in index 803a92e3..c1cb853b 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 3.2) +AM_INIT_AUTOMAKE(bluez-libs, 3.3)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
