X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/c1bbe6c367f229b5695e8800e819a22052a52079..cf1b1b75a6542d6b6ae2aee5cf04a4c02fd7ad62:/changelog diff --git a/changelog b/changelog index c0eb785..f1d098d 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,79 @@ +abcde 2.3.99.5 + + * Repaired multiple CDDB entries when recursive search is active. + * Patch from A. Costa to clean some typos (Closes: #351774). + + -- Jesus Climent Thu, 07 Feb 2006 23:48:00 +0200 + +abcde 2.3.99.4 + + * Repaired multiple output encoding (Closes: #351362). + * Added missing space on a [] test statement. + * Added "default" action, so that one can add things on top of what we do + regularly, without having to list everything: "-a default,playlist" works. + * Restored all the > /dev/null instead of using grep -q, since it is not + portable. + * Added Solaris OS entry, in case we need to define things for it. + + -- Jesus Climent Thu, 05 Feb 2006 15:24:00 +0200 + +abcde 2.3.99.3 + + * The "Mao es nuestro indiscutible lider" release. + * Check the CDROMREADER options we have in Debian which we depend on. Thanks + to Jose Carlos Garcia Sogo for finding the error. + * New recursive option for local CDDB repositories, to cope with other + players saving the entries. + * Brand new CD backup procedure: rip a CD into a single FLAC trac with an + embedded cuesheet using "-1 -M -o flac" and proceed to rip your tracks + from the obtained file using "-d file.flac -o ". It needs + cue2discid script from the examples directory to work. OH! If you manage + to get it working with bash, we can get rid of the python dependency... + * Initial steps to make abcde working with musicbrainz, although it is not + ready yet. + * Added a missing $ in a variable (Closes: #345629). + * Added -p to the mkdir's for $ABCDETEMPDIR (Closes: #345630). + * Added iconv + converted to utf-8 the charset of a ready-to-send CDDB + entry (Closes: #345708). + * Added AAC (Mpeg4) support. + * Small cd-discid update. + + -- Jesus Climent Thu, 19 Jan 2006 23:27:40 +0200 + +abcde 2.3.99.2 + + * Missing bits in the 2.3.99.1 changelog: + - Man page: added information about -z (Debug option). + - Corrected config file with the BATCHNORM/NOGAP split + (Closes: #337622). + - Uses /bin/bash for the time being... We need to get some substitution + functions/operations for the bashisms we have: Closes: #337139. + * Config bits with corrected typos + * Adding musicbrainz support. First bits. + * Reworked comparison for numerical answer when selecting a CDDB output. + * TODO updated + + -- Jesus Climent Mon, 12 Dec 2005 23:46:58 +0200 + +abcde 2.3.99.1 + + * Both -z and -C unset EJECTCD to avoid ejecting the CD when a) we are + debuging and b) we are not using the CD. + * If we are not reading the CD, set "loud" to see all the output messages + (that is, in most of the cases, the first encoding). + * Added -f to force some events that otherwise would erase files from our + current run. In the standard configuration ("OUTPUT=vorbis") the following + actions will need a "-f" to force the last one: + abcde -a read,encode -o ogg,flac + abcde -a tag,move,clean + During the second run abcde should complain that it is trying to erase the + working directory while the it has not performed any action on the FLAC + files, which we encoded previously. + * Convert the old cdparanoia-audio-tracks file into a status entry to avoid + eating files from previous rounds using an early version (Closes: #341050) + + -- Jesus Climent Tue, 29 Nov 2005 23:27:20 +0200 + abcde 2.3.99 * Added diff choice to CDDB entries ("1,4").