diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2004-11-11 18:12:18 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2004-11-11 18:12:18 +0000 | 
| commit | 482415a6c4907713f531f29ab3b804ba75d788e8 (patch) | |
| tree | b32c2f4bbd80f62ff7f852b2a44c37aa3cb2d039 | |
| parent | 9dbfdb30dc538930eadd36df65917b1e68f7558a (diff) | |
Update changelog and bump version numberlibs-2.11
| -rw-r--r-- | ChangeLog | 13 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 14 insertions, 1 deletions
| @@ -1,3 +1,16 @@ +ver 2.11: +	Initial support for the kernel security manager. +	Use bit zero for vendor packets in the filter type bitmask. +	Add SIM Access types for service discovery. +	Add more audio/video profile translations. +	Add another company identifier. +	Add the missing HCI error codes. +	Add RFCOMM socket options. +	Add definition for the SECURE link mode. +	Add functions for reading and writing the inquiry mode. +	Add functions for AFH related settings and information. +	Add version identifier for the Bluetooth 2.0 specification. +  ver 2.10:  	Fix and extend the unaligned access macros.  	Make compiling with debug information optional. diff --git a/configure.in b/configure.in index 82b4e724..765b6896 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 2.10) +AM_INIT_AUTOMAKE(bluez-libs, 2.11)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
