Current Version: 0.0.3
See the file ChangeLog for the details of all changes.

Major changes from 0.0.2 to 0.0.3
* Added support for autoconf and automake.  The makefiles are now
  generated by configure, but the ifdefs aren't yet integrated into
  the source.
* Added setcameratime command.
* Added error recovery to the serial protocol.  We can now recover
  from dropped characters that occur during getFileData transfers.  We 
  are still suceptible to errors that occur during command data
  transfer, but those are relatively unlikely.
* Added compatibily with the DC-290.
* Cleaned up source to compile with "-Wall -ansi -pedantic -W 
  -D_GNU_SOURCE".
* Changed the output options.  Default output now is less verbose that
  previously: print one line per file and a '.' for each 20K block
  downloaded.  The old output can be seen with the -v or --verbose
  flags, and no per-file output with the -q or --quiet flags.
* Added USB support.
