diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-22 04:08:22 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-22 04:08:22 +0000 | 
| commit | 1e5d92c257fb56ba0ade1ba010b875e816913c56 (patch) | |
| tree | e042b89b4a94b6f5a7f0816d71b4008f19194820 | |
| parent | c1f630feca4f3fa9d172f27d00a68a2453d223b6 (diff) | |
Update changelog and bump version numberlibs-3.3
| -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 | 
