====================================================================================================
== Release Note ====================================================================================

[] V19.070 : 2019/07/05

  + First release of Program in English and English Documentation.



[] V19.100 : 2019/10/25, 2020/02/03

  + LSH (Local String Header) can be specified in Multi Byte Text String item in SML format message
    definition file.
    Specify 'M99' (99:LSH value) as the mnemonic when specifying Multi Byte Text String (022).

  + LSH (Local String Header) of Multi Byte Text String item can be output to communication trace
    file by specifying (TRCTTYPE&0x4000) of .ini.

  + In _TDSMssgBuild(), _TDSMDMssgBuild(), _TDSMssgNext(), and _TDSMDMssgNext() functions, it is
    now possible to specify whether or not to perform character code conversion for Multi Byte Text
    String items.

  + Enabled to display LSH (Local String Header) of Multi Byte Text String item by specifying
    (mode&0x4000) of _TDSMssgNextL().

  + The TDSCommClose() and TDSUDrvClose() processes were reviewed to shorten the end time.

  + Solved the problem that the software may terminate abnormally due to inadequate license
    management processing when the NIC does not exist.

  + Revised the termination process when any abnormality such as a license abnormality occurred,
    revised the malfunctions such as abnormal termination at the end, and shortened the termination
    process time.

  + Change the configuration of the sample program.
    Changed to automatically place execution files and setting files in Sample0/bin32/ and
    Sample0/bin64/ by Make or Build processing in each directory.
    Note that SampleX on Windows is automatically placed in ./bin/ as before.

  + Announced that support for VS2005 and VS2008 will end at the end of 2019

  + When sending SECS messages with _TDSCommSend() and _TDSUDrvSend() in HSMS-SS/HSMS-GS
    communication, the current Select status was checked.  If not, a -ENOEXEC error occurred.

  + When sending SECS message by _TDSCommSend() and _TDSUDrvSend() in HSMS-SS/HSMS-GS communication
    when using the Receive Callback function, check the current Select status.  If not select status
    -ENOEXEC error occur. 

  + Improved automatic connection method when HSMS-GS communication is performed by Active
    connection using _TDSUDrvXxxx().  The Separate request for each sessionID used re-examined the
    reconnection procedure when a certain sessionID became Not Select status, and avoided the
    situation where connection processing could not be performed.

