nathan@15: 0.7.1 nathan@15: ----- nathan@15: - added option to specify the cdrecord executable. Default is now "cdrecord" for nathan@15: CD and DVD mode. nathan@15: - fixed writing continuation flag to disk if not in multi-disk mode. nathan@15: - fixed requesting continuation disk if not in multi-disk mode. nathan@15: - fixed several minor error checks and compiler warnings. nathan@15: nathan@8: 0.7.0 nathan@8: ----- nathan@8: - fixed a length check which prevented dumping of images which are bigger than nathan@8: half of their maximum size. nathan@8: nathan@6: 0.6.5beta nathan@6: --------- nathan@6: - fixed adding a track to a virtual image >2GB. nathan@6: - fixed media size detection for DVD+. nathan@6: - Prevent filename change when restoring a multidisk virtual nathan@6: image from a non-regular filename (e.g. /dev/cdrom). nathan@6: nathan@4: 0.6.4beta nathan@4: --------- nathan@4: - added support for file based backups (virtual image). nathan@4: - added DVD support (needs cdrecord-ProDVD). nathan@4: - added CRC checksum to ensure backup integrity. nathan@4: - now auto-detecting media size (via cdrecord -atip). nathan@4: - now using defaults from environment vars CDR_DEVICE & CDR_SPEED. nathan@4: - fixed a typo in the man page (Debian Bug#180279). nathan@4: - check return value of read() in diskchange. nathan@4: - fixed missing stderr in fprintf() calls. nathan@4: - added some glue to compile on SunOS. nathan@4: nathan@2: 0.6.3 nathan@2: ----- nathan@2: - added -F option to cdrestore to force starting restore in the nathan@2: middle of a multi-disk set. nathan@2: - added -T option to cdrestore for testing data integrity. nathan@2: - added -R option to cdrestore to disable kernel read-ahead nathan@2: during restore. nathan@2: - added debug output with option -D for cdbackup/cdrestore. nathan@2: - added a "known problems" section to the man page covering the nathan@2: read-error-at-end-of-session problem. nathan@2: - improved Makefile. nathan@2: nathan@0: 0.6.2 nathan@0: ----- nathan@2: - some more fixes to allow >2GB data on a single disk (SH) nathan@2: - added commandline option to specify padsize and enable CDROM nathan@2: XA2 mode (SH) nathan@2: - changed gcc options in Makefile (SH) nathan@2: - code cleanup (SH) nathan@2: - added man page, updated README (SH) nathan@0: nathan@0: 0.6.1 nathan@0: ----- nathan@2: - fixed size calculations with multi-disk backups > 2GB (SH) nathan@2: - minor message cleanups (CC) nathan@0: nathan@0: 0.6 nathan@0: --- nathan@2: - multidisk-support (SH) nathan@2: - unix-like commandline options (SH) nathan@2: - can pass additional options to cdrecord (SH) nathan@2: - code cleanup (SH) nathan@2: - various bugs fixed (SH) nathan@0: nathan@0: 0.5.2 nathan@0: ----- nathan@2: - Revamped Makefile (CC) nathan@0: nathan@0: 0.5.1 nathan@0: ----- nathan@2: - Fixed bug in command-line parsing (JY) nathan@2: - Added error messages to command-line parsing (JY, CC) nathan@2: - Various sloppy code fixes (JY, CC) nathan@2: - Changed Makefile to check for compiler warnings (JY, CC) nathan@0: nathan@0: 0.5.0 nathan@0: ----- nathan@0: Initial public release. nathan@0: