1544.9 |
Fix |
TABX bug fix: when attempting to redundantly add a child control to a TABX panel, the returned control id was incorrect. |
1544.8.2 |
Fix |
File handling bug fix: close loophole in which closing an SQL file within a nested SBX routine might result in the disappearance of the last file opened from the file table, generally leading to I/O to Unopened File error. |
1544.8.1 |
Fix |
TABX bug fix: close a loophole in a recent optimization that was causing an XTREE to fail with error 207 when recreating an already existing tree on a TABX panel. |
1544.7 |
Fix |
LIBASHTLS.DLL 1.1(209): TLS support for TCPX updated to use latest stable GNUTLS (3.4.9). From a library compatibility standard this is known as GNUTLS-30; previously we were using -26. Linux versions to follow. |
1544.3 |
Fix |
Further TABX paint refinement: deleting controls on a TABX panel using the wildcard method (setting text = "*" and specifying a rectangle within which to delete) was failing to visually remove them until some other action triggered a refresh, which may have been too late to prevent visual overwriting/overlapping of newly added controls. |
1544.2.2 |
Fix |
ASHNET.DLL 1.10.158 fixes a variety of minor issues and adds several minor refinements to FTP2, mostly in the area of wildcard and sync operations. |
1544.2.1 |
Fix |
FTP2 bug fix: XFTPF_DEL operation was failing due to bogus complain about library version. |
1544.2.1 |
Fix |
ISAM-A bug fix: GET'PREV following a not-found lookup error on another file was causing the GET'PREV to return the current rather than previous record. The new library version is 6.11q, as shown in ISMUTL. The bug was exposed by the previous ISAM-A patch; see 1542.3. |
1544.0.1 |
Fix |
Various refinements to the TABX display refresh logic to reduce the flickering and other display anomalies. |
1544.0.2 |
Revision |
HTTP.SBR now exposed to Linux via libashnet.so.1.9.157. See notes for CRYPTO under 6.3.1539.0 below for installation details. |
1544.0.3 |
Revision |
FTP2.SBR now exposed to Linux via libashnet.so.1.9.157. |
1544.0.4 |
Revision |
HTTP.SBR refinement: filespecs passed in the request and response parameters are now folded to lower case. The documentation has always noted that they are to be native filespecs, but since case doesn't matter in the Windows world, folding them to lower avoids a common mistake when porting a working application from Windows to Linux. |
1544.0.5 |
Revision |
FTP2 enhancement: wildcards are now supported in the SFTP protocol; previously they were only supported for the FTP protocol. |
1544.0.6 |
New |