diff options
| -rw-r--r-- | ChangeLog | 9 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 10 insertions, 1 deletions
| @@ -1,3 +1,12 @@ +ver 4.20: +	Cleanup session handling. +	Cleanup mode setting handling. +	Fix issue with concurrent audio clients. +	Fix issue with HFP/HSP suspending. +	Fix AT result code syntax handling. +	Add Handsfree support for AT+NREC. +	Add PairableTimeout adapter property. +  ver 4.19:  	Fix installation of manual pages for old daemons.  	Fix D-Bus signal emmissions for CreateDevice. diff --git a/configure.ac b/configure.ac index 4dd5223f..ea1892db 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.19) +AM_INIT_AUTOMAKE(bluez, 4.20)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
