summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-07-12 20:03:03 -0300
committerMarcel Holtmann <marcel@holtmann.org>2010-07-12 20:03:03 -0300
commit23b2bf60488cead3b2a5b90a3571412532aad713 (patch)
treef712809a2a4b30ccf9db811b1aba3561ecbcdc0c
parenta552c046c5063337fd1e198b934bf28f2500b81f (diff)
downloadbluez-4.68.tar.gz
Release 4.684.68
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 884cb5232..1744f8c67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)