summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-02-02 01:41:17 +0100
committerMarcel Holtmann <marcel@holtmann.org>2013-02-02 01:41:17 +0100
commit9ea3f21c6e79493ab486a7424b0b146fb3eadd25 (patch)
treee45bbb034ff8aa8d87ebedd74ac81ad3b0029f42
parent022756d28ecb48d3d93eb4df3c0d0e3647f5c220 (diff)
downloadbluez-9ea3f21c6e79493ab486a7424b0b146fb3eadd25.tar.gz
Release 5.25.2
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 915760497..9c820e33f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 5.2:
+ Fix issue with connection handling for Low Energy.
+ Fix issue with broken device discovery handling.
+ Fix issue with invalid memory access within A2DP.
+ Fix issue with handling empty path name of SetPath.
+ Fix issue with handling Message Access Profile filters.
+ Fix issue with handling network service unregistration.
+ Fix issue with not handling bogus device pairing results.
+ Fix issue with initial service discovery and profile manager.
+ Add support for AVRCP volume notifications.
+ Add support for AVRCP browsing commands.
+
ver 5.1:
Fix issue with crash when removing OBEX session.
Fix issue with HID device disconnected from kernel.
diff --git a/configure.ac b/configure.ac
index 09e9d4aa8..6b35492b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.1)
+AC_INIT(bluez, 5.2)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])