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