From c26aabc578b0d03f0d26d11e8d1a49c9f8acf032 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 30 Jul 2015 21:14:31 +0200 Subject: [PATCH] Release 5.33 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 649310d5d..fbd407af8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 5.33: + Fix issue with memory leak in GATT database. + Fix issue with AVDTP set configuration handling. + Fix issue with AVDTP discover procedure. + Fix issue with not emitting Paired property. + ver 5.32: Fix issue with OPP GET request path handling. Fix issue with ATT information request errors. diff --git a/configure.ac b/configure.ac index 4f8151739..8ea503c55 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.32) +AC_INIT(bluez, 5.33) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3