diff options
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 8 insertions, 1 deletions
| @@ -1,3 +1,10 @@ +ver 4.14: +	Fix types of property arrays. +	Fix potential crash with input devices. +	Fix PS3 BD remote input event generation. +	Allow dynamic adapter driver registration. +	Update udev rules. +  ver 4.13:  	Fix service discovery and UUID handling.  	Fix bonding issues with Simple Pairing. diff --git a/configure.ac b/configure.ac index 33b45833..8fa7282b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.13) +AM_INIT_AUTOMAKE(bluez, 4.14)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
