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

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


cvs         06/02/02 13:12:03

  Modified:    docsrc/src/Release Changes.tt2
  Log:
  * added Jess's provider mtime patch
  
  Revision  Changes    Path
  1.130     +9 -1      Template2/docsrc/src/Release/Changes.tt2
  
  Index: Changes.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/Changes.tt2,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -r1.129 -r1.130
  --- Changes.tt2	2006/02/02 11:50:54	1.129
  +++ Changes.tt2	2006/02/02 13:12:02	1.130
  @@ -20,7 +20,7 @@
   #   Any changes you make here may be lost!
   #
   #------------------------------------------------------------------------
  -# $Id: Changes.tt2,v 1.129 2006/02/02 11:50:54 abw Exp $
  +# $Id: Changes.tt2,v 1.130 2006/02/02 13:12:02 abw Exp $
   #========================================================================
   
   #------------------------------------------------------------------------
  @@ -117,7 +117,9 @@
   
     http://rt.cpan.org/Ticket/Display.html?id=9094
   
  +* Moved all the tests into t/vmethods/*
   
  +
   Plugins
   -------
   
  @@ -233,6 +235,12 @@
     Template::Parser line counting when using chomp flags.
   
     http://tt2.org/pipermail/templates/2005-December/008157.html
  +
  +* Applied a patch from Jess Robinson to move the Template::Provider
  +  check for file freshness into a separate method, in order to 
  +  play nicely with his Template::Provider::DBI module.
  +
  +  http://tt2.org/pipermail/templates/2005-December/008143.html
   
   * Fixed the regex matching relative paths in Template::Provider, thanks
     to Josh Rosenbaum