home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / CDR18A24.ZIP / doc / More-Docs / AN-1.8a22 < prev    next >
Encoding:
Text File  |  1999-05-13  |  3.8 KB  |  120 lines

  1. NEW features of cdrecord-1.8a22:
  2.  
  3. ALL:
  4.  
  5. -    README.ATAPI changed to reflect actual Linux versions.
  6.  
  7. -    Use Bit field order definitions from previous autoconf run
  8.     rather than using static definitions.
  9.  
  10. -    Added a new type __SBOOL to be able to deal with BOOL definition
  11.     from Windows.h
  12.  
  13. -    Added support for compiling cdrecord on SCO Openserver.
  14.     Using usleep() from libc would kill the process with SIGALRM.
  15.     We now simulate usleep() with select().
  16.  
  17. -    This is the first release of cdrtools that support SCO Openserver 
  18.     without manual intervention to the source.
  19.  
  20. -    This is the first source release of cdrtools that support 
  21.     WNT / W98 / W95.
  22.  
  23.     Cdrtools has no known limitations on Win32.
  24.  
  25.     The FIFO code from cdrecord and cdda2wav is fully supported,
  26.     even 'mkisofs | cdrecord' works. If you want to make multi-session
  27.     CD's on WIn32, you need to use the SCSI code os the mkisofs
  28.     from the cdrtools package. Use mkisofs -M 0,6,0 to access
  29.     a drive on target 6.
  30.  
  31. cdrecord:
  32.  
  33. -    New option -atip will print ATIP as a stand alone task.
  34.  
  35. -    pr_manufacturer()/disk_rcap() now uses rw and audio parameter
  36.     to distinguish between metal and organic dye
  37.  
  38. -    Old Philips driver now prints Restricted/Unrestricted ATIP info too.
  39.  
  40. -    Trying to clear MMC drive status after a possible -dummy run.
  41.     This helps to avoid reloading the media after a -dummy run.
  42.     But it does not work with all drives.
  43.  
  44. -    Index handling for MMC DAO - not yet fully activated for end users ;-)
  45.  
  46. -    Philips CDD-2xxx driver now distinguishes between audio and data disks
  47.  
  48. -    Better Priority handling for OS/2
  49.  
  50. -    Added wildcart expansion for EMX on OS/2 and non POSIX shells
  51.  
  52. -    Now setting STDIN to O_BINARY if reading from stdin.
  53.     This allows 
  54.             mkisofs | cdrecord
  55.  
  56.     to work correctly on WNT and OS/2
  57.  
  58. -    For DAO, fixed pregap handling for mixed mode CD's where the 
  59.     first track is a data track.
  60.  
  61. -    Help Adrian Schroeter <krabber@gmx.de> http://members.tripod.com/~fehlfarben 
  62.     by adding inquiry code for thr Ricoh RO-1060C
  63.  
  64.  
  65.  
  66. readcd:
  67.  
  68.  
  69. mkisofs:
  70.  
  71. -    SCSI read function now checks for drive's sector size and
  72.     recalculates the number of sectors to transfer.
  73.  
  74. -    SCSI read function now checks if the amount of sectors to be
  75.     transferred exceed the maximum transfer size for SCSI requests
  76.     on the actual system.
  77.  
  78.     This could happen when doing multi-session in filesystems
  79.     that have really big directories.
  80.  
  81. -    Fixed a bug with filename handling that was only present with
  82.     IRIX (unsigned char) and character code >= 0x80
  83.  
  84. cdda2wav:
  85.  
  86.   o  bugfix: -w (wait) should work now with the -B (Bulkcopy) option.
  87.   o  workaround: modified all floating point printing formats to integer (glibc/joerglib collision)
  88.   o  porting: introduced O_BINARY for Win-NT, Win95/98, DOS, OS/2 platforms for binary writes
  89.   o  workaround: swapped parent/child tasks to get SCSI access working (cygwin/ASPI)
  90.   o  cdda2wav is now working under WIN-NT with FIFO (probably under Win95/98 too)
  91.      checked with ASPI32 and ATAPI and SCSI drives.
  92.   o  Beginnings of a web page (with a hyperlinked FAQ)
  93.     www.escape.de/users/colossus/cdda2wav.html
  94.  
  95. Linux NOTES:
  96.  
  97. Better handling for the SCSI status byte is supported with the enhanced Linux sg driver interface.
  98. Look for:
  99.     ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/SG-2.2.tar.gz (Linux-2.2)
  100.     ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/SG.patch.tar.gz (Linux-2.0 & 2.1)
  101.  
  102.  
  103. CYGWIN NT-4.0 NOTES:
  104.  
  105. To compile on Cygwin32, get Cygwin32-beta20 and install it.
  106. then create a symlink from /bin to the .../bin directory where bash is located.
  107. Now run 'make' ...
  108.  
  109. The files are located on:
  110.  
  111. ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha ...
  112.  
  113. NOTE:    These tar archives are 100% ansi compatible. Solaris 2.x tar and GNU
  114.     tar may get some minor trouble.
  115.  
  116. WARNING: Do not use 'mc' to extract the tar file!
  117.     All mc versions before 4.0.14 cannot extract symbolic links correctly.
  118.  
  119. Joerg
  120.