Packaging: add missing de pendency to pkgconfig
[profile/ivi/common-api-dbus-runtime.git] / NEWS
1
2 This is CommonAPI-D-Bus 2.1.6
3
4 Changes since 2.1.5
5
6 - enhanced Windows Support
7 - fixed compile warnings
8 - fixed asciidoc errors
9 - fixed unsubscribe mechanism in DBusEvent and added additional tests for Broadcasts
10 - removed compile warnings in DBusBraodcastTest
11 - Bugfix: DBusEvent does only remove its own subscriptions on unsubscribe / destroy and not all subscriptions for that signal anymore
12 - fixed compilation problem in DBusBroadcastTest.cpp on Windows
13 - improved DBusBroadcastTest and DBusLoadTest
14 - pushed wait time in DBusServiceRegistryTest.SubscribeBeforeConnectWorks to 5 seconds, to avoid timing issues on windows
15 - removing VERBOSE command line flags
16 - making Unittests.vcxproj compile and adapting README to tell developer how he is able to run UnitTests.exe
17 - modified vcxproj file of UnitTests to now use environment variables and relative paths, adapted build execution order in .sln
18 - modified vcxproj file of CommonAPI-DBus to now use environment variables and relative paths, adapted README accordingly
19 - added unit tests for broadcast subscriptions. renamed unit test DBusSelectiveBroadcastTest to DBusBroadcastTest
20 - Implemented stub support for org.freedesktop.DBus.Properties
21 - Removed fulfilling of purely internal promises in ServiceRegistry.
22 - fix for GENIVI bug 164 "Interface names starting with org.freedesktop.* are ignored"
23 - All public inline functions arn't anymore inline  - methods with templates excluded
24 - Timeout for introspection call in DBusServiceRegistry set to default value
25 - Windows support, fixed attribute handling with inherited interfaces