diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-10 10:44:16 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-10 10:44:16 +0000 | 
| commit | 467fa007838f66e34b6c869f8c79a759d1cc41b2 (patch) | |
| tree | 85975b61f74c90c011d6ed99e55a06b9d7d8a0c9 | |
| parent | 84a0c1a2fa19abcdb7afaa4ff597a31d67754442 (diff) | |
Update changelog and bump version numberutils-3.10
| -rw-r--r-- | ChangeLog | 11 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 12 insertions, 1 deletions
| @@ -1,3 +1,14 @@ +ver 3.10: +	Add initial version of network service. +	Add initial version of serial service. +	Add initial version of input service. +	Add initial version of audio service. +	Add authorization framework. +	Add integer based SBC library. + +	Note: +	This version needs at least bluez-libs-3.10 +  ver 3.9:  	Add RemoteDeviceDisconnectRequested signal.  	Add updated service framework. diff --git a/configure.in b/configure.in index 9fd72959..bffeee15 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.9) +AM_INIT_AUTOMAKE(bluez-utils, 3.10)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
