diff options
author | Sybren A. Stüvel <sybren@stuvel.eu> | 2012-06-17 11:59:25 +0200 |
---|---|---|
committer | Sybren A. Stüvel <sybren@stuvel.eu> | 2012-06-17 11:59:25 +0200 |
commit | 4f63b10b53332c7bea99aa4f287cc3b7ea1675cf (patch) | |
tree | 9d0d67cda029725dec5f167cb9115cd280ee8751 | |
parent | b17003ed6767bb27d32e3e4f1c6008f730c36e87 (diff) | |
download | rsa-git-4f63b10b53332c7bea99aa4f287cc3b7ea1675cf.tar.gz |
Updated changelog
-rw-r--r-- | CHANGELOG.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5918511..b48c5bb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,10 +1,18 @@ Python-RSA changelog ======================================== -Version 3.1 - in development +Version 3.1 - released 2012-06-17 ---------------------------------------- +- Big, big credits to Yesudeep Mangalapilly for all the changes listed + below! - Added ability to generate keys on multiple cores simultaneously. +- Massive speedup +- Partial Python 3.2 compatibility (core functionality works, but + saving or loading keys doesn't, for that the pyasn1 package needs to + be ported to Python 3 first) +- Lots of bug fixes + Version 3.0.1 - released 2011-08-07 |