summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2012-06-17 11:59:25 +0200
committerSybren A. St?vel <sybren@stuvel.eu>2012-06-17 11:59:25 +0200
commit1af83b23a2612fd0011c1a2bb1a14bed6ce201c6 (patch)
tree9d0d67cda029725dec5f167cb9115cd280ee8751 /CHANGELOG.txt
parentc1e433b00e37223ce3ebd3d66f1ae6abe75d144a (diff)
downloadrsa-1af83b23a2612fd0011c1a2bb1a14bed6ce201c6.tar.gz
Updated changelog
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt10
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