summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2017-07-14 11:06:54 +0200
committerMarcel Holtmann <marcel@holtmann.org>2017-07-14 11:06:54 +0200
commit46f47fc8a1683100c7d08200f420fbb41a3a6754 (patch)
treeb08ac4c116919653644dee5a246712fa4d558af4
parentb8887cf03adb19a8f7041dd414f1d5e0b1aa4b26 (diff)
downloadbluez-46f47fc8a1683100c7d08200f420fbb41a3a6754.tar.gz
Release 5.465.46
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index be333d93c..63191df26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 5.46:
+ Fix issue with handling ATT over BR/EDR connections.
+ Fix issue with SDP browsing cleanup after connection.
+ Fix issue with pointer dereference and OPP Put request.
+ Fix issue with identity address updates during pairing.
+ Fix issue with not removing services that had disappeared.
+ Add support for improved discovery of included services.
+ Add support for simplified characteristics discovery.
+ Add support for GATT caching configuration option.
+ Add experimental support for AcquireWrite and AcquireNotify.
+
ver 5.45:
Fix issue with agent support in Bluetooth client tool.
Fix issue with handling re-connection policy.
diff --git a/configure.ac b/configure.ac
index b4e7275e4..89b164b86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.45)
+AC_INIT(bluez, 5.46)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])