You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 20 години
преди 20 години
преди 19 години
преди 19 години
преди 19 години
преди 19 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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.