From 926bdc5513e29625f9ec05e18d3382f13a08746b Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Thu, 29 May 2014 14:32:25 -0700 Subject: [PATCH] version bump 0.11.810 --- CMakeLists.txt | 2 +- RELEASE | 6 ++++++ plugins/bluetooth/bluetoothplugin.cpp | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 874824f..bf532ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(CMAKE_BUILD_TYPE, Debug) include(FindPkgConfig) set(PROJECT_NAME "automotive-message-broker") -set(PROJECT_VERSION "0.11.809") +set(PROJECT_VERSION "0.11.810") set(PROJECT_CODENAME "veyron") set(PROJECT_QUALITY "alpha") diff --git a/RELEASE b/RELEASE index 3ecc116..2dfff13 100644 --- a/RELEASE +++ b/RELEASE @@ -4,11 +4,17 @@ New features: - Added "frequency" option to database plugin. Now periodic data can be written to the db. this is useful for high speed data that you don't want to flood the database. - New test tools: amb-get, amb-set and amb-get-history +- New bluetooth spp plugin +- cangen and cansim plugins simulate a real CAN network. Changes: - Deprecated and removed the "FooChanged" (where "Foo" is a property like "VehicleSpeed") signal - DBus Object paths do not appear until FindObject* is called. The object path disappears with the last pid that called FindObject* disconnects from DBus (or closes). +- Many internal stl containers have been changed to use more efficient ones. +- Some internal methods changed to const & references to avoid copies. +- DBus plugin will no cache unsubscribed values. Improves performance. Fixes: - database plugin updated to use zones +- obd-II plugin updated to use bluez5 APIs diff --git a/plugins/bluetooth/bluetoothplugin.cpp b/plugins/bluetooth/bluetoothplugin.cpp index 451e10d..b605726 100644 --- a/plugins/bluetooth/bluetoothplugin.cpp +++ b/plugins/bluetooth/bluetoothplugin.cpp @@ -112,6 +112,7 @@ void BluetoothSinkPlugin::newConnection(string path, QDBusUnixFileDescriptor fd, DebugOut()<<"new Connection! Path: "<