summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-09-14 15:03:16 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-09-14 15:03:16 -0400
commit1211a0f3e32fa6eb16ad0986c99a9c91d88c0426 (patch)
tree03658fd94befc1a308555e941cd034965424e508 /CHANGES
parent1fedd51079e49f124bc22d3bdba475afa9095726 (diff)
downloadpasslib-1211a0f3e32fa6eb16ad0986c99a9c91d88c0426.tar.gz
restored pure-python bcrypt implementation that was removed in r5211db139659
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 271865b..5237f9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,6 +30,17 @@ Release History
This affects all schemes in :mod:`passlib.hash` which support
multiple backends.
+ Other
+
+ * Restored builtin pure-python BCrypt implementation
+ (:mod:`passlib.utils._slow_bcrypt`) that was removed in v1.3.
+ This implementation is still *WAY* to slow to be suitable
+ for production. However, it's almost fast enough under PyPy,
+ and might be sped up in the future... so while it is disabled
+ by default, developers who really want to use it
+ should set the environment variable ``PASSLIB_BUILTIN_BCRYPT=enabled``
+ before loading Passlib.
+
**1.5.1** (2011-08-17)
Minor bugfix release; now compatible with Google App Engine.