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