Release 5.32

System Internals / BlueZ - Marcel Holtmann [holtmann.org] - 7 July 2015 12:18 UTC



###

diff --git a/ChangeLog b/ChangeLog
index 910dfa6..649310d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.32:
+ Fix issue with OPP GET request path handling.
+ Fix issue with ATT information request errors.
+ Fix issue with advertising instance numbers.
+ Fix issue with overwriting SDP record cache.
+ Fix issue with new connections during disconnect.
+ Add support for GATT security auto-elevation.
+
ver 5.31:
Fix issue with crash in networking interface.
Fix issue with crash when creating endless GATT loops.
diff --git a/configure.ac b/configure.ac
index c65d19a..4f81517 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.31)
+AC_INIT(bluez, 5.32)

AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])

7ae2fb5 Release 5.32
ChangeLog | 8 ++++++++
configure.ac | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)

Upstream: git.kernel.org


  • Share