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