diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2005-01-31 23:16:30 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2005-01-31 23:16:30 +0000 | 
| commit | f7c95b2391493543f1f2dd73601194b4eb123632 (patch) | |
| tree | aec5d8e7d1a9c3e1e2ced03f1bb31bc0d15ebc20 | |
| parent | 4ee1f291862c7bc69e5099908f5f5dd619921975 (diff) | |
Update changelog and bump version numberutils-2.15
| -rw-r--r-- | ChangeLog | 13 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 14 insertions, 1 deletions
| @@ -1,3 +1,16 @@ +ver 2.15: +	Enable the RFCOMM service level security. +	Add command for reading the clock offset. +	Add command for reading the clock. +	Don't configure raw devices. +	Don't set inquiry scan or page scan on raw devices. +	Don't show extended information for raw devices. +	Support L2CAP signal sizes bigger than 2048 bytes. +	Cleanup of the socket handling code of the test programs. + +	Note: +	This version needs at least bluez-libs-2.15 +  ver 2.14:  	Make use of additional connection information.  	Use library function for reading the RSSI. diff --git a/configure.in b/configure.in index 1f84efc4..02044052 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.14) +AM_INIT_AUTOMAKE(bluez-utils, 2.15)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
