summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-04-10 22:50:12 -0700
committerMarcel Holtmann <marcel@holtmann.org>2013-04-10 22:50:12 -0700
commit4a9ce2ed68f0b8e2904ade4e5e376c0ad8570556 (patch)
treebe5c9a883ea040f6bf98542e366a4bd4361af622
parent858283eafa023323739c16bde7973474fb44d22e (diff)
downloadbluez-4a9ce2ed68f0b8e2904ade4e5e376c0ad8570556.tar.gz
Release 5.45.4
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a1f28afa..1e7be5287 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.4:
+ Fix issue with invalid memory access and SDP service search.
+ Add support for available player changed event for controller.
+ Add support for UIDs changed event for AVRCP controller.
+ Add support for mandatory AVRCP pass-through operations.
+ Add support for Message Notification Service (MNS) server.
+ Add support for agent methods within command line client.
+
ver 5.3:
Fix issue with registering invalid profiles.
Fix issue with inconsistent A2DP transport state.
diff --git a/configure.ac b/configure.ac
index 77568ce35..14f3a99b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.3)
+AC_INIT(bluez, 5.4)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])