[xiph-commits] r11813 - trunk/cdparanoia
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Tue Aug 29 15:23:57 PDT 2006
Author: xiphmont
Date: 2006-08-29 15:23:55 -0700 (Tue, 29 Aug 2006)
New Revision: 11813
Modified:
trunk/cdparanoia/cdparanoia.1
trunk/cdparanoia/main.c
trunk/cdparanoia/version.h
Log:
Minor update to manpage, versioning
Modified: trunk/cdparanoia/cdparanoia.1
===================================================================
--- trunk/cdparanoia/cdparanoia.1 2006-08-29 22:14:08 UTC (rev 11812)
+++ trunk/cdparanoia/cdparanoia.1 2006-08-29 22:23:55 UTC (rev 11813)
@@ -1,6 +1,6 @@
-.TH CDPARANOIA 1 "02 Mar 2001"
+.TH CDPARANOIA 1 "29 Aug 2006"
.SH NAME
-cdparanoia 9.8 (Paranoia release III) \- an audio CD reading utility which includes extra data verification features
+cdparanoia 10.0 (Paranoia release III) \- an audio CD reading utility which includes extra data verification features
.SH SYNOPSIS
.B cdparanoia
.RB [ options ]
@@ -122,11 +122,14 @@
.TP
.BI "\-g --force-generic-device " device
-This option is used along with
+This option forces use of the old 'generic scsi' (sg) kernel
+interface with the specified generic scsi device.
+.B \-g
+may be used with
.B \-d
-when one wants explicit control in setting both the SCSI cdrom and
-generic devices seperately. This option is only useful on
-non-standard SCSI setups.
+to explicitly set both the SCSI cdrom and
+generic (sg) devices seperately. This option is only useful on
+non-standard SCSI setups and when using the generic scsi (sg) driver.
.TP
.BI "\-S --force-read-speed " number
Modified: trunk/cdparanoia/main.c
===================================================================
--- trunk/cdparanoia/main.c 2006-08-29 22:14:08 UTC (rev 11812)
+++ trunk/cdparanoia/main.c 2006-08-29 22:23:55 UTC (rev 11813)
@@ -17,30 +17,6 @@
*
* cdparanoia (C) 2006 Monty <monty at xiph.org>
*
- * last changes:
- * 22.01.98 - first version
- * 15.02.98 - alpha 2: juggled two includes from interface/low_interface.h
- * that move contents in Linux 2.1
- * Linked status bar to isatty to avoid it appearing
- * in a redirected file.
- * Played with making TOC less verbose.
- * 04.04.98 - alpha 3: zillions of bugfixes, also added MMC and IDE_SCSI
- * emulation support
- * 05.04.98 - alpha 4: Segfault fix, cosmetic repairs
- * 05.04.98 - alpha 5: another segfault fix, cosmetic repairs,
- * Gadi Oxman provided code to identify/fix nonstandard
- * ATAPI CDROMs
- * 07.04.98 - alpha 6: Bugfixes to autodetection
- * 18.06.98 - alpha 7: Additional SCSI error handling code
- * cosmetic fixes
- * segfault fixes
- * new sync/silence code, smaller fft
- * 15.07.98 - alpha 8: More new SCSI code, better error recovery
- * more segfault fixes (two linux bugs, one my fault)
- * Fixup reporting fixes, smilie fixes.
- * AIFF support (in addition to AIFC)
- * Path parsing fixes
- * Changes are becoming TNTC. Will resume the log at beta.
*/
#include <stdio.h>
Modified: trunk/cdparanoia/version.h
===================================================================
--- trunk/cdparanoia/version.h 2006-08-29 22:14:08 UTC (rev 11812)
+++ trunk/cdparanoia/version.h 2006-08-29 22:23:55 UTC (rev 11813)
@@ -7,7 +7,7 @@
******************************************************************/
-#define VERSION "cdparanoia III release 10.0 (August 21, 2006)\n"\
+#define VERSION "cdparanoia III release 10pre0 (August 29, 2006)\n"\
"(C) 2006 Monty <monty at xiph.org> and Xiph.Org\n\n"\
"Report bugs to paranoia at xiph.org\n"\
"http://www.xiph.org/paranoia/\n"
More information about the commits
mailing list