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

cvs@template-toolkit.org cvs@template-toolkit.org
Tue, 28 Oct 2003 07:52:36 +0000


cvs         03/10/28 07:52:36

  Modified:    docsrc/src/Release Changes.tt2
  Log:
  * removed Ivan's email address at his request
  
  Revision  Changes    Path
  1.99      +6 -4      Template2/docsrc/src/Release/Changes.tt2
  
  Index: Changes.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/Changes.tt2,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- Changes.tt2	2003/10/08 18:23:55	1.98
  +++ Changes.tt2	2003/10/28 07:52:36	1.99
  @@ -20,11 +20,13 @@
   #   Any changes you make here may be lost!
   #
   #------------------------------------------------------------------------
  -# $Id: Changes.tt2,v 1.98 2003/10/08 18:23:55 abw Exp $
  +# $Id: Changes.tt2,v 1.99 2003/10/28 07:52:36 abw Exp $
   #========================================================================
   
  +* dependency changes to document (visit), context and provider ($DOCUMENT)
  +
   #------------------------------------------------------------------------
  -# Version 2.10a - 
  +# Version 2.10a - 9th October 2003                ## DEVELOPER RELEASE ##
   #------------------------------------------------------------------------
   
   * Applied two patches from Axel Gerstmair to fix bugs in Makefile.PL 
  @@ -92,8 +94,8 @@
   # Version 2.09c - 29th April 2003                 ## DEVELOPER RELEASE ##
   #------------------------------------------------------------------------
   
  -* applied patch from Ivan Kurmanov <kurmanov@openlib.org> to XPath plugin
  -  to add handling for comments.
  +* applied patch from Ivan Kurmanov to XPath plugin to add handling for 
  +  comments.
   
   * modified grammar to allow 'IN' as an alternate for '=' in FOREACH 
     directives, thus allowing [% FOREACH item IN [ foo, bar, baz ] %]