From: Mike W. <mik...@us...> - 2001-03-29 10:25:22
|
Update of /cvsroot/jvalid/jvalid In directory usw-pr-cvs1:/tmp/cvs-serv1266 Modified Files: CHANGES Log Message: Reorganized to have the latest versions notes first. Index: CHANGES =================================================================== RCS file: /cvsroot/jvalid/jvalid/CHANGES,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** CHANGES 2001/03/29 03:08:23 1.1 --- CHANGES 2001/03/29 10:25:18 1.2 *************** *** 5,19 **** - Version 0.1 - =========================== - - Initial release. - - Version 0.2 =========================== * Some code optimization in the Validator class. ! Found that I was creating a lot unecessary temporary objects in when checking data types. They now use the static methods of their respective wrapper class. --- 5,13 ---- Version 0.2 =========================== * Some code optimization in the Validator class. ! Found that I was creating a lot unecessary temporary objects when checking data types. They now use the static methods of their respective wrapper class. *************** *** 38,41 **** * The jvalid jar file no longer includes the version number. (i.e. jvalid.jar not jvalid-?.?.jar ) ! * Created this file :) \ No newline at end of file --- 32,41 ---- * The jvalid jar file no longer includes the version number. (i.e. jvalid.jar not jvalid-?.?.jar ) + + * Created this file :) + + + Version 0.1 + =========================== ! Initial release. \ No newline at end of file |