summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-07-07 19:18:35 +0200
committerMarcel Holtmann <marcel@holtmann.org>2015-07-07 19:18:35 +0200
commit7ae2fb58d0c43e03df2d810c7ce47be1b4020084 (patch)
tree07ecb9e8e0bd039deeedf06e83ca4c0e281bdd46
parent8e1549625531f3722109cfb94ef3a267c5e407c7 (diff)
downloadbluez-5.32.tar.gz
Release 5.325.32
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 910dfa60e..649310d5d 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 c65d19abc..4f8151739 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])