summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-10-05 22:31:13 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-10-05 22:31:13 +0200
commitae3db960a1f011903a435d62ede7f726a7cf5d50 (patch)
tree56224c6a9e727efdecf163e87ad9e45a62aceaf0
parentd758b854f51f82834758e162dfc5e23318939fff (diff)
downloadbluez-ae3db960a1f011903a435d62ede7f726a7cf5d50.tar.gz
Release 5.245.24
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f5c88f545..69c59ae33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 5.24:
+ Fix issue with storing of connection parameters.
+ Add support for Phonebook Access Profile 1.2 features.
+ Add support for Message Access Profile 1.2 event reports.
+ Add support for Android Bluetooth configuration options.
+
ver 5.23:
Fix issue with concurrent authorization requests.
Fix issue with HID report identifier mismatch.
diff --git a/configure.ac b/configure.ac
index 9bdd2390f..981b1bfdd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.23)
+AC_INIT(bluez, 5.24)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])