diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2009-02-02 04:37:13 +0100 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2009-02-02 04:37:13 +0100 | 
| commit | 2f906d7676a512b5a7da1d396aaf56c0b58da86a (patch) | |
| tree | bf8add05384e9017c67469f9ab8ee2982719c568 | |
| parent | 593bd41ed861d80f498fa8cfe0cea06e0c11f442 (diff) | |
Release 4.284.28
| -rw-r--r-- | ChangeLog | 10 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 11 insertions, 1 deletions
| @@ -1,3 +1,13 @@ +ver 4.28: +	Add AVDTP signal fragmentation support. +	Add more SBC performance optimizations. +	Add more SBC audio quality improvements. +	Use native byte order for audio plugins. +	Set the adapter alias only after checking the EIR data. +	Fix auto-disconnect issue with explicit A2DP connections. +	Fix invalid memory access of ALSA plugin. +	Fix compilation with -Wsign-compare. +  ver 4.27:  	Add more SBC optimization (MMX and ARM NEON).  	Add BT_SECURITY and BT_DEFER_SETUP definitions. diff --git a/configure.ac b/configure.ac index 84a62343..cd91d5a5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  AC_PREREQ(2.60)  AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.27) +AM_INIT_AUTOMAKE(bluez, 4.28)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
