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

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


cvs         06/02/01 18:37:40

  Modified:    docsrc/src/Release README.tt2
  Log:
  * update to README describing new features
  
  Revision  Changes    Path
  1.26      +20 -3     Template2/docsrc/src/Release/README.tt2
  
  Index: README.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/README.tt2,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- README.tt2	2006/01/30 19:50:18	1.25
  +++ README.tt2	2006/02/01 18:37:40	1.26
  @@ -36,9 +36,26 @@
   WHAT'S NEW?
   -----------
   
  -Version 2.15 features a number of enhancements to the XS Stash that
  -includes support for tied hashes and arrays.  There are numerous other
  -bug fixes and enhancements, described in detail in the Changes file.
  +Version 2.15 is a major maintenance release.  It applies all outstanding
  +patches and closed all open bugs listed on http://rt.cpan.org/  It
  +includes:
  +
  + * XS Stash: enhancements include support for tied hashes/arrays
  +   and "fallback" methods on objects (e.g. accessing hash and 
  +   list items and calling virtual methods)
  +
  + * Virtual Methods: added the scalar.remove, scalar.substr,
  +   hash.delete, hash.items, hash.pairs, list.import and list.hash
  +   virtual methods.  Added support for backreferences to
  +   scalar.replace and other improvements to list.push, list.unshift,
  +   list.hash, hash.list
  +
  + * Plugins: Added Math plugin, Bug fixes and enhancements to File,
  +   Image, URL and String plugins.  Moved DBI, XML and GD plugins 
  +   into separate distributions.
  +
  + * Numerous other bug fixes, enhancements, documentation updates, all
  +   described in detail in the Changes file.
   
   More significant is what's not in version 2.15.  The DBI plugin has
   been moved into a separate Template-DBI distribution, the GD plugins