dgraham     2004/08/24 21:27:03

  Modified:    validator/xdocs changes.xml
  Log:
  Added notes for 1.1.3 and 1.2.0.
  
  Revision  Changes    Path
  1.5       +35 -0     jakarta-commons/validator/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/xdocs/changes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml       25 Aug 2004 03:42:30 -0000      1.4
  +++ changes.xml       25 Aug 2004 04:27:03 -0000      1.5
  @@ -38,7 +38,42 @@
     </properties>
     <body>
   
  +    <release version="1.2.0 (alpha)" date="in CVS">
  +      <action dev="husted" type="add">
  +        Add support for min or max numeric values.
  +        PR# 29015
  +      </action>
  +      <action dev="husted" type="add">
  +        Allow validators to register errors for multiple fields. 
  +        PR# 29151
  +      </action>
  +      <action dev="husted" type="add">
  +        Fixed EmailValidator failing on valid email addresses.
  +        PR# 23990
  +      </action>
  +      <action dev="rleland" type="add">
  +        Allow forms to inherit validation rules from other forms.
  +        PR# 27870
  +      </action>
  +    </release>
  +  
  +    <release version="1.1.3" date="2004-08-25">
  +      <action dev="dgraham" type="fix">
  +        Fixed javascript file reading in Java WebStart environment.
  +        PR# 28257
  +      </action>
  +      <action dev="mrdon" type="fix">
  +        Fixed javascript email domain length limited to 2 or 3 chars.
  +        PR# 29532
  +      </action>
  +    </release>
  +
       <release version="1.1.2 (alpha)" date="2004-04-03">
  +      <action dev="rleland" type="fix">
  +        Javascript validation doesn't work if a form field is 
  +        called "name".
  +        PR# 27899
  +      </action>
         <action dev="rleland" type="update">
           Allow multiple forms to be on the same page by 
           generating a unique variable name based on form name.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to