Diff between 4179958d064f8faa14e9f53eb52edfbdd2013817 and f9a27a69d512c618085a98a8e71d80c0ea65ef34

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index f2199ff..364dd29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 4.95:
+	Fix issue with AVCTP replies with invalid PID.
+	Fix issue with AVRCP and unknown packet types.
+	Fix issue with AVRCP not using NOT_IMPLEMENTED correctly.
+	Fix issue with AVDTP discovery if all endpoints are in use.
+	Fix issue with invalid memory writes and media support.
+	Fix issue with not removing device alias and unbonding.
+	Fix issue with device disconnects and offline mode handling.
+	Add support for setting adapter name based on machine-info.
+	Add support for systemd service configuration.
+
 ver 4.94:
 	Fix issue with invalid read of memory in various modules.
 	Fix issue with buffer overflow when sending AVDTP commands.
diff --git a/configure.ac b/configure.ac
index 926a647..8f54f60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.94)
+AC_INIT(bluez, 4.95)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)