Mercurial > moin > 1.9
comparison docs/CHANGES @ 5933:eda00cd9f46f
changelog: add a thanks to the PSF for sponsoring passlib support development
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Wed, 23 Jan 2013 16:07:15 +0100 |
parents | bdee0dd8b281 |
children | 8f485584a170 |
comparison
equal
deleted
inserted
replaced
5932:bdee0dd8b281 | 5933:eda00cd9f46f |
---|---|
22 Allowing XSLT/4suite is very dangerous, see HelpOnConfiguration wiki page. | 22 Allowing XSLT/4suite is very dangerous, see HelpOnConfiguration wiki page. |
23 | 23 |
24 HINT: Python >= 2.5 is maybe required! See docs/REQUIREMENTS for details. | 24 HINT: Python >= 2.5 is maybe required! See docs/REQUIREMENTS for details. |
25 | 25 |
26 New features: | 26 New features: |
27 * passlib support - enhanced password hash security | 27 * passlib support - enhanced password hash security. Special thanks go to |
28 the Python Software Foundation (PSF) for sponsoring development of this! | |
28 | 29 |
29 Docs for passlib: http://packages.python.org/passlib/ | 30 Docs for passlib: http://packages.python.org/passlib/ |
30 | 31 |
31 If cfg.passlib_support is True (default), we try to import passlib and set it | 32 If cfg.passlib_support is True (default), we try to import passlib and set it |
32 up using the configuration given in cfg.passlib_crypt_context (default is to | 33 up using the configuration given in cfg.passlib_crypt_context (default is to |