summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-12-10 02:09:42 -0800
committerMarcel Holtmann <marcel@holtmann.org>2013-12-10 02:09:42 -0800
commitdf71eaca9a4d9390854da1087b05b01ba5b7119e (patch)
tree63e236d0d238b83964019e78a59eca1021498d04
parent905935a11c15e723feed6dba84141d197110ed50 (diff)
downloadbluez-5.12.tar.gz
Release 5.125.12
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ca48336b0..1db42c9db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 5.12:
+ Fix issue with missing reply to DisconnectProfile.
+ Fix issue with icon property and class of device changes.
+ Fix issue with HID devices when SDP record is not available.
+ Fix issue with handling auto-pairing of printers.
+ Fix issue with agent authorization handling.
+ Add support for PS3 controller setup and pairing.
+ Add support for LE L2CAP CoC test capabilities.
+ Add support for AVDTP qualification test cases.
+ Add support for SMP cryptographic test cases.
+s
ver 5.11:
Fix issue with connection attempt when not powered.
Fix issue with assigning player to AVRCP target role.
diff --git a/configure.ac b/configure.ac
index ca226bb97..18d0b554b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.11)
+AC_INIT(bluez, 5.12)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])