CHANGES
author nathan
Sat, 29 Dec 2007 15:25:31 +0100
branchtrunk
changeset 5 dbe5f35a0fa4
parent 4 79da91042fcc
child 6 6262df5a6216
permissions -rw-r--r--
Added tag 0.6.4beta for changeset 79da91042fcc
     1 0.6.4beta
     2 ---------
     3 - added support for file based backups (virtual image).
     4 - added DVD support (needs cdrecord-ProDVD).
     5 - added CRC checksum to ensure backup integrity.
     6 - now auto-detecting media size (via cdrecord -atip).
     7 - now using defaults from environment vars CDR_DEVICE & CDR_SPEED.
     8 - fixed a typo in the man page (Debian Bug#180279).
     9 - check return value of read() in diskchange.
    10 - fixed missing stderr in fprintf() calls.
    11 - added some glue to compile on SunOS.
    12 
    13 0.6.3
    14 -----
    15 - added -F option to cdrestore to force starting restore in the
    16   middle of a multi-disk set.
    17 - added -T option to cdrestore for testing data integrity.
    18 - added -R option to cdrestore to disable kernel read-ahead
    19   during restore.
    20 - added debug output with option -D for cdbackup/cdrestore.
    21 - added a "known problems" section to the man page covering the
    22   read-error-at-end-of-session problem.
    23 - improved Makefile.
    24 
    25 0.6.2
    26 -----
    27 - some more fixes to allow >2GB data on a single disk (SH)
    28 - added commandline option to specify padsize and enable CDROM
    29   XA2 mode (SH)
    30 - changed gcc options in Makefile (SH)
    31 - code cleanup (SH)
    32 - added man page, updated README (SH)
    33  
    34 0.6.1
    35 -----
    36 - fixed size calculations with multi-disk backups > 2GB (SH)
    37 - minor message cleanups (CC)
    38 
    39 0.6
    40 ---
    41 - multidisk-support (SH)
    42 - unix-like commandline options (SH)
    43 - can pass additional options to cdrecord (SH)
    44 - code cleanup (SH)
    45 - various bugs fixed (SH)
    46 
    47 0.5.2
    48 -----
    49 - Revamped Makefile (CC)
    50 
    51 0.5.1
    52 -----
    53 - Fixed bug in command-line parsing (JY)
    54 - Added error messages to command-line parsing (JY, CC)
    55 - Various sloppy code fixes (JY, CC)
    56 - Changed Makefile to check for compiler warnings (JY, CC)
    57 
    58 0.5.0
    59 -----
    60 Initial public release.
    61