瀏覽代碼

add a changelog entry for the new server configuration handling

Julius Pfrommer 7 年之前
父節點
當前提交
fc97554f00
共有 1 個文件被更改,包括 18 次插入0 次删除
  1. 18 0
      CHANGELOG

+ 18 - 0
CHANGELOG

@@ -1,7 +1,25 @@
 This changelog reports changes to the public API. Internal refactorings and bug
 This changelog reports changes to the public API. Internal refactorings and bug
 fixes are not reported here.
 fixes are not reported here.
 
 
+2017-08-13 Infinity95 <mark.giraud at student.kit.edu>
 
 
+ * New/Delete methods for the server configuration
+
+   The default server configuration is no longer a constant global variable.
+   Instead, it is now handled with a pair of new/delete methods. This enables
+   the use of malloced members of the server configuration. With this change,
+   the endpoint descriptions are no longer generated in the server but are
+   created as part of the server configuration. See the example server
+   implementations on how to use the configuration generation. The change is a
+   precursor to the encryption implementation that ties into the generation of
+   endpoint descriptions in the server config.
+
+   The generation of the default server configuration is implemented as a
+   "plugin". So it comes with CC0 licensing and can be freely adjusted by users.
+
+   The TCP port in the default configuration is 4840. This is the recommended
+   port for OPC UA and now used throughout all examples.
+   
 2017-07-04 jpfr <julius.pfrommer at web.de>
 2017-07-04 jpfr <julius.pfrommer at web.de>
 
 
  * Return partially overlapping ranges
  * Return partially overlapping ranges