cvs commit: village/docs ChangeLog.txt
[email protected] Mon, 1 Sep 2003 23:55:33 -0700 (PDT)
| Newsgroups | gmane.comp.db.village.devel |
|---|---|
| Message-ID | <[email protected]> |
jon 03/09/01 23:55:33 Modified: docs ChangeLog.txt Log: Value.java: patch to add 'y' as a valid option to the private isTrue() method thanks to: Scott Eade <[email protected]> Revision Changes Path 1.21 +4 -2 village/docs/ChangeLog.txt Index: ChangeLog.txt =================================================================== RCS file: /home/cvs/village/docs/ChangeLog.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog.txt 30 Jul 2002 23:45:09 -0000 1.20 +++ ChangeLog.txt 2 Sep 2003 06:55:33 -0000 1.21 @@ -3,9 +3,11 @@ - Added support for JDBC BLOB type - No longer support JDK 1.1 (only JDK 1.2 and higher) - Imports are fully qualified. thanks to: Stephen Haberman +- Value.java: patch to add 'y' as a valid option to the private isTrue() + method thanks to: Scott Eade <[email protected]> -Minor Fixes Release - Version 1.5.3 -(Jon S. Stevens, Daniel Rall) +Minor Fixes Release - +Version 1.5.3 (Jon S. Stevens, Daniel Rall) - include the README.txt in the distribution thanks to: Sam Ruby (jss) - Value.java was not checking for "t" = true/"f"=false, which Postgres 7.1 returns for boolean values thanks to: