You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by wg...@apache.org on 2007/10/07 02:43:01 UTC

svn commit: r582569 - /velocity/texen/trunk/src/changes/changes.xml

Author: wglass
Date: Sat Oct  6 17:43:00 2007
New Revision: 582569

URL: http://svn.apache.org/viewvc?rev=582569&view=rev
Log:
update marking fix for TEXEN-13, TEXEN-10, TEXEN-1

Modified:
    velocity/texen/trunk/src/changes/changes.xml

Modified: velocity/texen/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/velocity/texen/trunk/src/changes/changes.xml?rev=582569&r1=582568&r2=582569&view=diff
==============================================================================
--- velocity/texen/trunk/src/changes/changes.xml (original)
+++ velocity/texen/trunk/src/changes/changes.xml Sat Oct  6 17:43:00 2007
@@ -26,10 +26,23 @@
 
   <body>
     <release version="1.1" date="in Subversion">
+      
+      <action type="fix" dev="wglass" issue="TEXEN-1" due-to="Daniel Martin">
+         Use LRUMap to allow Texen to generate many files without running out of filehandles.
+      </action>
+
+      <action type="add" dev="wglass" issue="TEXEN-13" due-to="Sebastian Zarnekow">
+         Allow user to specify subclass of Generator.
+      </action>
+
+      <action type="fix" dev="wglass" issue="TEXEN-10" due-to="Sebb">
+         Require "." before "file.contents" suffix in properties.
+      </action>
+
       <action type="fix" dev="wglass" issue="TEXEN-10" due-to="Sebb">
          Require "." before "file.contents" suffix in properties.
       </action>
-	</release>
+  </release>
 
     <release version="1.0" date="in Subversion">
       <action type="add" dev="wglass">