Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

59 rader
1.7 KiB

  1. ================
  2. cuetools CHANGES
  3. ================
  4. :Author: Svend Sorensen
  5. :Contact: sorensen@users.berlios.de
  6. Changes since 1.2
  7. -----------------
  8. * prefix options have been removed from the lib/Makefile for Lex and Yacc (to
  9. prepare for automake).
  10. * Added append, prepend, and split pregap modes to cuebreakpoints.
  11. * Fixed possible compilation error with Bison.
  12. * All tools accept long options.
  13. * Programs exit if --input-format or --output-format is an illegal value.
  14. Changes since 1.1
  15. -----------------
  16. * cuebreakpoints was not printing the last track breakpoint. This has been
  17. fixed.
  18. * cueprint now prints a zero-length string for undefined values. Flags, width,
  19. and precision are applied to conversion characters which have no conversion.
  20. * Added a tagging script, cuetag.sh, which uses cueprint, vorbiscomment, and
  21. mp3info to tag Ogg Vorbis and MP3 files. This needs more testing and
  22. documentation.
  23. * Added a track selection flag to cueprint.
  24. Changes since 1.0
  25. -----------------
  26. * File formats documentation has been readded and updated (docs/formats.txt).
  27. * ``CDTEXTFILE`` is now a recognized (but ignored) keyword.
  28. * If only a disc or track template is specified on the command line, then only
  29. the disc or track information is printed, respectively.
  30. * cueprint now supports flags and width and precision values for template
  31. expansion (like the printf command).
  32. Changes since 0.6
  33. -----------------
  34. * cuetools-1.x is a significant code rewrite of 0.x. The cue/toc parsing code
  35. has been reimplemented in lex/yacc.
  36. * cuerename has been replaced by the more general utility cueprint.
  37. * Usage syntax of the utilities has changed. See the respective man pages.