summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2002-05-16 18:39:41 -0700
committerakuchling <akuchling@rivest.dlitz.net>2002-05-16 18:39:41 -0700
commit36ec150ef5aa5858749cd45d8e256581b0d7270d (patch)
treeb9a47815fbc0361dc65906a635df59a1901ee08d /ChangeLog
parentf1cf84610aafc809463121c9274586fd47203e5d (diff)
downloadpycrypto-36ec150ef5aa5858749cd45d8e256581b0d7270d.tar.gz
[project @ akuchling-20020517013941-126a250cc18767b3]
[project @ 2002-05-16 18:39:41 by akuchling] Updated file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fa53d49..e382ad4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
2.1-compatible equivalent. (Bug report and patch by Andrew
Eland.)
+ * Fix endianness bugs that caused test case failures on Sparc,
+ PPC, and doubtless other platforms.
+
* Make test.py automatically add the build/* directory to sys.path.
* Removed 'inline' declaration from C functions. Some compilers
@@ -25,7 +28,11 @@
someone else's better public-key code, and at that point I
may insert warnings and begin the process of deprecating
this code.
-
+
+ * Move 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.
+
1.9alpha1
=========