From c51f0eee31547431028bf2abc0373a29e6528902 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Wed, 8 Sep 2004 09:18:30 +0000 Subject: [PATCH] Moved changes from README to CHANGES. --- CHANGES | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGES diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..7715d1b --- /dev/null +++ b/CHANGES @@ -0,0 +1,19 @@ +================ +cuetools CHANGES +================ + +If only a disc or track template is specified on the command line, then only +the disc or track information is printed, respectively. + +cueprint now supports flags and width and precision values for template +expansion (like the printf command). + +1.0 +--- + +cuetools-1.x is a significant code rewrite of 0.x. The cue/toc parsing code +has been reimplemented in lex/yacc. + +cuerename has been replaced by the more general utility cueprint. + +Usage syntax of the utilities has changed. See the respective man pages.