diff options
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 9 insertions, 1 deletions
| @@ -1,3 +1,11 @@ +ver 4.19: +	Fix installation of manual pages for old daemons. +	Fix D-Bus signal emmissions for CreateDevice. +	Fix issues with UUID probing. +	Fix +BSRF syntax issue. +	Add Pairable adapter property. +	Add sdp_copy_record() library function. +  ver 4.18:  	Fix release before close issue with RFCOMM TTYs.  	Fix Connected property on input interface. diff --git a/configure.ac b/configure.ac index 3a451e13..4dd5223f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.18) +AM_INIT_AUTOMAKE(bluez, 4.19)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
