diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-20 22:51:01 +0100 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-20 22:51:01 +0100 | 
| commit | 3f0f0978e275cb70be27c72895c2f230d7940e92 (patch) | |
| tree | 60bfd59f2abe29ef0800c2e5455be9afcba1985f | |
| parent | d18ac6535c7058f59efccf9e82ae84b4cd5c9c93 (diff) | |
Release 4.234.23
| -rw-r--r-- | ChangeLog | 11 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 4.23: +	Update audio IPC for better codec handling. +	Fix bitstream optimization for SBC encoder. +	Fix length header values of IPC messages. +	Fix multiple coding style violations. +	Fix FindDevice to handle temporary devices. +	Add configuration option for DeviceID. +	Add support for InitiallyPowered option. +	Add missing signals for manager properties. +	Add telephony support for Maemo. +  ver 4.22:  	Add deny statements to D-Bus access policy.  	Add support for LegacyPairing property. diff --git a/configure.ac b/configure.ac index 1ee65640..9e35691a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.22) +AM_INIT_AUTOMAKE(bluez, 4.23)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE  | 
