summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-08-25 23:48:25 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-08-25 23:48:25 +0200
commitde77a99f4f33cf03b054ebae9b60587af0333e4d (patch)
tree326db9b8f201eb7152e83caf04adce696ad40c11
parent1c32720c210eb92936f95839fe3636c6fc474db5 (diff)
downloadbluez-4.70.tar.gz
Release 4.704.70
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4aa458966..1fec70bc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+ver 0.70:
+ Fix incoming call indication handling when in WAITING state.
+ Fix various SDP related qualification test case issues.
+ Fix logic to write EIR when SDP records are changed.
+ Fix UTF-8 validity check for remote names in EIR.
+ Add support for UUID-128 extended inquiry response.
+ Add service UUIDs from EIR to the DeviceFound signal.
+ Add fast connectable feature for Handsfree profile.
+ Add HCI command and event definitions for AMP support.
+ Add firmware download support for Qualcommh devices.
+ Add host level support for Atheros AR300x device.
+ Add initial support of ATT and GATT for basic rate.
+
ver 4.69:
Fix issue with calling g_option_context_free() twice.
Fix inconsistencies with initial LE commands and events.
diff --git a/configure.ac b/configure.ac
index b004f6e4e..e8abfe91c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.69)
+AC_INIT(bluez, 4.70)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)