QCMD Ch-ch-ch-ch-changes file Most recent changes at the top. 5/8/2000 - 0.9.3.1 -qcmdServer and qcmdClient work harder to close file descriptors if something goes wrong. -qcmdClient pauses before trying to establish a connection when something goes wrong in the previous connection. 4/3/2000 - 0.9.3 -qcmdServer and qcmdClient now communicate via TCP connections instead of using packets forwarded by ANETD. This should prevent any messages being cropped. -Command-line options have been reduced and made clearer. -pushClient has been disabled until a future version. 3/14/2000 - 0.9.2 -Server now logs what messages it sends (in addition to what it receives). -Server, Client and PushClient can now read/write files on file systems that can't lock files. They try to the lock the file once. If this fails they fall back to a 'no locking' mode after printing something in the log. 3/3/2000 - 0.9.1 Fixed bug 3-3-2000-1: Server dies when config file specifies an ACL which doesn't exist. Now the server dies properly and prints a message in the log. 2/28/2000 Fixed bug in the documentation. Keys are stored in $HOME/qcmd/ not $HOME/.qcmd/ 2/10/2000 - 0.9 Added version information to all 3 executables starting at vers 0.9. Also added "-version" command line option. Added qcmdVersion.ml to contain version information. Added this file, "changes". pushClient - now expects a NoChange or NewVersion response to RegisterMe message immediately. Will re-send RegisterMe every 60 seconds until response is received. Documentation - added documentation for the -version command line option