Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        cdparanoia-libs: Libraries for libcdda_paranoia (Paranoia III).
        
        
        - Summary
- The cdparanoia-libs package contains the dynamic libraries needed for
applications which read CD Digital Audio disks.
Changelog
        
            - * Wed Oct  6 19:00:00 2004 Peter Jones <pjones{%}redhat{*}com> alpha9.8-24
- - workaround for sgio read size issues in newer kernels. 
            - * Fri Oct  1 19:00:00 2004 Peter Jones <pjones{%}redhat{*}com> alpha9.8-23
- - "This time, with a meaningful changelog" release.  Just like -22.
- new SG_IO code in rawhide.  This means ripping will no longer use the 
  "cooked ioctl" mode that it has since we moved to 2.6, instead utilizing
  the real scsi-based command set to talk to most drives.  This should
  result in better error correction handling, and usage of much more
  commonly used kernel features.
- environment variable "CDDA_TRANSPORT" added.  If you set this to "cooked",
  cdparanoia will try to use the "cooked ioctl" mode instead of SCSI/SG_IO
  based modes first, and then fall back to SG_IO.
- It'd be good if this got some testing.  A prior version of the SG_IO code
  was known to fail on some USB drives.  This version should mitigate that
  quite a bit, but I lack the hardware to test it for sure. 
            - * Wed Jul  7 19:00:00 2004 Peter Jones <pjones{%}redhat{*}com> alpha9.8-21sgio1
- - a new set of sgio patches