From OpenSCADAWiki
Jump to: navigation, search
(Created page with "Документи/Реліз 0.8.0/Оновлення3")
 
(Created page with "Це оновлення релізу 0.8 LTS виправляє біля 30 помилок та додає деякі удоск...")
Line 1: Line 1:
 
<noinclude><languages/></noinclude>
 
<noinclude><languages/></noinclude>
This update of [[Special:MyLanguage/Documents/Release_0.8.0|the 0.8 LTS release]] fixes about 15 bugs and appends some improvements, which you can read wholly in [http://oscada.org/svn/tags/openscada_0.8.0/ChangeLog?p=1916 the update ChangeLog].
+
Це оновлення [[Special:MyLanguage/Documents/Release_0.8.0|релізу 0.8 LTS]] виправляє біля 30 помилок та додає деякі удосконалення, які цілком ви можете почитати у [http://oscada.org/svn/tags/openscada_0.9/ChangeLog?p=1916 протоколі змін оновлення].
  
 
* Value into Object's type set to string is fixed by recursion prevent.
 
* Value into Object's type set to string is fixed by recursion prevent.

Revision as of 18:56, 5 June 2020

Other languages:
English • ‎mRussian • ‎Українська

Це оновлення релізу 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.