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