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

cvs@template-toolkit.org cvs@template-toolkit.org


cvs         07/02/09 18:40:47

  Modified:    docsrc/src/Release Changes.tt2 README.tt2
  Log:
  release version 2.18
  
  Revision  Changes    Path
  1.146     +5 -2      Template2/docsrc/src/Release/Changes.tt2
  
  Index: Changes.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/Changes.tt2,v
  retrieving revision 1.145
  retrieving revision 1.146
  diff -u -r1.145 -r1.146
  --- Changes.tt2	2007/02/09 16:51:54	1.145
  +++ Changes.tt2	2007/02/09 18:40:46	1.146
  @@ -20,7 +20,7 @@
   #   Any changes you make here may be lost!
   #
   #------------------------------------------------------------------------
  -# $Id: Changes.tt2,v 1.145 2007/02/09 16:51:54 abw Exp $
  +# $Id: Changes.tt2,v 1.146 2007/02/09 18:40:46 abw Exp $
   #========================================================================
   
   #------------------------------------------------------------------------
  @@ -28,7 +28,7 @@
   #------------------------------------------------------------------------
   
   * Merged in Adam's changes in 2.16 and 2.17 back into the developer CVS
  -  repository and pushed out a new release.
  +  repository and added his name to the credits.
   
   * Changed the parser grammar to accept expressions as arguments to a 
     subroutine, method or virtual method call.  I'm embarrassed to admit
  @@ -38,6 +38,9 @@
   
        [% add(a+5, b < 10 ? c : d + e*5) %]
   
  +* Put the t/fileline.t test back in as this was fixed in 2.15a
  +
  +* Added the Template::Toolkit documentation-only module.
   
   #------------------------------------------------------------------------
   # Version 2.17 - 8th Feb 2007
  
  
  
  1.28      +7 -0      Template2/docsrc/src/Release/README.tt2
  
  Index: README.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/README.tt2,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- README.tt2	2006/02/02 11:46:52	1.27
  +++ README.tt2	2007/02/09 18:40:47	1.28
  @@ -36,6 +36,13 @@
   WHAT'S NEW?
   -----------
   
  +Version 2.18 fixes a number of minor bugs. It also includes a modification to
  +the parser grammar so that you can write expressions as arguments to
  +subroutine, method or vmethod calls.
  +
  +Versions 2.17 and 2.16 were interim releases by Adam Kennedy who took care of
  +some installation problems on Mac OSX while Andy was busy elsewhere.
  +
   Version 2.15 is a major maintenance release.  It applies all outstanding
   patches and closes all open bugs listed on http://rt.cpan.org/  It
   includes: