Mercurial > public > src > moin > 1.9
changeset 5965:bb3d8a551524
updated CHANGES, reformatted long lines
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sat, 16 Mar 2013 15:18:30 +0100 |
parents | f53300eda925 |
children | f4028129b8cb |
files | docs/CHANGES |
diffstat | 1 files changed, 8 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/CHANGES Fri Mar 15 21:31:22 2013 +0100 +++ b/docs/CHANGES Sat Mar 16 15:18:30 2013 +0100 @@ -29,9 +29,9 @@ Docs for passlib: http://packages.python.org/passlib/ - If cfg.passlib_support is True (default), we try to import passlib and set it - up using the configuration given in cfg.passlib_crypt_context (default is to - use sha512_crypt with default configuration from passlib). + If cfg.passlib_support is True (default), we try to import passlib and set + it up using the configuration given in cfg.passlib_crypt_context (default + is to use sha512_crypt with default configuration from passlib). The passlib docs recommend 3 hashing schemes that have good security, but some of them have additional requirements: @@ -106,9 +106,9 @@ the list * At startup, announce moin version and code path in log output (makes support and debugging easier). - * AttachList: introduced search_term parameter (optional) for listing attachments - filtered by a regular expression on their name - * sign release archive using GnuPG using key of tw@waldmann-edv.de + * AttachList: introduced search_term parameter (optional) for listing + attachments filtered by a regular expression on their name. + * sign release archive using GnuPG with the key of tw@waldmann-edv.de ID 31A6CB60 (main key ID FAF7B393) Fixes: @@ -125,6 +125,8 @@ * rst parser: fix safe_import for level param in __import__ call of docutils 0.10 * moin maint cleancache: also kill the i18n cache 'meta' pickle file * sendmail: catch unicode errors when E-Mail addr has non-ascii chars + * redirect last visited: if last visited page is on same wiki, use a local + redirect, do not compute via interwiki map (fixes https: usage) Version 1.9.6: