summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-01-20 18:28:10 -0800
committerMarcel Holtmann <marcel@holtmann.org>2014-01-20 18:28:10 -0800
commita6f0070f3f2c9c893450889650f7523c3cb1dab4 (patch)
treec22eec02bcc89f747400ee311069c39d81fe580a
parentd40e741deb68d9d46bf8914b58540fafd560229d (diff)
downloadbluez-5.14.tar.gz
Release 5.145.14
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aee20879..0911fde25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 5.14:
+ Fix issue with marking PS3 controllers as trusted.
+ Fix issue with authorization of PS3 controllers.
+ Add support for DualShock 4 controller detection.
+ Add support for legacy pairing emulation.
+ Add support for secure simple pairing emulation.
+ Add support for automated pairing testing.
+ Add support for RFCOMM protocol testing.
+ Add support for HCI controller testing.
+
ver 5.13:
Fix issue with PS3 controller detection.
Add support for data transfers to L2CAP testing tool.
diff --git a/configure.ac b/configure.ac
index ddbd584de..b5c87cc22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.13)
+AC_INIT(bluez, 5.14)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])