CHANGES
branchtrunk
changeset 2 6bcb44b9edb1
parent 0 d85c12073dea
child 4 79da91042fcc
     1.1 --- a/CHANGES	Sat Dec 29 15:22:44 2007 +0100
     1.2 +++ b/CHANGES	Sat Dec 29 15:23:49 2007 +0100
     1.3 @@ -1,35 +1,47 @@
     1.4 +0.6.3
     1.5 +-----
     1.6 +- added -F option to cdrestore to force starting restore in the
     1.7 +  middle of a multi-disk set.
     1.8 +- added -T option to cdrestore for testing data integrity.
     1.9 +- added -R option to cdrestore to disable kernel read-ahead
    1.10 +  during restore.
    1.11 +- added debug output with option -D for cdbackup/cdrestore.
    1.12 +- added a "known problems" section to the man page covering the
    1.13 +  read-error-at-end-of-session problem.
    1.14 +- improved Makefile.
    1.15 +
    1.16  0.6.2
    1.17  -----
    1.18 -1. some more fixes to allow >2GB data on a single disk (SH)
    1.19 -2. added commandline option to specify padsize and enable CDROM
    1.20 -   XA2 mode (SH)
    1.21 -3. changed gcc options in Makefile (SH)
    1.22 -4. code cleanup (SH)
    1.23 -5. added man page, updated README (SH)
    1.24 +- some more fixes to allow >2GB data on a single disk (SH)
    1.25 +- added commandline option to specify padsize and enable CDROM
    1.26 +  XA2 mode (SH)
    1.27 +- changed gcc options in Makefile (SH)
    1.28 +- code cleanup (SH)
    1.29 +- added man page, updated README (SH)
    1.30   
    1.31  0.6.1
    1.32  -----
    1.33 -1. fixed size calculations with multi-disk backups > 2GB (SH)
    1.34 -2. minor message cleanups (CC)
    1.35 +- fixed size calculations with multi-disk backups > 2GB (SH)
    1.36 +- minor message cleanups (CC)
    1.37  
    1.38  0.6
    1.39  ---
    1.40 -1. multidisk-support (SH)
    1.41 -2. unix-like commandline options (SH)
    1.42 -3. can pass additional options to cdrecord (SH)
    1.43 -4. code cleanup (SH)
    1.44 -5. various bugs fixed (SH)
    1.45 +- multidisk-support (SH)
    1.46 +- unix-like commandline options (SH)
    1.47 +- can pass additional options to cdrecord (SH)
    1.48 +- code cleanup (SH)
    1.49 +- various bugs fixed (SH)
    1.50  
    1.51  0.5.2
    1.52  -----
    1.53 -1. Revamped Makefile (CC)
    1.54 +- Revamped Makefile (CC)
    1.55  
    1.56  0.5.1
    1.57  -----
    1.58 -1. Fixed bug in command-line parsing (JY)
    1.59 -2. Added error messages to command-line parsing (JY, CC)
    1.60 -3. Various sloppy code fixes (JY, CC)
    1.61 -4. Changed Makefile to check for compiler warnings (JY, CC)
    1.62 +- Fixed bug in command-line parsing (JY)
    1.63 +- Added error messages to command-line parsing (JY, CC)
    1.64 +- Various sloppy code fixes (JY, CC)
    1.65 +- Changed Makefile to check for compiler warnings (JY, CC)
    1.66  
    1.67  0.5.0
    1.68  -----