In manpage note a 2nd use for LOWDISK (or '-l' switch)
authorcolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Wed, 21 Oct 2009 20:45:33 +0000 (20:45 +0000)
committercolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Wed, 21 Oct 2009 20:45:33 +0000 (20:45 +0000)
it's faster and better on scratchy disks

git-svn-id: http://abcde.googlecode.com/svn/trunk@280 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
abcde.1
changelog
debian/changelog

diff --git a/abcde b/abcde
index 4ab5d00..6fd1506 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -13,7 +13,7 @@
 #
 # $Id$
 
-VERSION='2.4'
+VERSION='2.4.1'
 
 usage ()
 {
diff --git a/abcde.1 b/abcde.1
index 284fe59..dbdcf64 100644 (file)
--- a/abcde.1
+++ b/abcde.1
@@ -446,6 +446,11 @@ reading them. This is substantially slower than normal operation but
 requires several hundred MB less space to complete the encoding of an
 entire CD. Use only if your system is low on space and cannot encode as
 quickly as it can read.
+
+Note that this option may also help when reading
+a CD with errors. This is because on a scratchy disk reading is quite timing
+sensitive and this option reduces the background load on the system which
+allows the ripping program more precise control.
 .TP
 .B BATCHNORM
 If set to y, enables batch mode normalization, which preserves relative
index 2dc1027..b4922e8 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,4 +1,12 @@
-abcde 2.4
+abcde (2.4.1-1) unstable; urgency=low
+
+  * Bumped to 2.4.1
+  * In manpage note a 2nd use for LOWDISK (or '-l' switch)
+    it's faster and better on scratchy disks (Closes: #426343).
+
+ -- Colin Tuckley <colint@debian.org>  Wed, 21 Oct 2009 21:41:28 +0100
+
+abcde 2.4.0
 
   * Bumped to 2.4
   * Corrected REDIR redirection, this time with ifs instead of variable
index 1dddde7..1534f13 100644 (file)
@@ -1,3 +1,11 @@
+abcde (2.4.1-1) unstable; urgency=low
+
+  * Bumped to 2.4.1
+  * In manpage note a 2nd use for LOWDISK (or '-l' switch)
+    it's faster and better on scratchy disks (Closes: #426343).
+
+ -- Colin Tuckley <colint@debian.org>  Wed, 21 Oct 2009 21:41:28 +0100
+
 abcde (2.4.0-1) unstable; urgency=low
 
   [ Jesus Climent ]