home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / CDR18A24.ZIP / doc / More-Docs / AN-1.8a19 < prev    next >
Encoding:
Text File  |  1999-03-07  |  4.2 KB  |  119 lines

  1. NEW features of cdrecord-1.8a19:
  2.  
  3. cdrecord:
  4.  
  5. -    New option -force allows to blank defective CD-RW's
  6.     that otherwise would cause cdrecord to complain about
  7.     a media with non recoverable TOC errors.
  8.  
  9. -    Fixed a typo that prevented compilation of cdrecord.c with
  10.     K&R compilers.
  11.  
  12. -    Fixed a bug with ISRC's in DAO mode.
  13.  
  14. -    Fixed a bug with non page aligned buffers if the FIFO was
  15.     present. This caused problems with FreeBSD/current/CAM
  16.     due to the fact that the max. number of DMA pages was 
  17.     exceeded.
  18.  
  19. -    5 new CD blank manufacturers added to the list of the decoder
  20.  
  21. -    Add code to read back the used writing speed from MMC drives.
  22.     This allows to call cdrecord speed=4 on a CD-RW and to read
  23.     Starting to write CD/DVD at speed 2 ....
  24.  
  25. -    Added support for -toc on the Philips CDD-522
  26.  
  27. readcd:
  28.  
  29. -    New. This is currently a stripped down version of scgskeleton.
  30.     Unlike its brother, it compiles on all OS.
  31.     readcd allows you to read data CD's. Because it ignores the
  32.     CD disk label, it may be used to copy Solaris boot CD's.
  33.  
  34.     Call:
  35.  
  36.         readcd [target] [lun] [scsibusno]
  37.  
  38.     Select function 11 to copy a CD to a file. If you are trying
  39.     to copy a CD-R that has been made in TAO mode, modify the
  40.     value for Number of sectors to copy by subtracting '2' from the
  41.     displayed default value.    
  42.  
  43. mkisofs:
  44.  
  45. -    upgraded to mkisofs-1.12b5 which is not really very different
  46.     from the mkisofd-1.12b4 that was in this package before.
  47.     mkisofs-1.12b5 now includes my patches and offeres some
  48.     new enhancements as shown below:
  49.  
  50. -    mkisofs now is able to create a new session that is not
  51.     related to a startsector '0'. This now makes it easy to
  52.     create a CD+ where the first session contains audio and the second
  53.     session contains a ISO-9660 filesystem.
  54.     Use "mkisofs -C0,xxx ...."
  55.     and ommit -Mdevice to use this new feature.
  56.  
  57. -    Check for overflow in the Joliet directory tables.
  58.  
  59. -    changed UNICODE level for Joliet
  60.     As mkisofs just "expands" 8 bit character codes to 16 bits and does
  61.     nothing special with the Unicode characters, therefore shouldn't mkisofs
  62.     really be stating that it's using UCS-2 Level 1, not Level 3 for
  63.     the Joliet directory tree.  
  64.  
  65.  
  66. cdda2wav:
  67.  
  68. Features:
  69.   o     fixed an ugly bug with premature death of the writer process.
  70.         leading to shortened last tracks.
  71.   o     changed the speed default from 0 to 0xffff (for maximum speed)
  72.   o     enhanced cd text detection
  73.   o     added the creator field for cd text output
  74.   o     increased the version number :-)
  75.   o     added a new file NEEDED to guide all our sponsors :-)
  76.   o     clean ups
  77.  
  78. Features/Changes compared to cdrtools-1.8a18:
  79.   o  bug fix: fixed the premature end bug finally
  80.   o  bug fix: endian detection for big endian machines works now
  81.   o  bug fix: undid a debugging change in the sectorsize handling
  82.   o  treat broken start sector address of first track as zero
  83.   o  cd text: fixed crc calculation
  84.   o  cd text: better detection
  85.   o  cd text: added the creator display (but ugly yet)
  86.   o  new default: audio file name for Sun (now .au instead of .sun)
  87.      -Osun works now as well as -Oau, (format is unchanged)
  88.   o  new default: plextor drives default to non overlap
  89.   o  new default: speed is 0xffff (maximum for mmc drives)
  90.      this might not work with other drives, it seems difficult to default
  91.      to a good value for all drives. Relaxed speed checks.
  92.      The user specified value is used as is.
  93.   o  optimisation: use minimum of process communication overhead
  94.   o  optimisation: use page aligned transfer buffers (less memcpys)
  95.   o  optimisation: now default for 4 buffers instead of 2
  96.   o  optimisation: use minimum of endianess changes
  97.   o  optimisation: omitted the early sync() call (was a precaution)
  98.   o  optimisation: reduced frequency of screen updates
  99.   o  misc: minor INF file changes
  100.  
  101.  
  102. CYGWIN NT-4.0 NOTES:
  103.  
  104. To compile on Cygwin32, get Cygwin32-beta20 and install it.
  105. then create a symlink from /bin to the .../bin directory where bash is located.
  106. Now run 'make' ...
  107.  
  108. The files are located on:
  109.  
  110. ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha ...
  111.  
  112. NOTE:    These tar archives are 100% ansi compatible. Solaris 2.x tar and GNU
  113.     tar may get some minor trouble.
  114.  
  115. WARNING: Do not use 'mc' to extract the tar file!
  116.     All mc versions before 4.0.14 cannot extract symbolic links correctly.
  117.  
  118. Joerg
  119.