summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2013-12-26 17:27:12 -0500
committerEli Collins <elic@assurancetechnologies.com>2013-12-26 17:27:12 -0500
commita3703cbd371baa224ed032f16744aadf0eb1436c (patch)
tree70606ec8adfd010f44f977e0fdb6132cf1f60a41
parent5a2fbbba8a864bdf24da4bd6ebe0c52d0dccd21d (diff)
downloadpasslib-a3703cbd371baa224ed032f16744aadf0eb1436c.tar.gz
last minute doc changes
-rw-r--r--CHANGES34
-rw-r--r--docs/install.rst8
-rw-r--r--docs/lib/passlib.ext.django.rst4
3 files changed, 23 insertions, 23 deletions
diff --git a/CHANGES b/CHANGES
index 05ec1ba..b9d22d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,20 +4,32 @@
Release History
===============
-**1.6.2** (NOT YET RELEASED)
-============================
+.. warning::
+
+ **Passlib 1.7 will drop support for Python 2.5,** and require Python 2.6 or newer,
+ unless significant feedback is received to reverse the decision.
+ Too many core tools such as Setuptools, Pip, and Tox no longer support it,
+ making testing increasingly burdensome.
+
+.. note::
+
+ Passlib 1.7's :mod:`passlib.ext.django` extension will drop
+ support for Django 1.3 and earlier, and require Django 1.4 or newer.
+
+**1.6.2** (2013-12-26)
+======================
Minor changes & compatibility fixes
* Re-tuned the :attr:`~passlib.ifc.PasswordHash.default_rounds` values for all of the hashes.
- * *New hash:* Added the :doc:`bcrypt_sha256 <lib/passlib.hash.bcrypt_sha256>` hash,
- which wraps BCrypt using SHA256 in order to work around it's password size limitations
+ * Added the new :doc:`bcrypt_sha256 <lib/passlib.hash.bcrypt_sha256>` hash,
+ which wraps BCrypt using SHA256 in order to work around BCrypt's password size limitations
(:issue:`43`).
* :doc:`passlib.hash.bcrypt <lib/passlib.hash.bcrypt>`:
Added support for the `bcrypt <https://pypi.python.org/pypi/bcrypt>`_
- library as of the possible bcrypt backends that will be used if available.
+ library as one of the possible bcrypt backends that will be used if available.
(:issue:`49`)
* :mod:`passlib.ext.django`: Passlib's Django extension
@@ -25,18 +37,6 @@ Release History
some minor API changes in Django 1.5-1.6. They should now be compatible with Django 1.2 and up.
(:issue:`50`)
- .. note::
-
- As of Passlib 1.7, :mod:`passlib.ext.django` will require Django >= 1.4.
- Passlib 1.6.x is the last release that will support Django 1.3.x and earlier.
-
- .. warning::
-
- Unless significant feedback is received to reverse the decision,
- **Passlib 1.7 will drop support for Python 2.5.** Too many core tools
- (such as Setuptools, Pip, and Tox) no longer support it, making
- testing increasingly burdensome.
-
**1.6.1** (2012-08-02)
======================
diff --git a/docs/install.rst b/docs/install.rst
index 38ea7b7..6f9eb38 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -22,10 +22,10 @@ Google App Engine is supported as well.
.. warning::
- Unless significant feedback is received to reverse the decision,
- **Passlib 1.7 will drop support for Python 2.5.** Too many core tools
- (such as Setuptools, Pip, and Tox) no longer support it, making
- testing increasingly burdensome.
+ **Passlib 1.7 will drop support for Python 2.5,** and require Python 2.6 or newer,
+ unless significant feedback is received to reverse the decision.
+ Too many core tools such as Setuptools, Pip, and Tox no longer support it,
+ making testing increasingly burdensome.
.. _optional-libraries:
diff --git a/docs/lib/passlib.ext.django.rst b/docs/lib/passlib.ext.django.rst
index 7667a30..b1a2c1d 100644
--- a/docs/lib/passlib.ext.django.rst
+++ b/docs/lib/passlib.ext.django.rst
@@ -10,8 +10,8 @@
.. note::
- As of Passlib 1.7, :mod:`passlib.ext.django` will require Django >= 1.4.
- Passlib 1.6.x is the last release that will support Django 1.3.x and earlier.
+ Passlib 1.7's :mod:`passlib.ext.django` extension will drop
+ support for Django 1.3 and earlier, and require Django 1.4 or newer.
This module contains a `Django <http://www.djangoproject.com>`_ plugin which
overriddes all of Django's password hashing functions, replacing them