summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-01-11 11:07:49 -0800
committerMarcel Holtmann <marcel@holtmann.org>2013-01-11 11:07:49 -0800
commite9dd74d5e376b7d242c063f9a3af44b9033fe319 (patch)
treea2252fdb8678b757303942d2a47ee3706709ccd2
parentb72b595aebb60eeae10e8d5d2257a7d3374199c7 (diff)
downloadbluez-e9dd74d5e376b7d242c063f9a3af44b9033fe319.tar.gz
Release 5.15.1
-rw-r--r--ChangeLog14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f7a4d9d5e..915760497 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 5.1:
+ Fix issue with crash when removing OBEX session.
+ Fix issue with HID device disconnected from kernel.
+ Fix issue with buffer overflow when parsing HID SDP record.
+ Fix issue with SDP_TEXT_STR16 and SDP_URL_STR16 parsing.
+ Add support for integration with systemd's hostname daemon.
+ Add support for separate adapter alias property.
+ Add support for adapter and device modalias properties.
+ Add support for official BlueZ device information.
+ Add support for asynchronous management interface handling.
+ Add tool for testing management interface compliance.
+ Add tool for testing SDP qualification requirements.
+ Add tool for testing various EIR and AD data records.
+
ver 5.0:
Introduce D-Bus Properties and ObjectManager interfaces.
Add support for generic profile interface.
diff --git a/configure.ac b/configure.ac
index e8193ca88..09e9d4aa8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.0)
+AC_INIT(bluez, 5.1)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])