aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/ChangeLog
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-04-06 18:30:04 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-04-06 18:30:04 +0000
commit8ecf45961110d5783b7c99715b7c7cf05c5b41ed (patch)
tree926b3b5c94b33b4dbdca1083214be171806a0c9e /plugins/opcua/ChangeLog
parent680cf63be8e8fc8f77de645f217d33e28cd61513 (diff)
From Gerhard Gappmeier:
This patch updates the plugin to fit the released OPCUA protocol version. svn path=/trunk/; revision=27974
Diffstat (limited to 'plugins/opcua/ChangeLog')
-rw-r--r--plugins/opcua/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/opcua/ChangeLog b/plugins/opcua/ChangeLog
index 1fbc573370..bae7195ea9 100644
--- a/plugins/opcua/ChangeLog
+++ b/plugins/opcua/ChangeLog
@@ -6,3 +6,16 @@ Version 0.0.1:
* initial implementation without security
+Version 1.0.0:
+
+* released implementation that works for OPC UA V1.0.
+ - The protocol is not compatible to the previous version.
+ Transport-layer, security-layer as well as the application-layer
+ data types have changed.
+ - This implementation is compliant to
+ "OPC UA Part 6 - Mappings 1.00 Specification"
+ - The security-layer is always present, but this plugin can only
+ decode communication with security policy
+ http://opcfoundation.org/UA/SecurityPolicy#None, which means
+ that neither encryption nor signing is active.
+