From OpenSCADAWiki
Jump to: navigation, search

SYS

  • FIX:Building:
    • FIX:configure.ac: Core library version risen to 3:13:0 and the program version risen to 0.9.6. The module version of the subsystem "Transport" risen to 19.
    • FIX:Debian: Improving and fixing the DEB-packages signing for all repositories.
  • *: Most close(), iconv_close(), dlclose(), pclose() functions appended by checking the result and warning at problems.
  • *: All system (SYS) configuration parameters adapted for true handling the default value.
  • .,DAQ.JavaLikeCalc: Getting help from the second line for the Control Interface appended in: description of the element fields (TFld) with DAQ-values; name of function IOs (TFunction) with links and attributes builder of the DAQ Logical Level.
  • FIX: Rewrote the function TCntrNode::nodeAt() to prevent of call the virtual chldAt() under the lock mChM, so preventing some dead locks in the virtual definitions of chldAt().
  • Revised for all templates in the folders =Tmpl=.
  • FIX: The tab "Station" of the main page of the OpenSCADA Control Interface appended by the system time information and commonly restructured.
  • FIX:data/openscada-proj.in:
    • Expanded by the new environment variable OSCD_TAR_Args of defining extra tar arguments like to --exclude and it was set to the default value "--exclude=lock --exclude=ARCHIVES".
    • FIX: Fixed in description and using the environment variables OSCD_TAR_ComprPrg and OSCD_BackLim.
  • During unification the common project icon obtaining through using the project name and ID there performed:
    • the Base Language Name used also for obtaining the icon, so now checked: The Translated Name, the Base Language Name, ID;
    • the icon obtaining mechanism moved in a new separated function TSYS::ico().
  • TRegExp: Appended by the 16 and 32 modes support by the pcre16 and pcre32 libraries respectively and only for the search() function currently.