From 30e9097985656920f01a72efc1088caa2b8d41b3 Mon Sep 17 00:00:00 2001 From: bertagaz Date: Tue, 14 Jun 2011 15:26:19 +0200 Subject: Imported Upstream version 0.5.29 --- NEWS.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 NEWS.rst (limited to 'NEWS.rst') diff --git a/NEWS.rst b/NEWS.rst new file mode 100644 index 0000000..ef2db42 --- /dev/null +++ b/NEWS.rst @@ -0,0 +1,20 @@ +2011-01-16 -- pycryptopp v0.5.28 + + * re-enable the ECDSA module, but please do not rely on it as it is expected to change in backwards-incompatible ways in future releases + * several changes to the build system to make it tidier and less error-prone -- see revision control history for details + +2010-09-20 -- pycryptopp v0.5.25 + + * make setup backwards-compatible to Python 2.4 + * fix incompatibilities between setup script and older versions of darcsver + * don't attempt to compile Mac OS X extended attribute files (this fixes the build breaking) + * include a version number of the specific version of Crypto++ in extraversion.h + * small changes to docs + +2010-09-18 -- pycryptopp v0.5.20 + + * fix bugs in assembly implementation of SHA-256 from Crypto++ + * fix it to compile on *BSD (#39) + * improve doc strings + * add a quick start-up-self-test of SHA256 (#43) + * execute the quick start-up-self-tests of AES and SHA256 on module import -- cgit v1.2.3