You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2005/04/14 15:03:15 UTC

svn commit: r161273 - cocoon/trunk/status.xml

Author: vgritsenko
Date: Thu Apr 14 06:03:15 2005
New Revision: 161273

URL: http://svn.apache.org/viewcvs?view=rev&rev=161273
Log:
      Faces Block: ValidateLongRangeTag, ValidateDoubleRangeTag should use long
      and double to set minimum and maximum, not int.

Modified:
    cocoon/trunk/status.xml

Modified: cocoon/trunk/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/status.xml?view=diff&r1=161272&r2=161273
==============================================================================
--- cocoon/trunk/status.xml (original)
+++ cocoon/trunk/status.xml Thu Apr 14 06:03:15 2005
@@ -426,6 +426,10 @@
    </action>
   </release>
   <release version="2.1.8" date="TBD">
+    <action dev="VG" type="fix" fixes-bug="34400" due-to="Markus Bussemer" due-to-email="markus.bussemer@voeb-zvd.de">
+      Faces Block: ValidateLongRangeTag, ValidateDoubleRangeTag should use long
+      and double to set minimum and maximum, not int.
+    </action>
     <action dev="VG" type="fix">
       Fixed caching of a pipeline aggregating non cacheable pipelines via
       <code>cocoon:</code> protocol.