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