[Templates-cvs] cvs commit: Template2/docs/src/Release Changes.html TODO.html

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


cvs         06/05/30 17:01:22

  Modified:    docs/src/Release Changes.html TODO.html
  Log:
  * Fixed all the version numbers
  * General code cleanup
  * Changed copyright messages, email addresses, etc.
  * Released version 2.15b
  
  Revision  Changes    Path
  1.66      +8 -3      Template2/docs/src/Release/Changes.html
  
  Index: Changes.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Release/Changes.html,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- Changes.html	2006/05/30 15:52:36	1.65
  +++ Changes.html	2006/05/30 17:01:22	1.66
  @@ -23,11 +23,11 @@
   #   Any changes you make here may be lost!
   #
   #------------------------------------------------------------------------
  -# $Id: Changes.html,v 1.65 2006/05/30 15:52:36 abw Exp $
  +# $Id: Changes.html,v 1.66 2006/05/30 17:01:22 abw Exp $
   #========================================================================
   
   #------------------------------------------------------------------------
  -# Version 2.15b -                                 ## DEVELOPER RELEASE ##
  +# Version 2.15b - 30th May 2006                   ## DEVELOPER RELEASE ##
   #------------------------------------------------------------------------
   
   * Changed the uri filter to escape all reserved characters as per 
  @@ -43,12 +43,17 @@
   
     http://rt.cpan.org/Ticket/Display.html?id=19354
   
  +* Fixed the redirect filter to not support relative paths.  Thanks to
  +  Paul Seamons for spotting the problem and providing a solution.
  +
   * Moved all the virtual methods out of Template::Stash and into 
     a new Template::VMethods module.
   
   * Fixed the version number of Template::Stash which had rolled over
     to 2.102 making it appear to predate the 2.86 stash in TT v2.14.
  -  Thanks to Randal Schwartz for reporting the problem.
  +  Thanks to Randal Schwartz for reporting the problem.  Changed all 
  +  version numbers in other modules to be a hard-coded numbers instead
  +  of grokking it automagically from the CVS revision.
   
   * Changed the _recover() method of Template::Service to check if the 
     error thrown is a Template::Exception object rather than just a 
  
  
  
  1.66      +0 -0      Template2/docs/src/Release/TODO.html
  
  Index: TODO.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Release/TODO.html,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- TODO.html	2006/05/30 15:52:36	1.65
  +++ TODO.html	2006/05/30 17:01:22	1.66
  @@ -15,7 +15,7 @@
   #   Andy Wardley   <abw@cpan.org>
   #
   #------------------------------------------------------------------------
  -# $Id: TODO.html,v 1.65 2006/05/30 15:52:36 abw Exp $
  +# $Id: TODO.html,v 1.66 2006/05/30 17:01:22 abw Exp $
   #========================================================================
   
   #------------------------------------------------------------------------