summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-12-26 19:58:56 +0100
committerMarcel Holtmann <marcel@holtmann.org>2014-12-26 19:58:56 +0100
commit4be36aab344294e140e729d1f8171eb1e90b0e75 (patch)
treefa0bfff596866f8013ddfef02e8c610a1fd09426
parentf8dae865be3555e94036f5242999830fea59a1b6 (diff)
downloadbluez-4be36aab344294e140e729d1f8171eb1e90b0e75.tar.gz
Release 5.275.27
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b403fa872..dacede115 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 5.27:
+ Fix issue with endian handling and management interface.
+ Fix issue with pending GATT operations when disconnecting.
+ Fix issue with 128-bit UUID conversions for HID over GATT.
+ Add support for Android 5.0 SELinux policies.
+
ver 5.26:
Fix issue with handling A2DP XCASE connection state.
Fix issue with crash and A2DP configuration failures.
diff --git a/configure.ac b/configure.ac
index 0acd73492..4739c10f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.26)
+AC_INIT(bluez, 5.27)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])