summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJuergen Gehring <juergen.gehring@bmw.de>2018-01-25 00:40:08 -0800
committerJuergen Gehring <juergen.gehring@bmw.de>2018-01-25 00:40:08 -0800
commit565b97b0108a02ef41284629a6d226c053c0dd7e (patch)
tree5a0b28ba67e3ac8d4cf349ea3a464d8cfd4a5ac1 /CHANGES
parent8936891b5db1a0c894a3ec0af52c081b52cca46c (diff)
downloadvSomeIP-565b97b0108a02ef41284629a6d226c053c0dd7e.tar.gz
vsomeip 2.10.82.10.8
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8f31b84..3e6bc6e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,23 @@
Changes
=======
+v2.10.8
+- Change dispatching of availability states in case an availability
+ handler of a service instance is blocked in user code: Availability
+ states of a service instance are now never dispatched parallel. The
+ next availability state for a service instance is only dispatched
+ after the blocked availability handler returned from user code. If
+ the availability of the service instance changes in the meantime,
+ subsequent incoming messages of the service instance are queued
+ until the availability change was reported to the user code.
+- Subscriptions to remotely offered services are now always done based
+ on the protocol(s) the remote service is offered with. The
+ subscription_type parameter of the application::subscribe method is
+ ignored.
+- Added wildcard support ("any") for the uid and gid json parameters
+ in the security configuration.
+- Fix possible deadlock on application shutdown
+
v2.10.7
- Fix potential deadlock when expiring remote subscriptions
- Rework restarting of tcp client endpoints to prevent heap corruption