- When dxnet merged a WWV, it opened a file but never closed it. Fixed. Tks F6KBF. - Some bad entries might appair in queue.bin (the file which stores the message to be forwarded), especially under windows. Fixed. Tks F6KBF. - SHOW/ANN command : all characters of the annoucement string were changed to small characters. Fixed. Tks JA3BOA. - Added some information in the SH/TNC_status display : chan : DxNet channel number port : Port name callsign : callsign of the User/Cluster status : user | cluster | terminal (terminal : DOS version only) buffer : size of the buffer for this channel time : how long that channel is connected - Added a page timeout. This timeout prevents to get the internal buffers becoming too large when the user forget to press return. By default, the page timeout is set to 5 minutes. Use the sysop command SET/PAGE_Timeout to change this default setting : Example : SET/PAGE_T 10m -> 10 minutes timeout To disable this feature, set 0 as timeout value. - Added a sysop command to display the page timeout setting : SH/PAGE_Timeout - In case of very slow link (ie many retries), the internal buffer may become very large. To prevent this problem, it has been added a buffer watchdog which disconnects a link when the data stored in the buffer is older than a defined timeout. By default, the buffer timeout is set to 20 minutes. Use the sysop command SET/BUFFER_Timeout to change this default setting : Example : SET/BUFFER_T 30m -> 30 minutes timeout To disable this feature, set 0 as timeout value. - Added a sysop command to display the buffer timeout setting : SH/BUFFER_Timeout - Added the sysop command SET/MAIL_Age