Release Name: v2.0 final Notes: The jSerial library is a Java based API for acessing serial ports. Please note that in order to use you must also have a native implementation library (we provide one here for OS/2, it's up to other people to create their own implementations as desired). To use this library with the jSyncManager (any version), please be sure to edit your $HOME/.jsyncmanager/ jsyncman_transports.properties to add the line: jsyncman.transport.X = JSerialTransport ...where 'X' is the statement number (should be one greater than the previous line in the file). To use this library with the jSyncManager v3.0, please be sure to put both the jserial.jar and the jsyncmanager.jar in your CLASSPATH statement, and run the jSyncManager with the following command: java org.jSyncManager.Launcher Do not run the jSyncManager v3.0 with the "-jar" parameter, as this will cause class loader problem when trying to load the jSerial Transport. Note that this limitation has been lifted in jSyncManager version subsequent to v3.0 final (including the most recent CVS versions). Changes: - Fixed a pile of JavaDoc statements to ensure the documentation was built correctly. http://www.jsyncmanager.org