CHANGES
branchtrunk
changeset 2 6bcb44b9edb1
parent 0 d85c12073dea
child 4 79da91042fcc
equal deleted inserted replaced
1:6b6864d2c4ce 2:6bcb44b9edb1
       
     1 0.6.3
       
     2 -----
       
     3 - added -F option to cdrestore to force starting restore in the
       
     4   middle of a multi-disk set.
       
     5 - added -T option to cdrestore for testing data integrity.
       
     6 - added -R option to cdrestore to disable kernel read-ahead
       
     7   during restore.
       
     8 - added debug output with option -D for cdbackup/cdrestore.
       
     9 - added a "known problems" section to the man page covering the
       
    10   read-error-at-end-of-session problem.
       
    11 - improved Makefile.
       
    12 
     1 0.6.2
    13 0.6.2
     2 -----
    14 -----
     3 1. some more fixes to allow >2GB data on a single disk (SH)
    15 - some more fixes to allow >2GB data on a single disk (SH)
     4 2. added commandline option to specify padsize and enable CDROM
    16 - added commandline option to specify padsize and enable CDROM
     5    XA2 mode (SH)
    17   XA2 mode (SH)
     6 3. changed gcc options in Makefile (SH)
    18 - changed gcc options in Makefile (SH)
     7 4. code cleanup (SH)
    19 - code cleanup (SH)
     8 5. added man page, updated README (SH)
    20 - added man page, updated README (SH)
     9  
    21  
    10 0.6.1
    22 0.6.1
    11 -----
    23 -----
    12 1. fixed size calculations with multi-disk backups > 2GB (SH)
    24 - fixed size calculations with multi-disk backups > 2GB (SH)
    13 2. minor message cleanups (CC)
    25 - minor message cleanups (CC)
    14 
    26 
    15 0.6
    27 0.6
    16 ---
    28 ---
    17 1. multidisk-support (SH)
    29 - multidisk-support (SH)
    18 2. unix-like commandline options (SH)
    30 - unix-like commandline options (SH)
    19 3. can pass additional options to cdrecord (SH)
    31 - can pass additional options to cdrecord (SH)
    20 4. code cleanup (SH)
    32 - code cleanup (SH)
    21 5. various bugs fixed (SH)
    33 - various bugs fixed (SH)
    22 
    34 
    23 0.5.2
    35 0.5.2
    24 -----
    36 -----
    25 1. Revamped Makefile (CC)
    37 - Revamped Makefile (CC)
    26 
    38 
    27 0.5.1
    39 0.5.1
    28 -----
    40 -----
    29 1. Fixed bug in command-line parsing (JY)
    41 - Fixed bug in command-line parsing (JY)
    30 2. Added error messages to command-line parsing (JY, CC)
    42 - Added error messages to command-line parsing (JY, CC)
    31 3. Various sloppy code fixes (JY, CC)
    43 - Various sloppy code fixes (JY, CC)
    32 4. Changed Makefile to check for compiler warnings (JY, CC)
    44 - Changed Makefile to check for compiler warnings (JY, CC)
    33 
    45 
    34 0.5.0
    46 0.5.0
    35 -----
    47 -----
    36 Initial public release.
    48 Initial public release.
    37 
    49