added bugs and todo to README

This commit is contained in:
Svend Sorensen
2004-06-27 05:14:51 +00:00
parent be88afe9f3
commit bd44cbf4c0

12
README
View File

@@ -1,17 +1,23 @@
cuetools README cuetools README
cuetools is a set of utilites for working with cue and toc files. cuetools is a set of utilities for working with cue and toc files.
RELEASE NOTES RELEASE NOTES
* cuetools-1.x is a significant code rewrite of 0.x. The cue/toc parsing code * cuetools-1.x is a significant code rewrite of 0.x. The cue/toc parsing code
has been reimplimented in lex/yacc. has been reimplemented in lex/yacc.
* cuerename has been replaced by the more general utility cueprint. * cuerename has been replaced by the more general utility cueprint.
* Usage syntax of the utilites has changed. See the respective man pages. * Usage syntax of the utilities has changed. See the respective man pages.
INSTALL INSTALL
Building requires GNU Make. Run `make install' to install cuetools into the Building requires GNU Make. Run `make install' to install cuetools into the
default location of /usr/local. The Makefiles also support both the prefix and default location of /usr/local. The Makefiles also support both the prefix and
DESTDIR variables. DESTDIR variables.
BUGS/TODO
* (cue/toc) Line numbers in error messages are off sometimes.
* (toc) Binary CD-TEXT data is parsed, but not saved.
* (toc) Only a single data file is supported.
* (cueprint) Allow specifying zero padding for numbers.
AUTHOR AUTHOR
Svend Sorensen <ssorensen@freeshell.org> Svend Sorensen <ssorensen@freeshell.org>