From ad5ecc880f25ddaf38dd598c55d6a683319f4e7d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 26 Sep 2008 09:31:03 +0200 Subject: Release 4.7 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 13409b5d..a7d255ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit