bruno 2003/10/08 03:09:41
Modified: . status.xml
Log:
Added fixed Woody bug concerning endless loop in validation.
Revision Changes Path
1.171 +6 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- status.xml 6 Oct 2003 16:27:01 -0000 1.170
+++ status.xml 8 Oct 2003 10:09:41 -0000 1.171
@@ -191,6 +191,11 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="BRD" type="fix">
+ Woody: fixed a bug causing an endless loop during validation of a field if
+ during the validation of the field the value of the field itself was again
+ requested.
+ </action>
<action dev="BRD" type="fix" fixes-bug="16718" due-to="Daniel Fagerstrom" due-to-email="danielf@nada.kth.se">
Patched SQLTransformer to use only one connection.
</action>
|