diff options
| -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 | 
