summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2016-07-17 23:09:07 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-07-17 23:09:07 +0200
commitc560b5074faaf2a1e9b4670b7b0c8410f8afaa30 (patch)
tree356cf362cedf6a45fbfc716c9a704e170bb0186b
parent8caffd414e98ea6e1e26eca3a2a9ef92a2d8f9be (diff)
downloadbluez-c560b5074faaf2a1e9b4670b7b0c8410f8afaa30.tar.gz
Release 5.415.41
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dab8141c2..920175ee6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.41:
+ Fix issue with service state changes handling.
+ Fix issue with AVRCP and no available player.
+ Fix issue with handling discovery filters.
+ Fix issue with handling temporary addresses.
+ Fix issue with GATT MTU size and BR/EDR links.
+ Fix issue with OBEX and creating directories.
+
ver 5.40:
Fix issue with not storing GATT attributes.
Fix issue with optional GATT notifications.
diff --git a/configure.ac b/configure.ac
index 62c82ea62..2f459cc3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.40)
+AC_INIT(bluez, 5.41)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])