From: data Date: Sun, 5 Feb 2006 13:36:12 +0000 (+0000) Subject: Merged 2.3.99.4 changes to trunk X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/59d16036f559f1fea00cddb27599898f9b3a1f0b?hp=9e7e3b69ac2eb972b135d185166d4dc251096c59 Merged 2.3.99.4 changes to trunk git-svn-id: http://abcde.googlecode.com/svn/trunk@201 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/Makefile b/Makefile index b00cee2..8fa1001 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.3.99.1 +VERSION = 2.3.99.5 INSTALL = /usr/bin/install -c # Installation directories diff --git a/changelog b/changelog index f30e6f4..d1d8270 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,53 @@ +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 diff --git a/debian/changelog b/debian/changelog index bd7f670..e7bebff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +abcde (2.3.99.4-1) unstable; urgency=low + + * + + -- Jesus Climent Thu, 05 Feb 2006 15:24:00 +0200 + +abcde (2.3.99.4-1) unstable; urgency=low + + * 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-1) unstable; urgency=low * The "Mao es nuestro indiscutible lider" release.