summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e9c220db8..be333d93c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 5.45:
+ Fix issue with agent support in Bluetooth client tool.
+ Fix issue with handling re-connection policy.
+ Fix issue with handling unknown ATT commands.
+ Fix issue with handling GATT Service Includes property.
+ Fix issue with handling PullAll for OBEX transfers.
+ Fix issue with handling delay in AVDTP Suspend responses.
+ Fix issue with handling decoding of management frames.
+ Add support for frame counters in Bluetooth monitor tool.
+
ver 5.44:
Fix issue with GAP and GATT service registration.
Fix issue with wrong address type for ATT sockets.
diff --git a/configure.ac b/configure.ac
index ff4374b5b..b4e7275e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.44)
+AC_INIT(bluez, 5.45)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])