NEWS
****

   The program ccd2cue is a CCD sheet to CUE sheet converter.  It
supports the full extent of CUE sheet format expressiveness, including
mixed-mode discs and CD-Text meta-data.

   This is the NEWS file for ccd2cue version 0.2.

   Copyright © 2010, 2013 Bruno Félix Rezende Ribeiro

     Permission is granted to copy, distribute and/or modify this
     document under the terms of the GNU Free Documentation License,
     Version 1.3 or any later version published by the Free Software
     Foundation; with no Invariant Sections.  A copy of the license is
     included in the file ‘COPYING.DOC’.


— Table of Contents —
NEWS
Preface
1 0.2


Preface
*******

   This document contains a list of user-visible changes worth
mentioning.  The changes are split and ordered by version in reverse
chronological order.

1 0.2
*****

   • Support for all features of the CUE sheet format, prominently
     CD-Text meta-data and track sub-code flags.
   • Internationalization support using gettext.
   • Compliance with the GNU Coding Standards and the GNU Maintaining
     Standards.  *Note (standards)::.  *Note (maintain)::.  Noteworthy
     changes are the use of the GNU build system for the ease and
     consistency of build and installation (see ‘INSTALL’ file),
     documentation in the Texinfo format, notably an user manual that
     can be outputted in numerous formats including, but not limited to,
     printable pdf, info, html and plain text.  *Note (ccd2cue)::.
   • Traditional Unix man page automatically generated by ‘help2man’.
   • Doxygen for in-depth source code documentation.  That can be used
     to output pdf, html and numerous other formats documenting the
     inner workings of the code.
   • GNU compliant command line parsing provided by Argp.  It is no more
     necessary to provide arguments in the fixed order of command’s
     synopsis; the arguments can be given in any order and long options
     are accepted.
   • The command line options suffered the following changes to comply
     with GNU Coding Standards:
     ‘-o’
          Has companion long option ‘--output’.
     ‘-i’
          Has companion long option ‘--image’.
     ‘-h’
          Changed to ‘-?’ with companion long option ‘--help’.
     ‘-v’
          Changed to ‘-V’ with companion long option ‘--version’.

     The following command line options were added to cover new
     features:
     ‘-c CDT-FILE’
     ‘--cd-text=CDT-FILE’
          Writes CD-Text data to ‘CDT-FILE’.
     ‘-a’
     ‘--absolute-file-name’
          Uses absolute file name deduction.
     ‘--usage’
          Gives a short usage message.

   • It is no longer required to specify ‘-i’ option in every
     invocation.  It is enough to specify only one file name on the
     command invocation, as an option or non-option argument, since the
     remaining needed file names are now deduced automatically.
