diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-07-12 20:03:03 -0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-07-12 20:03:03 -0300 |
commit | 23b2bf60488cead3b2a5b90a3571412532aad713 (patch) | |
tree | f712809a2a4b30ccf9db811b1aba3561ecbcdc0c | |
parent | a552c046c5063337fd1e198b934bf28f2500b81f (diff) |
Release 4.684.68
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +ver 4.68: + Fix initialization of adapters in RAW mode. + Fix signal strength for HFP in Maemo's telephony support. + Add support for following the radio state via Maemo's MCE. + Add initial set of LE commands and events definitions. + Add mode option for L2CAP sockets to the BtIO API. + ver 4.67: Fix issue with authentication reply when bonding already completed. Fix issue with not canceling authentication when bonding fails. diff --git a/configure.ac b/configure.ac index 97c4d9354..a4805f7c1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.67) +AC_INIT(bluez, 4.68) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |