summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2016-09-26 14:27:46 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-09-26 14:27:46 +0200
commitdcbc28940118a14ce175153e5f006551600e9244 (patch)
treebbd7d3917c164c9aa10c8c4d4f9516d8d414a0d9
parentda89677b224e13d0a4b06cf24661a82d6de79782 (diff)
downloadbluez-dcbc28940118a14ce175153e5f006551600e9244.tar.gz
Release 5.425.42
-rw-r--r--ChangeLog14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 920175ee6..e90c2cb94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 5.42:
+ Fix issue with PBAP call logs from different folders.
+ Fix issue with OBEX over L2CAP and PowerPC architecture.
+ Fix issue with BR/EDR over LE selection during discovery.
+ Fix issue with selection of bearer after bonding.
+ Fix issue with handling socket recv() return values.
+ Fix issue with setting connecting service state.
+ Fix issue with setting correct ATT default MTU value.
+ Fix issue with not setting AVRCP player identifier.
+ Fix issue with handling AVRCP browsable player.
+ Fix issue with addressing AVRCP player changes.
+ Add support for new management tracing capability.
+ Mark GATT D-Bus APIs as stable interfaces.
+
ver 5.41:
Fix issue with service state changes handling.
Fix issue with AVRCP and no available player.
diff --git a/configure.ac b/configure.ac
index 2f459cc3f..9bb4736bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.41)
+AC_INIT(bluez, 5.42)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])