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

cvs@template-toolkit.org cvs@template-toolkit.org
Tue, 06 Jan 2004 18:31:13 +0000


cvs         04/01/06 18:31:12

  Modified:    docsrc/src/Release Changes.tt2 INSTALL.tt2 README.tt2
  Log:
  * verion 2.11
  
  Revision  Changes    Path
  1.101     +8 -1      Template2/docsrc/src/Release/Changes.tt2
  
  Index: Changes.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/Changes.tt2,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- Changes.tt2	2003/12/02 13:43:02	1.100
  +++ Changes.tt2	2004/01/06 18:31:10	1.101
  @@ -20,8 +20,15 @@
   #   Any changes you make here may be lost!
   #
   #------------------------------------------------------------------------
  -# $Id: Changes.tt2,v 1.100 2003/12/02 13:43:02 abw Exp $
  +# $Id: Changes.tt2,v 1.101 2004/01/06 18:31:10 abw Exp $
   #========================================================================
  +
  +
  +#------------------------------------------------------------------------
  +# Version 2.11 - 6th Januray 2004           
  +#------------------------------------------------------------------------
  +
  +* Bumped version number and updated documentation for release.
   
   
   #------------------------------------------------------------------------
  
  
  
  1.7       +1 -1      Template2/docsrc/src/Release/INSTALL.tt2
  
  Index: INSTALL.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/INSTALL.tt2,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- INSTALL.tt2	2003/04/23 12:51:41	1.6
  +++ INSTALL.tt2	2004/01/06 18:31:11	1.7
  @@ -22,7 +22,7 @@
   The Template Toolkit is written entirely in Perl and should run on any 
   platform on which Perl is available.  It requires Perl 5.005 or later.
   
  -The 'ttree' utility uses the AppConfig module (version 1.52 or above)
  +The 'ttree' utility uses the AppConfig module (version 1.55 or above)
   for parsing command line options and configuration files.  It is
   available from CPAN:
   
  
  
  
  1.21      +10 -13    Template2/docsrc/src/Release/README.tt2
  
  Index: README.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/README.tt2,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- README.tt2	2003/07/24 16:01:47	1.20
  +++ README.tt2	2004/01/06 18:31:11	1.21
  @@ -53,7 +53,12 @@
   WHAT'S NEW?
   -----------
   
  -Version 2.10 provides a few trivial new features and applies fixes to
  +Version 2.11 includes a number of enhancements to ttree, and several
  +minor bug fixes.  It also improves on how runtime errors and warnings
  +are reported, by adding the template file and line number to the 
  +message generated.
  +
  +Version 2.10 provided a few trivial new features and applies fixes to
   some small bugs.  For example, you can now use IN instead of = in a
   loop, e.g. FOREACH item IN list.  The WRAPPER configuration option is
   new, and Template::Context and Template::Stash now both implement
  @@ -81,20 +86,12 @@
   Version 2.03 included Craig Barratt's 'latex' filter and GD plugins
   and Dave Cross's tutorial on using the Template Toolkit for creating
   and reusing XML data files.
  -
  -Version 2.02 was another bugfix release, following shortly on after
  -version 2.01.  This was a major release which contained some of 
  -the following:
  -
  -  * total overhaul of the documtation
  -
  -  * additional of template libraries: POD, HTML, Splash!
  -
  -  * various new language features including VIEWs
   
  -  * new filters and plugins
  +Version 2.02 was another bugfix release.
   
  -For more information please consult the Changes file.
  +Version 2.01 was a major release containing new filters, plugins, 
  +template libraries, the experimental VIEW directive, and a total
  +overhaul of the documentation.
   
   
   GENERAL FEATURES