From 54d05d4c66ab6512bae5ce47b1537dea3237b8d1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 25 Feb 2017 17:02:37 +0100 Subject: [PATCH] Release 5.44 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8e01791e4..e9c220db8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 5.44: + Fix issue with GAP and GATT service registration. + Fix issue with wrong address type for ATT sockets. + Fix issue with dictionary entries for advertising. + Fix issue with device information and HID over GATT. + Fix issue with handling secondary service discovery. + Fix issue with handling Attribute Read Long procedure. + Fix issue with handling Attribute Write Long procedure. + Fix issue with handling abort of AVDTP SetConfiguration. + Add support for single-mode static address configuration. + Add support for MIDI over Bluetooth Low Energy. + ver 5.43: Fix issue with HID over GATT support. Fix issue with ATT Find By Type response handling. diff --git a/configure.ac b/configure.ac index 91b49555b..ff4374b5b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.43) +AC_INIT(bluez, 5.44) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3