From: EinvalSledge@gmail.com Date: Wed, 26 Sep 2012 16:54:57 +0000 (+0000) Subject: * Fix infinite loop if cddb fails. Thanks to Dominic Hargreaves for the X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/49900e59f2744265de799dc84aea79824964ea73 * Fix infinite loop if cddb fails. Thanks to Dominic Hargreaves for the patch. Closes: #687038 in Debian git-svn-id: http://abcde.googlecode.com/svn/trunk@369 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/abcde b/abcde index b2d31d0..a1718b2 100755 --- a/abcde +++ b/abcde @@ -2400,6 +2400,9 @@ do_cddbstat () 2??) # Server responded, everything seems OK rc=0 ;; + *) # unknown error + break + ;; esac ;; esac diff --git a/changelog b/changelog index 678d59b..bf6c845 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -abcde 2.5.5 +abcde 2.5.5 UNRELEASED * Fix finding $CDROM on OS X. Thanks to niederstrasser for the patch. Closes issue 71. @@ -6,6 +6,8 @@ abcde 2.5.5 to vskytta for the patch. Closes issue 73. * Clean up movement to eyeD3, remove id3v2 remnants. Thanks to vskytta for the patch. Closes issue 74. + * Fix infinite loop if cddb fails. Thanks to Dominic Hargreaves for the + patch. Closes: #687038 in Debian -- Steve McIntyre <93sam@debian.org> Tue, 18 Sep 2012 12:42:11 +0100