summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Gehring <juergen.gehring@bmw.de>2014-06-12 11:05:04 +0200
committerJuergen Gehring <juergen.gehring@bmw.de>2014-06-12 11:05:04 +0200
commitfffba1b6b48befe8e2ea4483c8d94930296245a3 (patch)
tree94000703491648e3900f077eb4ad2ca72d5bec05
parent45a6f65628a142bb8d37a3b72cb210b1f8c24a5f (diff)
downloadgenivi-common-api-dbus-runtime-2.1.6.tar.gz
Added NEWS file for release 2.1.62.1.6
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..3e45246
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,25 @@
+
+This is CommonAPI-D-Bus 2.1.6
+
+Changes since 2.1.5
+
+- enhanced Windows Support
+- fixed compile warnings
+- fixed asciidoc errors
+- fixed unsubscribe mechanism in DBusEvent and added additional tests for Broadcasts
+- removed compile warnings in DBusBraodcastTest
+- Bugfix: DBusEvent does only remove its own subscriptions on unsubscribe / destroy and not all subscriptions for that signal anymore
+- fixed compilation problem in DBusBroadcastTest.cpp on Windows
+- improved DBusBroadcastTest and DBusLoadTest
+- pushed wait time in DBusServiceRegistryTest.SubscribeBeforeConnectWorks to 5 seconds, to avoid timing issues on windows
+- removing VERBOSE command line flags
+- making Unittests.vcxproj compile and adapting README to tell developer how he is able to run UnitTests.exe
+- modified vcxproj file of UnitTests to now use environment variables and relative paths, adapted build execution order in .sln
+- modified vcxproj file of CommonAPI-DBus to now use environment variables and relative paths, adapted README accordingly
+- added unit tests for broadcast subscriptions. renamed unit test DBusSelectiveBroadcastTest to DBusBroadcastTest
+- Implemented stub support for org.freedesktop.DBus.Properties
+- Removed fulfilling of purely internal promises in ServiceRegistry.
+- fix for GENIVI bug 164 "Interface names starting with org.freedesktop.* are ignored"
+- All public inline functions arn't anymore inline - methods with templates excluded
+- Timeout for introspection call in DBusServiceRegistry set to default value
+- Windows support, fixed attribute handling with inherited interfaces