diff options
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 7 insertions, 1 deletions
| @@ -1,3 +1,9 @@ +ver 4.17: +	Fix SBC encoder not writing last frame. +	Fix missing timer for A2DP suspend. +	Add more supported devices to hid2hci utility. +	Add additional functionality to Handsfree support. +  ver 4.16:  	Fix wrong parameter usage of watch callbacks.  	Fix parameters for callback upon path removal. diff --git a/configure.ac b/configure.ac index 80f7db10..e83484ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.16) +AM_INIT_AUTOMAKE(bluez, 4.17)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
