From: alexander s. <a1...@us...> - 2006-12-01 11:49:02
|
Update of /cvsroot/dbfpy/dbfpy In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20581 Modified Files: CHANGES Log Message: Fix processing of empty Timestamp values; release version 2.1.0 Index: CHANGES =================================================================== RCS file: /cvsroot/dbfpy/dbfpy/CHANGES,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** CHANGES 31 Oct 2006 18:05:22 -0000 1.10 --- CHANGES 1 Dec 2006 11:48:59 -0000 1.11 *************** *** 1,3 **** ! Version 2.1.0 (??-???-????) --------------------------- --- 1,3 ---- ! Version 2.1.0 (01-dec-2006) --------------------------- *************** *** 5,8 **** --- 5,10 ---- - support field types 'F' (float), 'I' (integer) and 'Y' (currency) + Fix processing of empty Timestamp values + Version 2.0.3 (30-oct-2006) --------------------------- |