From: A.M. K. <aku...@us...> - 2004-08-13 22:31:36
|
Update of /cvsroot/pycrypto/crypto In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29071 Modified Files: ChangeLog Log Message: Update Index: ChangeLog =================================================================== RCS file: /cvsroot/pycrypto/crypto/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 6 May 2004 13:02:33 -0000 1.32 +++ ChangeLog 13 Aug 2004 22:31:28 -0000 1.33 @@ -8,6 +8,9 @@ * Fixed AES.c compilation problems with Borland C. (Contributed by Jeethu Rao.) + * Fix ZeroDivisionErrors on Windows, caused by the system clock + not having enough resolution. + * Fix 2.1/2.2-incompatible use of (key not in dict), pointed out by Ian Bicking. |