summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2011-10-17 22:44:58 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2011-10-17 22:56:12 -0400
commit0b370a7aea9c67bc9e69408598f57ca71e091509 (patch)
treee6f9c10a1f4594ec31ba419d3668ee00d34c72f7 /ChangeLog
parented89c827cca481bc64f48f419de7485dae64804a (diff)
downloadpycrypto-0b370a7aea9c67bc9e69408598f57ca71e091509.tar.gz
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1282e75..b112a20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,9 +12,18 @@
* New hash modules (for Python >= 2.5 only): SHA224, SHA384, and
SHA512 (Frédéric Bertolus)
+ * Configuration using GNU autoconf. This should help fix a bunch of
+ build issues.
+
+ * Support using MPIR as an alternative to GMP.
+
* Improve the test command in setup.py, by allowing tests to be
performed on a single sub-package or module only. (Legrandin)
+ You can now do something like this:
+
+ python setup.py test -m Hash.SHA256 --skip-slow-tests
+
* Fix double-decref of "counter" when Cipher object initialisation
fails (Ryan Kelly)
@@ -24,6 +33,10 @@
- epydoc-exclude-introspect.patch
- no-usr-local.patch
+ * Fix launchpad bug #702835: "Import key code is not compatible with
+ GMP library" (Legrandin)
+
+ * More tests, better documentation, various bugfixes.
2.3
===