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

cvs@template-toolkit.org cvs@template-toolkit.org
Fri, 30 Jan 2004 19:32:15 +0000


cvs         04/01/30 19:32:14

  Modified:    docs/src/Release Changes.html HACKING.html INSTALL.html
                        README.html TODO.html
  Log:
  version 2.13
  
  Revision  Changes    Path
  1.62      +15 -2     Template2/docs/src/Release/Changes.html
  
  Index: Changes.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Release/Changes.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Changes.html	2004/01/13 16:18:55	1.61
  +++ Changes.html	2004/01/30 19:32:12	1.62
  @@ -7,7 +7,7 @@
   # Changes 
   #
   # DESCRIPTION
  -#   Revision history for the Template Toolkit version 2.12a, detailing
  +#   Revision history for the Template Toolkit version 2.13, detailing
   #   significant changes between versions, most recent first.  Some 
   #   way down the file you'll find a section detailing major changes from 
   #   version 1.* to 2.* and a list of "Gotchas!" that you might have to 
  @@ -23,8 +23,21 @@
   #   Any changes you make here may be lost!
   #
   #------------------------------------------------------------------------
  -# $Id: Changes.html,v 1.61 2004/01/13 16:18:55 abw Exp $
  +# $Id: Changes.html,v 1.62 2004/01/30 19:32:12 abw Exp $
   #========================================================================
  +
  +#------------------------------------------------------------------------
  +# Version 2.13 - 30th January 2004
  +#------------------------------------------------------------------------
  +
  +* Applied patch from Dave Cash to add 'caller' and 'callers' to 
  +  'component', see 
  +  http://tt2.org/pipermail/templates/2004-January/005581.html
  +
  +* Applied patch from Dylan William Hardison to ttree which prevents
  +  dependencies from interfering with files that are copied.  See
  +  http://tt2.org/pipermail/templates/2003-December/005458.html
  +
   
   #------------------------------------------------------------------------
   # Version 2.12a - 13th January 2004               ## DEVELOPER RELEASE ##
  
  
  
  1.32      +2 -2      Template2/docs/src/Release/HACKING.html
  
  Index: HACKING.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Release/HACKING.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- HACKING.html	2004/01/13 16:18:55	1.31
  +++ HACKING.html	2004/01/30 19:32:13	1.32
  @@ -5,9 +5,9 @@
   
                               Template Toolkit
   
  -                              Version 2.12a
  +                              Version 2.13
   
  -                             13 January 2004
  +                             30 January 2004
   
           Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved
           Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
  
  
  
  1.33      +9 -9      Template2/docs/src/Release/INSTALL.html
  
  Index: INSTALL.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Release/INSTALL.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- INSTALL.html	2004/01/13 16:18:55	1.32
  +++ INSTALL.html	2004/01/30 19:32:13	1.33
  @@ -5,9 +5,9 @@
   
                               Template Toolkit
   
  -                              Version 2.12a
  +                              Version 2.13
   
  -                             13 January 2004
  +                             30 January 2004
   
           Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved
           Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
  @@ -46,8 +46,8 @@
   
   To install the Template Toolkit:
   
  -    tar zxf Template-Toolkit-2.12a.tar.gz
  -    cd Template-Toolkit-2.12a
  +    tar zxf Template-Toolkit-2.13.tar.gz
  +    cd Template-Toolkit-2.13
       perl Makefile.PL
       make
       make test
  @@ -133,19 +133,19 @@
   
       Template-Toolkit-<version>.tar.gz
   
  -where <version> represents the current version number, e.g. 2.12a.
  +where <version> represents the current version number, e.g. 2.13.
   
   To install the Template Toolkit, unpack the distribution archive to
   create an installation directory.  Something like this:
   
  -    tar zxf Template-Toolkit-2.12a.tar.gz
  +    tar zxf Template-Toolkit-2.13.tar.gz
   or
  -    gunzip Template-Toolkit-2.12a.tar.gz
  -    tar xf Template-Toolkit-2.12a.tar
  +    gunzip Template-Toolkit-2.13.tar.gz
  +    tar xf Template-Toolkit-2.13.tar
   
   You can then 'cd' into the directory created,
   
  -    cd Template-Toolkit-2.12a
  +    cd Template-Toolkit-2.13
   
   and perform the usual Perl installation procedure:
   
  
  
  
  1.53      +9 -5      Template2/docs/src/Release/README.html
  
  Index: README.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Release/README.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- README.html	2004/01/13 16:18:55	1.52
  +++ README.html	2004/01/30 19:32:13	1.53
  @@ -5,9 +5,9 @@
   
                               Template Toolkit
   
  -                              Version 2.12a
  +                              Version 2.13
   
  -                             13 January 2004
  +                             30 January 2004
   
           Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved
           Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
  @@ -47,8 +47,8 @@
   
   To install the Template Toolkit:
   
  -    tar zxf Template-Toolkit-2.12a.tar.gz
  -    cd Template-Toolkit-2.12a
  +    tar zxf Template-Toolkit-2.13.tar.gz
  +    cd Template-Toolkit-2.13
       perl Makefile.PL
       make
       make test
  @@ -107,6 +107,10 @@
   WHAT'S NEW?
   -----------
   
  +Version 2.13 followed on quickly from 2.13 to fix a minor, but 
  +annoying bug in the date.t test script that we thought we had 
  +fixed in 2.12 but hadn't.
  +
   Version 2.12 followed on quickly from 2.11 to fix a minor, but 
   annoying bug in the date.t test script. 
   
  @@ -357,7 +361,7 @@
   ---------------------
   
   In terms of the template language and features available, versions
  -2.01 through to 2.12a should be fully backwardly compatible with 
  +2.01 through to 2.13 should be fully backwardly compatible with 
   version 2.00.  
   
   Version 2.00 is backwardly compatible with version 1 in all but a few
  
  
  
  1.62      +1 -1      Template2/docs/src/Release/TODO.html
  
  Index: TODO.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Release/TODO.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- TODO.html	2004/01/13 16:18:55	1.61
  +++ TODO.html	2004/01/30 19:32:13	1.62
  @@ -7,7 +7,7 @@
   # TODO
   #
   # DESCRIPTION
  -#   TODO list for the Template Toolkit version 2.12a, containing
  +#   TODO list for the Template Toolkit version 2.13, containing
   #   known bugs, limitations, planned enhancements, long term visions 
   #   and a few whacky ideas.
   #
  @@ -15,7 +15,7 @@
   #   Andy Wardley   <abw@wardley.org>
   #
   #------------------------------------------------------------------------
  -# $Id: TODO.html,v 1.61 2004/01/13 16:18:55 abw Exp $
  +# $Id: TODO.html,v 1.62 2004/01/30 19:32:13 abw Exp $
   #========================================================================
   
   #------------------------------------------------------------------------