1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
0.7.1
-----
- added option to specify the cdrecord executable. Default is now "cdrecord" for
CD and DVD mode.
- fixed writing continuation flag to disk if not in multi-disk mode.
- fixed requesting continuation disk if not in multi-disk mode.
- fixed several minor error checks and compiler warnings.
0.7.0
-----
- fixed a length check which prevented dumping of images which are bigger than
half of their maximum size.
0.6.5beta
---------
- fixed adding a track to a virtual image >2GB.
- fixed media size detection for DVD+.
- Prevent filename change when restoring a multidisk virtual
image from a non-regular filename (e.g. /dev/cdrom).
0.6.4beta
---------
- added support for file based backups (virtual image).
- added DVD support (needs cdrecord-ProDVD).
- added CRC checksum to ensure backup integrity.
- now auto-detecting media size (via cdrecord -atip).
- now using defaults from environment vars CDR_DEVICE & CDR_SPEED.
- fixed a typo in the man page (Debian Bug#180279).
- check return value of read() in diskchange.
- fixed missing stderr in fprintf() calls.
- added some glue to compile on SunOS.
0.6.3
-----
- added -F option to cdrestore to force starting restore in the
middle of a multi-disk set.
- added -T option to cdrestore for testing data integrity.
- added -R option to cdrestore to disable kernel read-ahead
during restore.
- added debug output with option -D for cdbackup/cdrestore.
- added a "known problems" section to the man page covering the
read-error-at-end-of-session problem.
- improved Makefile.
0.6.2
-----
- some more fixes to allow >2GB data on a single disk (SH)
- added commandline option to specify padsize and enable CDROM
XA2 mode (SH)
- changed gcc options in Makefile (SH)
- code cleanup (SH)
- added man page, updated README (SH)
0.6.1
-----
- fixed size calculations with multi-disk backups > 2GB (SH)
- minor message cleanups (CC)
0.6
---
- multidisk-support (SH)
- unix-like commandline options (SH)
- can pass additional options to cdrecord (SH)
- code cleanup (SH)
- various bugs fixed (SH)
0.5.2
-----
- Revamped Makefile (CC)
0.5.1
-----
- Fixed bug in command-line parsing (JY)
- Added error messages to command-line parsing (JY, CC)
- Various sloppy code fixes (JY, CC)
- Changed Makefile to check for compiler warnings (JY, CC)
0.5.0
-----
Initial public release.
|