From 6c4e64aa4bea35ac86c648b99910e477e5b2b948 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 23 Feb 2013 12:20:10 +0100 Subject: [PATCH] Release 5.3 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9c820e33f..7a1f28afa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +ver 5.3: + Fix issue with registering invalid profiles. + Fix issue with inconsistent A2DP transport state. + Fix issue with A2DP resume while in configured state. + Fix issue with buffer overflow when processing SDP response. + Fix issue with missing range check for SDP attribute response. + Fix issue with missing validation of SDP data elements. + Fix issue with missing fallback to static hostname. + Fix issue with default adapter assignment. + ver 5.2: Fix issue with connection handling for Low Energy. Fix issue with broken device discovery handling. diff --git a/configure.ac b/configure.ac index d5dcd59df..77568ce35 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.2) +AC_INIT(bluez, 5.3) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3