summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-12-12 14:44:23 +0100
committerMarcel Holtmann <marcel@holtmann.org>2014-12-12 14:44:23 +0100
commitb1b312d4ec0ec4123e96ddb2719933120a09ea00 (patch)
tree71a76e6bce83c6d631858c3a8e80740c491eb3c2
parent86007752cd68b31e8c1c2e3f84039a322051b3dc (diff)
downloadbluez-5.26.tar.gz
Release 5.265.26
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 483da371f..b403fa872 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 5.26:
+ Fix issue with handling A2DP XCASE connection state.
+ Fix issue with crash and A2DP configuration failures.
+ Fix issue with crash during OBEX session shutdown.
+ Add support for version 1.2 of Phonebook Access Profile.
+ Add support for HID over GATT get and set report handling.
+ Add support for Low Energy Secure Connections feature.
+ Add support for Bluetooth 4.2 commands and events.
+ Add support for Android 5.0 Bluetooth features.
+
ver 5.25:
Fix issue with SCO connection after codec negotiation.
Fix issue with GATT and secondary service discovery.
diff --git a/configure.ac b/configure.ac
index 6533cab03..e04a6eb4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.25)
+AC_INIT(bluez, 5.26)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])