ChangeLog of JDxpc ==================================================================== Last modified: Tue Nov 14 14:55:05 UTC 2000 Changes since version 0.0.5: ............................ - some clean up, now a clientproxy exists, if the serverproxy disconnects (Does only work with IBM JDK 1.3 - only tested under linux) - added a MultiClientProxy that can spawn ClientProxy threads in one process. - changed interfaces for being invoked easily by other programs, for example WeirdX. Changes since version 0.0.4: ............................ - Minor bugs were fixed. - The performance in marshalling/unmarshalling operations was improved. Changes since version 0.0.3: ............................ - The sequence number had been overflowed in some situation. This has been fixed. - Now, compressed data streams between ClinetProxy and ServerProxy is encrypted in SSL/STL by JSSE(Java Secure Socket Extension). Changes since version 0.0.2: ............................ - The client proxy has been implemented completely. JDxpc is now free from dxpc binaries. Changes since version 0.0.1: ............................ - The server proxy has been implemented completely.