summaryrefslogtreecommitdiff
path: root/docs/history.rst
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-03-24 16:25:18 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-03-24 16:25:18 -0400
commit5796546d61fb580d1aa11f23de1aa6b326fb9e9b (patch)
tree1b6b3463117cceff4bcc5374137a0d8cf2cda0bc /docs/history.rst
parenteaadab04ad926174c39bcb161b3dd587c54228f8 (diff)
downloadpasslib-5796546d61fb580d1aa11f23de1aa6b326fb9e9b.tar.gz
documentation updates
===================== * CryptContext docs finished * README / LICENSE updated * license text changed to correct BSD wording * embarassingly, the history.rst is kinda off about release versions. tried to make it give readers better outline. * misc doc updates * some handler names (eg: 'context', 'all') now forbidden by register_crypt_handler() * bumped setup.cfg to b1
Diffstat (limited to 'docs/history.rst')
-rw-r--r--docs/history.rst37
1 files changed, 24 insertions, 13 deletions
diff --git a/docs/history.rst b/docs/history.rst
index 520666e..6cfc820 100644
--- a/docs/history.rst
+++ b/docs/history.rst
@@ -2,25 +2,36 @@
Release History
===============
-2011-01-10 -- version 1.0
+**1.3** (To Be Released)
+
* first public release
- * bugfixes
- * more documentation
+ * documentation completed
+ * 99% unittest coverage
+ * some refactoring and lots of bugfixes
+ * added support for a number of addtional password schemes:
+ bigcrypt, crypt16, sun md5 crypt, nthash, lmhash, oracle10 & 11,
+ phpass, sha1, generic hex digests, ldap digests.
+
+**1.2** (2011-01-06)
+
+ * many bugfixes
+ * global registry added
+ * transitional release for applications using BPS library.
+ * first truly functional release since splitting from BPS library (see below).
-2011-01-05 -- version 0.8
- * various code cleanups preparing for public release
- * bsdi-crypt, apr-md5-crypt, and other lesser known schemes added.
- * documentation added
+.. note::
-2009-03-10 -- version 0.7
- * postgres and mysql hash schemes added.
+ For all previous versions, PassLib did not exist independantly,
+ but as a subpackage of *BPS*, an private & unreleased toolkit library.
+
+**1.0** (2009-12-11)
-2008-10-02 -- version 0.6
* CryptContext & CryptHandler framework
+ * added support for: des-crypt, bcrypt (via pybcrypt), postgres, mysql
* added unit tests
- * added Unix-Crypt support and pure-python fallback
-2008-05-10 -- version 0.5
+**0.5** (2008-05-10)
+
* initial production version
* consolidated from code scattered across multiple applications
- * MD5-Crypt, SHA-256-Crypt, SHA-512-Crypt support
+ * MD5-Crypt, SHA256-Crypt, SHA512-Crypt support