summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2020-10-27 10:00:57 +0100
committerLutz Bichler <Lutz.Bichler@bmw.de>2020-10-27 10:00:57 +0100
commitd1610ad0d6f1b6751964af41a0cc1599e2d7a955 (patch)
tree2144ae231a4ca372f497605d5b4779d2e11c2888 /CHANGES
parent9f85f0f18d9ca436fb618769149ee02e78fd283b (diff)
downloadgenivi-common-api-dbus-runtime-d1610ad0d6f1b6751964af41a0cc1599e2d7a955.tar.gz
capicxx-dbus-runtime 3.2.0HEAD3.2.0master
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES25
1 files changed, 2 insertions, 23 deletions
diff --git a/CHANGES b/CHANGES
index db275b0..b31e6b5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,29 +1,8 @@
Changes
=======
-v3.1.12.11
-- Prevent crash when deregistering managed service (via 'deregisterManagedStub*') and
- another service (via 'unregisterService') in parallel with same DBus connection
-v3.1.12.10
-- Unregister mappings in DBusAddressTranslator (to free memory again) when
- services/stubs are unregistered
-
-v3.1.12.9
-- Unregister mappings in DBusAddressTranslator (to free memory again) when
- proxies are destroyed
-
-v3.1.12.8
-- Fixed crash in DBusConnectionTest
-
-v3.1.12.7
-- Adapted 'capi-dbus-add-support-for-custom-marshalling.patch' to be compatible with dbus version 1.12.x
-
-v3.1.12.6
-- Removed concurrent timeout handling
-
-v3.1.12.5
-- Ensure availability listeners are unregistered properly (to free memory) when
- proxies are being destroyed in callback invoking the availability listener(s)
+v3.2.0
+- adapt to CommonAPI v3.2.0
v3.1.12.4
- support 'lock functors' in AttributeDispatcher(s)