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