[Templates-cvs] cvs commit: Template2/docsrc/src/Release Changes.tt2

cvs@template-toolkit.org cvs@template-toolkit.org
Fri, 17 Sep 2004 08:54:49 +0100


cvs         04/09/17 07:54:49

  Modified:    docsrc/src/Release Changes.tt2
  Log:
  * binmode change
  
  Revision  Changes    Path
  1.114     +7 -2      Template2/docsrc/src/Release/Changes.tt2
  
  Index: Changes.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/Changes.tt2,v
  retrieving revision 1.113
  retrieving revision 1.114
  diff -u -r1.113 -r1.114
  --- Changes.tt2	2004/09/17 07:26:20	1.113
  +++ Changes.tt2	2004/09/17 07:54:49	1.114
  @@ -20,11 +20,11 @@
   #   Any changes you make here may be lost!
   #
   #------------------------------------------------------------------------
  -# $Id: Changes.tt2,v 1.113 2004/09/17 07:26:20 abw Exp $
  +# $Id: Changes.tt2,v 1.114 2004/09/17 07:54:49 abw Exp $
   #========================================================================
   
   #------------------------------------------------------------------------
  -# Version 2.13a - 17th September                  ## DEVELOPER RELEASE ##
  +# Version 2.14 - 17th September
   #------------------------------------------------------------------------
   
   * Applied patch from Harald Joerg to prevent ttree from spewing warnings 
  @@ -41,6 +41,11 @@
   * 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
   
   
   #------------------------------------------------------------------------