- MODBUS: Fix saving of websettings. 2020-09-11, by Edouard Tisserant
- Runtime/PLCObject : move call to PreStartPLC right after call to the "start" method of all python extensions, and then just before the start of the python loop executing python_* blocks. 2020-09-10, by Edouard Tisserant
- Modbus plugin: reformat code, and add comment. 2020-08-13, by Mario de Sousa
- Modbus plugin: fix runtime periodic timer (don't use POSIX timer) 2020-08-13, by Mario de Sousa
- Modbus and Bacnet websettings : Rename variables and functions to avoid name collisions. 2020-07-01, by Edouard Tisserant
- Modbus: fix strange side effect of re-use of condition variables or mutex with Xenomai : without bzero of the associated types, mutex keeps locked. 2020-06-29, by Edouard Tisserant
- Modbus: fix client timer invalid arguments. 2020-06-24, by Edouard Tisserant
- Modbus add a timer thread, and switch timer to SIGEV_THREAD_ID to follow xenomai posix skin restrictions. 2020-06-23, by Edouard Tisserant
- Runtime: Fix typo in PLCObject leading to exception when reporting failure. 2020-06-19, by Edouard Tisserant
- Py_ext: use non-derived type when generating C code for handling Python PLC globals. 2020-06-18, by Edouard Tisserant
- tests/python : add some STRING PLC Python globals with OnChange. 2020-06-17, by Edouard Tisserant
- Runtime: STRING type for Python PLC Globals was making problem with strings, since generated code wasn't doing comparison properly. 2020-06-17, by Edouard Tisserant
- Merge 2020-06-16, by Tomaz Orac
- Modbus: more comments to remember some necessary changes. 2020-06-16, by Edouard Tisserant
- Modbus/BACnet : add some comments so that we don't forget some pending optimization. 2020-06-16, by Edouard Tisserant