From e9dd74d5e376b7d242c063f9a3af44b9033fe319 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 11 Jan 2013 11:07:49 -0800 Subject: [PATCH] Release 5.1 --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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]) -- 2.11.0