niallp      2004/11/12 09:53:08

  Modified:    validator project.xml
               validator/xdocs changes.xml downloads.xml
  Log:
  Update for version 1.1.4
  
  Revision  Changes    Path
  1.54      +2 -2      jakarta-commons/validator/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/project.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- project.xml       11 Nov 2004 01:59:00 -0000      1.53
  +++ project.xml       12 Nov 2004 17:53:07 -0000      1.54
  @@ -1,4 +1,4 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  +<?xml version="1.0" encoding="UTF-8"?>
   <!--
      Copyright 2003-2004 The Apache Software Foundation
   
  @@ -20,7 +20,7 @@
     
     <name>Validator</name>
     <id>commons-validator</id>
  -  <currentVersion>1.1.3</currentVersion>
  +  <currentVersion>1.1.4</currentVersion>
     <inceptionYear>2002</inceptionYear>
     <shortDescription>Commons Validator</shortDescription>
     <description>
  
  
  
  1.7       +14 -0     jakarta-commons/validator/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml       4 Oct 2004 03:54:46 -0000       1.6
  +++ changes.xml       12 Nov 2004 17:53:08 -0000      1.7
  @@ -59,8 +59,22 @@
           Allow forms to inherit validation rules from other forms.
           PR# 27870
         </action>
  +      <action dev="niallp" type="add">
  +        Remove the need to specify an Arguement's position.
  +        PR# 31194
  +      </action>
       </release>
     
  +    <release version="1.1.4" date="2004-11-12">
  +      <action dev="niallp" type="add">
  +        Added getMessage(key) and getMessages() methods to Field (PR# 29452)
  +      </action>
  +      <action dev="niallp" type="add">
  +        Added resource property (including getter/setter) to Msg to support
  +        the 'resource' attribute specified in the DTD. 
  +      </action>
  +    </release>
  +
       <release version="1.1.3" date="2004-08-25">
         <action dev="dgraham" type="fix">
           Fixed javascript file reading in Java WebStart environment.
  
  
  
  1.4       +1 -2      jakarta-commons/validator/xdocs/downloads.xml
  
  Index: downloads.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/xdocs/downloads.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- downloads.xml     27 Aug 2004 16:14:31 -0000      1.3
  +++ downloads.xml     12 Nov 2004 17:53:08 -0000      1.4
  @@ -30,8 +30,7 @@
   
             <p><strong>Latest Development Release</strong></p>
             <ul>
  -            <li><a 
href="http://www.apache.org/~martinc/validator/v1.1.2/commons-validator-1.1.2.zip";>1.1.2
 Binary</a></li>
  -            <li><a 
href="http://www.apache.org/~martinc/validator/v1.1.2/commons-validator-1.1.2-src.zip";>1.1.2
 Source</a></li>
  +            <li><a 
href="http://cvs.apache.org/dist/jakarta/commons/validator/v1.1.4/";>1.1.4 
Binary and Source</a></li>
             </ul>
   
            <p><strong>Nightly Builds</strong></p>
  
  
  

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

Reply via email to