[Templates-svn] r1060 - trunk/docsrc/src/Release
svn@template-toolkit.org
svn@template-toolkit.org
Author: abw
Date: 2007-04-27 13:22:06 +0100 (Fri, 27 Apr 2007)
New Revision: 1060
Modified:
trunk/docsrc/src/Release/Changes.tt2
Log:
updated source template for Changes.tt2
Modified: trunk/docsrc/src/Release/Changes.tt2
===================================================================
--- trunk/docsrc/src/Release/Changes.tt2 2007-04-27 12:21:44 UTC (rev 1059)
+++ trunk/docsrc/src/Release/Changes.tt2 2007-04-27 12:22:06 UTC (rev 1060)
@@ -24,24 +24,44 @@
#========================================================================
#------------------------------------------------------------------------
-# Version 2.19 - 14th February 2007
+# Version 2.19 - 27th April 2007
#------------------------------------------------------------------------
-* Re-applied the skip_all() to t/fileline.t when running on Win32 as it's
- still causing problems.
+* Applied a patch to t/fileline.t from Steffen Müller which fixes the
+ problems running on Win32 with backslashes in paths.
+
+ https://rt.cpan.org/Ticket/Display.html?id=20488
* Applied a patch to the XS Stash from Randy Kobes which fixes some other
Win32 problems.
http://tt2.org/pipermail/templates/2007-February/009247.html
+
+* Applied another patch to the XS Stash from Steve Peters which fixes
+ a problem with tied hashes under more recent version of Perl.
+
+ http://tt2.org/pipermail/templates/2007-January/009181.html
+
+* Fixed a problem in the Perl Stash when using objects that have
+ overloaded comparison operators. Thanks to Randal Schwartz, Tatsuhiko
+ Miyagawa and Daisuke Maki for their contributions.
+
+ http://tt2.org/pipermail/templates/2007-March/009265.html
+
+* Applied a patch from Bill Moseley to Template::Provider which adds
+ negative caching and moves some functionality into separate methods
+ to make subclassing easier. Also added the STAT_TTL configuration
+ parameter.
+ http://tt2.org/pipermail/templates/2007-January/009183.html
+
#------------------------------------------------------------------------
# Version 2.18a - 9th February 2007
#------------------------------------------------------------------------
* Applied a patch from Steve Peters to the Stash.xs to allow it to
compile with bleadperl 5.9.x
-
+
https://rt.cpan.org/Public/Bug/Display.html?id=22506
#------------------------------------------------------------------------