diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-09-26 09:31:03 +0200 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-09-26 09:31:03 +0200 | 
| commit | ad5ecc880f25ddaf38dd598c55d6a683319f4e7d (patch) | |
| tree | b6b799fe2e7514e37f83e2a6e29a429079120ba7 | |
| parent | 2f4506180aa146e2da568b72f6c81fd72d7fa603 (diff) | |
Release 4.74.7
| -rw-r--r-- | ChangeLog | 9 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 10 insertions, 1 deletions
| @@ -1,3 +1,12 @@ +ver 4.7: +	Fix pairing and service discovery logic. +	Fix crashes during suspend and resume. +	Fix race condition within devdown mode. +	Add RequestSession and ReleaseSession methods. +	Add Powered and Discoverable properties. +	Add Devices property and deprecate ListDevices. +	Add workaround for a broken carkit from Nokia. +  ver 4.6:  	Fix Device ID record handling.  	Fix service browsing and storage. diff --git a/configure.ac b/configure.ac index a7e978b8..978710db 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.6) +AM_INIT_AUTOMAKE(bluez, 4.7)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
