summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2002-05-17 13:45:51 -0700
committerakuchling <akuchling@rivest.dlitz.net>2002-05-17 13:45:51 -0700
commitd7975e1aa461331812b16998534063c8bb8a2c2e (patch)
treed7177821082c97624d6c64c01a6f7e7aba93fed4 /ChangeLog
parentd105e4230cea829853fcce116aa2135b0da72047 (diff)
downloadpycrypto-d7975e1aa461331812b16998534063c8bb8a2c2e.tar.gz
[project @ akuchling-20020517204551-2f4935413d362e06]
[project @ 2002-05-17 13:45:51 by akuchling] Updated file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e382ad4..a718ee6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,11 +29,16 @@
may insert warnings and begin the process of deprecating
this code.
- * Move C source implementations into src/ from block/, hash/,
+ * Moved C source implementations into src/ from block/, hash/,
and stream/. Having Hash/ and hash/ directories causes problems
on case-insensitive filesystems such as Mac OS.
-
+ * Cleaned up the C code for the extensions.
+
+ * Added a test suite, written using Sancho
+ (http://www.mems-exchange.org/software/sancho/)
+
+
1.9alpha1
=========