* The Tut.assert method was deprecated and has been removed. Any Java clients that attempt to call this method will receive an exception. As of jdk 1.4, assert is a keyword. Java code using assert as a function/identifier cannot be compiled on jdk 1.5 or later without turning on jdk 1.3 source compatibility mode. We recommend using the jdk assert builtin. The Tut.affirm method, available since 6.7.0, can be used if you require the semantics of Tut.assert.
* Fixed a problem where the `zero_recv_gmd_failure' option would not be honored if server subscribes are used. (CR 1-8YBEGK)
* Fixed a problem in RTserver that could prevent clients from connecting. This problem could occur if a server to server connection is lost while a unique subject check is in progress, which would prevent use of a particular `unique_subject'. (CR 1-919ZBV)
* Added an additional field to the MON_SERVER_CONN_STATUS message returned by the Tipc[Srv]MonServerConnSetWatch functions that describes the reason for the server connection's disconnection. The new field is also displayed by RTmon (if it is empty or not present, then "no reason supplied" is displayed). This parallels the similar field added to the MON_CLIENT_NAMES_STATUS message in 6.8.0. (CR 1-91RT2N)
* Fixed a problem that could cause a server crash under very rare conditions where a server fails to reply to a GMD_INIT and goes away exactly as the GMD_INIT timeout is being processed. (CR 1-978BLF)
For the complete README file or a link to the download site please see the section below