diff options
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 |