diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-10-17 00:18:42 +0200 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-10-17 00:18:42 +0200 | 
| commit | fa04ca3495bd652e54bc73c96ea7eaa354e1296f (patch) | |
| tree | aceb95a6eb84ca24f5739522dfd8e066c9a992a3 | |
| parent | 2617afbc6cb0f664ae1608c6ff72aed20be1c8b2 (diff) | |
Release 4.144.14
| -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 | 
