summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2002-05-12 23:37:08 -0700
committerakuchling <akuchling@rivest.dlitz.net>2002-05-12 23:37:08 -0700
commit2fcc7796c2489ef94016e51269bf9f19a4073142 (patch)
tree2cff0ce1ab3fedf40b10d055c592f84dd31981f5 /ChangeLog
parent9e6a88cac9729cf582d201c0af321585ff32a16c (diff)
downloadpycrypto-2fcc7796c2489ef94016e51269bf9f19a4073142.tar.gz
[project @ akuchling-20020513063708-12a1c73df2d22985]
[project @ 2002-05-12 23:37:08 by akuchling] Restore the PublicKey package
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20cb3ff..fa53d49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,13 @@
and others became faster. Probably this is due to my compiler
optimizing slightly worse or better as a result.
+ * Restored the Crypto.PublicKey package at user request. I
+ think I'll leave it in the package and warn about it in the
+ documentation. I hope that eventually I can point to
+ someone else's better public-key code, and at that point I
+ may insert warnings and begin the process of deprecating
+ this code.
+
1.9alpha1
=========