From bf30c3b1a113aaec9eb39fab75b1d4425ae09427 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Oct 01 2004 22:15:39 +0000 Subject: add changelog, bump release since it went to rawhide. --- diff --git a/cdparanoia.spec b/cdparanoia.spec index 7ccd2bc..be5c638 100644 --- a/cdparanoia.spec +++ b/cdparanoia.spec @@ -3,7 +3,7 @@ Name: cdparanoia Version: %{realver} -Release: 22 +Release: 23 License: GPL Group: Applications/Multimedia Source: http://www.xiph.org/paranoia/download/%{name}-III-%{realver}.src.tgz @@ -119,6 +119,20 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %changelog +* Fri Oct 1 2004 Peter Jones 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 2004 Peter Jones alpha9.8-21sgio1 - a new set of sgio patches