From: alexander s. <a1...@us...> - 2006-10-31 18:05:27
|
Update of /cvsroot/dbfpy/dbfpy In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv25462 Modified Files: CHANGES Log Message: - support field types 'F' (float), 'I' (integer) and 'Y' (currency) Index: CHANGES =================================================================== RCS file: /cvsroot/dbfpy/dbfpy/CHANGES,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** CHANGES 30 Oct 2006 03:15:53 -0000 1.9 --- CHANGES 31 Oct 2006 18:05:22 -0000 1.10 *************** *** 1,2 **** --- 1,8 ---- + Version 2.1.0 (??-???-????) + --------------------------- + + Features: + - support field types 'F' (float), 'I' (integer) and 'Y' (currency) + Version 2.0.3 (30-oct-2006) --------------------------- |