From: alexander s. <a1...@us...> - 2010-09-16 05:16:14
|
Update of /cvsroot/dbfpy/dbfpy In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7848 Modified Files: CHANGES setup.py Log Message: release version 2.2.5 Index: setup.py =================================================================== RCS file: /cvsroot/dbfpy/dbfpy/setup.py,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** setup.py 26 May 2009 05:22:14 -0000 1.15 --- setup.py 16 Sep 2010 05:16:06 -0000 1.16 *************** *** 19,23 **** def run(): setup(name="dbfpy", ! version="2.2.4", description="Access .DBF (dBase) files from python", url="http://dbfpy.sourceforge.net/", --- 19,23 ---- def run(): setup(name="dbfpy", ! version="2.2.5", description="Access .DBF (dBase) files from python", url="http://dbfpy.sourceforge.net/", Index: CHANGES =================================================================== RCS file: /cvsroot/dbfpy/dbfpy/CHANGES,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** CHANGES 26 May 2009 05:21:34 -0000 1.16 --- CHANGES 16 Sep 2010 05:16:06 -0000 1.17 *************** *** 1,2 **** --- 1,7 ---- + Version 2.2.5 (16-sep-2010) + --------------------------- + + Fix Y2K issue with Last Update field in the header (sf bug 3065838). + Version 2.2.4 (26-may-2009) --------------------------- |