You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by tu...@apache.org on 2002/12/13 09:12:51 UTC

cvs commit: jakarta-commons/validator RELEASE-NOTES.txt

turner      2002/12/13 00:12:51

  Modified:    validator RELEASE-NOTES.txt
  Log:
  Release notes for 1.01 release
  
  Revision  Changes    Path
  1.2       +12 -12    jakarta-commons/validator/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/RELEASE-NOTES.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RELEASE-NOTES.txt	21 Oct 2002 04:53:12 -0000	1.1
  +++ RELEASE-NOTES.txt	13 Dec 2002 08:12:51 -0000	1.2
  @@ -1,7 +1,7 @@
   $Id$
   
   			Commons Validator Package
  -			     Version 1.0
  +			     Version 1.01
   			    Release Notes
   
   
  @@ -10,22 +10,22 @@
   This document contains the release notes for this version of the Commons
   Validator package. 
   
  -Because Struts 1.1 depends on Commons Validator, it is important to have 
  -a stable Validator release before Struts 1.1 is released.  In addition,
  -Validator has never had a release, meaning that there has been no stable
  -release for other developers to work from, only the nightly build.
  -
  -With a clean bug list, Validator seems ready to go out into the world for
  -a 1.0 release.  On the other side of the release, we anticipate improving
  -the documentation, writing more test cases, and doing some code cleanup.
  +This is a bugfix release based on the Commons Validator 1.0 release.  No new 
  +functionality is introduced.
   
  +A new requirement is introduced by virtue of one of the bug fixes.  Any
  +validator rule must now return a value which implements Serializable.
   
   NEW FEATURES:
   
  -N/A, first release
  +None
   
   BUG FIXES:
   
  -See Above
  +14591: Serialization problem with org.apache.commons.validator.ValidatorResult$ResultStatus 
  +
  +14384: ValidatorResources.get-method not working properly 
  +
  +
   
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>