From: alexander s. <a1...@us...> - 2006-10-12 05:29:39
|
Update of /cvsroot/dbfpy/dbfpy In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv11256 Modified Files: CHANGES Log Message: compatibility fix for python versions prior to 2.4 (sf bug 1574526) Index: CHANGES =================================================================== RCS file: /cvsroot/dbfpy/dbfpy/CHANGES,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CHANGES 8 Jul 2006 13:22:23 -0000 1.7 --- CHANGES 12 Oct 2006 05:29:35 -0000 1.8 *************** *** 1,2 **** --- 1,8 ---- + Version 2.0.3 (??-???-????) + --------------------------- + + Fixes: + - compatibility fix for Python versions prior to 2.4 (sf bug 1574526) + Version 2.0.2 (08-jul-2006) --------------------------- |