From 5687a8071792cab981698a92de4b5cdea9e2e51a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 24 Dec 2012 09:35:38 -0800 Subject: [PATCH] Release 5.0 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0ea7db695..f7a4d9d5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 5.0: + Introduce D-Bus Properties and ObjectManager interfaces. + Add support for generic profile interface. + Add support for global agent interface. + Add support for integrated OBEX daemon. + Add support for integrated hcidump utility. + Add support for Bluetooth tracing and monitor utility. + Add support for Bluetooth command line client utility. + Remove support for Handsfree gateway handling. + Remove support for GStreamer A2DP and SBC elements. + Disable default installation of Bluetooth library. + ver 4.101: Fix issue with missing BlueZ service file. Fix issue with aborting A2DP setup during AVDTP start. diff --git a/configure.ac b/configure.ac index 522e349af..cdfc01397 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.x) +AC_INIT(bluez, 5.0) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3