diff options
author | bertagaz <bertagaz@ptitcanardnoir.org> | 2011-06-14 15:26:19 +0200 |
---|---|---|
committer | bertagaz <bertagaz@ptitcanardnoir.org> | 2011-06-14 15:26:19 +0200 |
commit | 30e9097985656920f01a72efc1088caa2b8d41b3 (patch) | |
tree | bedbdb1aaa484af467e538110ab4c0c95985b6b8 /ChangeLog |
Imported Upstream version 0.5.29upstream/0.5.29
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..a4f5614 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,11 @@ +2009-09-15 Zooko O'Whielacronx <zooko@zooko.com> + + * release pycryptopp-0.5.17 + + * publickey/rsamodule.cpp, publickey/ecdsamodule.cpp, hash/sha256module.cpp, cipher/aesmodule.cpp: fix a segfault bug when sizeof(size_t) > sizeof(int) (not exploitable); thanks Nathan Wilcox and Brian Warner. ticket #19 2009-09-15 Zooko O'Whielacronx <zooko@zooko.com> + +2009-07-27 Zooko Wilcox-O'Hearn <zooko@zooko.com> + + * release pycryptopp-0.5.16 + + * setup.py, misc/: a few improvements to the build/packaging |