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