X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/8f9c01021f5b771182c270700964edadfa4822bb..e823b91110b37db144c71abf0f559a40269a8487:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 10b8f3b..74f9269 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,56 @@ +abcde (2.3.99.7-1) unstable; urgency=low + + * Corrected debian/changelog. + * Added -nv for "no verbose" output, to avoid wget complaining it cannot be + quiet and verbose at the same time if "verbose = on" is set in ~/.wgetrc + (Closes: #388715). + + -- Jesus Climent Fri, 22 Sep 2006 12:47:06 +0300 + +abcde (2.3.99.6-1) unstable; urgency=low + + * Default to UNICODE (UTF8) tags and comments (Closes: #282332). + - Added CDDBPROTO option in config file (Closes: #349951) + * Added a missing "INDEX 01" entry for CUE sheet creation. + * Avoid completing the encoding of files if we aborted previously. + * Embed the CUE sheet if we have a cuesheet file and we have a single FLAC + file, even if we are not tagging. This way we can use the file as a source + even if it is not tagged/named properly. + * Fails to quote filenames properly (Closes: #355296) + * Introduced VA/ONETRACKOUTPUTFORMAT. + * Added a missing check for AACENCODER. + * Updated config file with some new AAC bits. + * Updated FSF address. + * Corrected NetBSD options for ftp (Thanks to Marius). + * The final 2.4 will have "cuefile" as an action instead of as a flag. + * Create the cuefile when extracting from a FLAC file. + * Small bugs (Charles Steinkuehler): + - Added missing quotes (Closes: #375710) + - toolame is included in Debian as default MP3 encoder + - Use IFS to preserve spaces when adding metadata to a cuefile + * Small documentation changes: + - abcde.1 (Closes: #364978) + * The following entries have in common that both add an internal cue2discid + function. I will evaluate which one is more accurate and decide which one + to use. Right now they are not conflicting: + - Added internal mkcue and cue2discid functions (Charles Steinkuehler) and + add a check for internal abcde. to make sure we are using the + correct version (not sure if needed ;) + - Added an internal implementation of cue2discid, so there is no need for + an external program to do the conversion. Thanks to Michael (sorry, his + mail does not have a surname). + * cue2discid is now an internal function, so no need for including the + python script in the path (Closes: #378407) + * cddb-tool.1 typo (Thanks to A. Costa) (Closes: #351775) + * abcde.1 typo (Thanks to David L. Anselmi) (Closes: #364978) + * Set proper nice values to not separate encoding and reading in the pipes + situation, while having a high priority process running in the system. + Also, set proper nice values to tagging tasks. Reading should remain as + the default higher priority task in the abcde flow (Closes: #359156) + * Standards bumped to 3.7.2.1, no changes needed. + + -- Jesus Climent Sat, 5 Aug 2006 05:26:56 +0300 + abcde (2.3.99.5-1) unstable; urgency=low * Repaired multiple CDDB entries when recursive search is active.