diff options
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +ver 3.8: + Sort discovered devices list based on their RSSI. + Send DiscoverableTimeoutChanged signal. + Fix local and remote name validity checking. + Add ListRemoteDevices and ListRecentRemoteDevices methods. + Add basic integration of confirmation concept. + Add support for service record description via XML. + Add support for external commands to the RFCOMM utility. + Add experimental service and authorization API. + + Note: + This version needs at least bluez-libs-3.8 + ver 3.7: Fix class of device handling. Fix error replies with pairing and security mode 3. diff --git a/configure.in b/configure.in index 4f820419..0f5083dc 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.7) +AM_INIT_AUTOMAKE(bluez-utils, 3.8) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |