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.
 
 
 
 
 
 

65 lines
2.0 KiB

  1. Version 1.4.0
  2. * See git history for changes.
  3. Changes since 1.3
  4. * Applied most of Branden Robinson's Debian patch
  5. (cuetools_1.3-2.diff.gz). This included many fixes and enhancements
  6. to tools and manual pages. cuebreakpoints and cueconvert will exit if
  7. they fail on any of the input files. cuebreakpoints, cueconvert, and
  8. cuetools will exit with a nonzero return value if there was a failure
  9. on an input file.
  10. * Added version option to all tools.
  11. * Single quoted string support has been removed. This was broken, and I am not
  12. sure of any software that supports single quoted strings in cue or toc files.
  13. Changes since 1.2
  14. * Build system has been rewritten using automake/autoconf.
  15. * Added append, prepend, and split pregap modes to cuebreakpoints.
  16. * Fixed possible compilation error with Bison.
  17. * All tools accept long options.
  18. * Programs exit if --input-format or --output-format is an illegal value.
  19. Changes since 1.1
  20. * cuebreakpoints was not printing the last track breakpoint. This has been
  21. fixed.
  22. * cueprint now prints a zero-length string for undefined values. Flags, width,
  23. and precision are applied to conversion characters which have no conversion.
  24. * Added a tagging script, cuetag.sh, which uses cueprint, vorbiscomment, and
  25. mp3info to tag Ogg Vorbis and MP3 files. This needs more testing and
  26. documentation.
  27. * Added a track selection flag to cueprint.
  28. Changes since 1.0
  29. * File formats documentation has been readded and updated (docs/formats.txt).
  30. * ``CDTEXTFILE`` is now a recognized (but ignored) keyword.
  31. * If only a disc or track template is specified on the command line, then only
  32. the disc or track information is printed, respectively.
  33. * cueprint now supports flags and width and precision values for template
  34. expansion (like the printf command).
  35. Changes since 0.6
  36. * cuetools-1.x is a significant code rewrite of 0.x. The cue/toc parsing code
  37. has been reimplemented in lex/yacc.
  38. * cuerename has been replaced by the more general utility cueprint.
  39. * Usage syntax of the utilities has changed. See the respective man pages.