#================================================= -*- indented-text -*-
#
# Changes
#
# DESCRIPTION
# Revision history for the LaTeX::Driver module
#
# AUTHOR
# Andrew Ford <A.Ford@ford-mason.co.uk>
#
#
#------------------------------------------------------------------------
# $Id: Changes 41 2007-09-25 20:14:49Z andrew $
#========================================================================
#------------------------------------------------------------------------
# Version 0.05 - 2007-09-25
#------------------------------------------------------------------------
* default output type is now 'pdf' (that is probably what most people
are going to want to generate)
* added texinputs option
* added the following methods: latex_path, pdflatex_path, bibtex_path,
makeindex_path, dvips_path, dvipdfm_path, ps2pdf_path and program_path
* the program path defaults are now stored in a package-level hash
#------------------------------------------------------------------------
# Version 0.04 - 2007-09-24
#------------------------------------------------------------------------
* Expanded documentation a bit more
* added option parsing to test library so that test scripts can be run
with -d to switch on debug messages
* added basic Exception::Class based exceptions (still need to
differentiate between exception types.
#------------------------------------------------------------------------
# Version 0.03 - 2007-09-24
#------------------------------------------------------------------------
* Expanded documentation
* Reorganized testdata so that the directories/files match the names
of the test scripts that use them
* Added tests for constructor errors, running the module on broken
LaTeX files, specifying options to makeindex, and quality metrics
#------------------------------------------------------------------------
# Version 0.02 - 2007-09-21
#------------------------------------------------------------------------
First public release.
#------------------------------------------------------------------------
# Version 0.01 - 2007-09-20
#------------------------------------------------------------------------
Initial version. Code extracted from the Template-Latex distribution.
New maintainer: Andrew Ford.