summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-07-04 21:57:21 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-07-04 21:57:21 +0200
commitf9a27a69d512c618085a98a8e71d80c0ea65ef34 (patch)
tree32ea7563073fd648df18813954ec9abd169a59a7
parent4179958d064f8faa14e9f53eb52edfbdd2013817 (diff)
Release 4.954.95
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f2199ff04..364dd2960 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 926a6470a..8f54f6095 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)