summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])