From OpenSCADAWiki
< Documents | Release 0.8.0
Revision as of 18:57, 5 June 2020 by RomanSavochenko (Talk | contribs) (Created page with "Это обновление релиза 0.8 LTS исправляет около 30 ошибок и добавляет неко...")
Это обновление релиза 0.8 LTS исправляет около 30 ошибок и добавляет некоторые улучшения, которые целиком вы можете почитать в протоколе изменений обновления.
- Value into Object's type set to string is fixed by recursion prevent.
- Significant value archives fixes and for some crashes.
- XMLNodeObj: Parent link storing is changed to direct pointer for prevent self lock, allow remove and exclude memory leak.
- Real task creation from high priority thread at some Linux kernels, for example 2.6.29, is fixed by replace wait call sched_yield() to TSYS::sysSleep(1e-3).
- UI.VCAEngine: Widgets of library and project on demand loading/enable is added.
- The object TEValObj is added for like to scalar processing for EVAL.
- No reentrant password hash calculation by function crypt() is replaced by reentrant function crypt_r().
- DB: Significant expands, fixes and update for document's time generation optimal and new prescriptions concept implementation.