[Templates-announce] Template Toolkit version 2.14 released
Andy Wardley
abw@wardley.org
Mon, 4 Oct 2004 12:49:42 +0100
Verion 2.14 is on its way to CPAN. Available now from the usual place:
http://template-toolkit.org/download/Template-Toolkit-2.14.tar.gz
Enjoy!
A
#------------------------------------------------------------------------
# Version 2.14 - 4th October 2004
#------------------------------------------------------------------------
* Applied patch from Harald Joerg to prevent ttree from spewing warnings
when copying files.
http://template-toolkit.org/pipermail/templates/2004-March/005897.html
* Applied a patch from Paul Orrock to fix a couple of missing errors in
ttree.
http://template-toolkit.org/pipermail/templates/2004-September/006605.html
* Commented out line 797 of Template::Directive.pm which serves no
purpose and generates a warning.
* Applied a patch from Mark Fowler to add support for Unicode to TT.
http://template-toolkit.org/pipermail/templates/2004-June/006270.html
* Changed the fourth argument to process() to accept named IO layers for
binmode, e.g. process($in, $vars, $out, binmode => ':utf8');
* Added full range of command line options to tpage.
http://template-toolkit.org/pipermail/templates/2004-September/006545.html
* Applied patches from Tosh Cooey, Simon Wilcox and Kenny Gatdula to fix
XML::Simple to allow direct access to XMLin() and XMLout() methods. See
http://template-toolkit.org/pipermail/templates/2004-September/006620.html
* Fixed a bug in the 'callers' list maintained by a template component
which was failing to remove callers from the list after processing.
http://template-toolkit.org/pipermail/templates/2004-April/006070.html
* Applied a doc patch from Dave Cash documenting caller and callers.
http://template-toolkit.org/pipermail/templates/2004-March/005960.html