From b658d1974696ba0d9fd2272d391c3969eb671e41 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Mon, 13 Sep 2004 20:39:23 +0000 Subject: [PATCH] Add notes about cuebreakpoints off-by-one fix, cueprint undefined value printing, and cueprint undefined conversion characters behavior to CHANGES. --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index 0a60995..d4eeb98 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,18 @@ cuetools CHANGES ================ +cuebreakpoints was not printing the last track breakpoint. This has been +fixed. + +cueprint now prints a zero-length string for undefined values. Flags, width, +and precision are applied to conversion characters which have no conversion. + +Added a tagging script, cuetag.sh, which uses cueprint, vorbiscomment, and +mp3info to tag Ogg Vorbis and MP3 files. This needs more testing and +documentation. + +Added a track selection flag to cueprint. + 1.1 ---