summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-03 14:55:23 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-03 19:03:46 -0400
commitf6e2e9fa69eaf6aa21db4ef381ceb940a186a4e6 (patch)
tree4b94d57898eccd61807b8d7f7fb0ed16a87fe119 /ChangeLog
parent640b375b2d0158a01bfa086cba650dd2d731f110 (diff)
downloadpycrypto-f6e2e9fa69eaf6aa21db4ef381ceb940a186a4e6.tar.gz
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 731367a..651c212 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,11 @@
* Added Crypto.version_info, which from now on will contain version
information in a format similar to Python's sys.version_info.
- * Fixed a DeprecationWarning when using the HMAC module under Python 2.6.
+ * Fixed a DeprecationWarning when using the HMAC module under
+ Python 2.6.
+
+ * Crypto.PublicKey: Raise ValueError/TypeError/RuntimeError
+ instead of the various custom "error" exceptions
* Added a new random numbers API (Crypto.Random), and deprecated the
old one (Crypto.Util.randpool.RandomPool), which was misused more
@@ -37,8 +41,8 @@
* Clarified copyright status of much of the existing code by tracking
down Andrew M. Kuchling, Barry A. Warsaw, Jeethu Rao, Joris Bontje,
- Mark Moraes, Robey Pointer, and Wim Lewis and getting their
- permission to clarify the license/public-domain status of their
+ Mark Moraes, Paul Swartz, Robey Pointer, and Wim Lewis and getting
+ their permission to clarify the license/public-domain status of their
contributions. Many thanks to all involved!
* Replaced RIPEMD.c with a new implementation (RIPEMD160.c) to