summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-12-28 03:11:44 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-12-28 03:11:44 +0100
commit56776afd51651215a5f96ebf23adaae9164d8e88 (patch)
treeac73ad45170e58ea0f8c4c10795152fb87dddf30
parent60b400ad38f197fa3911c458dd0a678bd6e1680b (diff)
downloadbluez-56776afd51651215a5f96ebf23adaae9164d8e88.tar.gz
Release 5.375.37
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6abb724de..c7a4fc003 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 5.37:
+ Fix issue with registering external profiles.
+ Fix issue with connecting external profiles.
+ Fix issue with GATT service changed handling.
+ Fix issue with not emitting GattServices update.
+ Convert to unified HID over GATT profile support.
+ Convert to KeyboardDisplay as default IO capability.
+ Install btattach utility by default.
+
ver 5.36:
Fix issue with PBAP headers for size query.
Fix issue with AVRCP current player handling.
diff --git a/configure.ac b/configure.ac
index 5c398c5db..7ec7c322f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.36)
+AC_INIT(bluez, 5.37)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])