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