Diff between e9c76b0d76beb48f7876c111a0d95eb848f4dfbe and 5ee722e3ea55c630ac1e540a934fc6258a0de72f

Changed Files

File Additions Deletions Status
ChangeLog +10 -0 modified
configure.ac +1 -1 modified

Full Patch

diff --git a/ChangeLog b/ChangeLog
index e9c220d..be333d9 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 ff4374b..b4e7275 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])