Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
dlitz committed Oct 18, 2011
1 parent ed89c82 commit 0b370a7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
===
Expand Down

0 comments on commit 0b370a7

Please sign in to comment.