summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2004-08-13 22:31:28 -0700
committerakuchling <akuchling@rivest.dlitz.net>2004-08-13 22:31:28 -0700
commit711759f0127be456060196bc8a3c3298da7a9898 (patch)
tree3fe20551ac1c28c1f3d4671004d0f8571e157eae /ChangeLog
parent97e73743657d7f4a9d51b521556360de15c15d92 (diff)
downloadpycrypto-711759f0127be456060196bc8a3c3298da7a9898.tar.gz
[project @ akuchling-20040814053128-7dd0ae490e55909e]
[project @ 2004-08-13 22:31:28 by akuchling] Update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa7e46f..1ab2e4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.