Mercurial > moin > 1.9
changeset 6085:827466282c19
update CHANGES
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Fri, 17 Oct 2014 21:23:48 +0200 |
parents | 14b0dff0d0c6 |
children | dbe605c5867c |
files | docs/CHANGES |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/CHANGES Tue Oct 14 18:36:16 2014 +0200 +++ b/docs/CHANGES Fri Oct 17 21:23:48 2014 +0200 @@ -188,6 +188,9 @@ * "userdir" caching scope used for userid lookup caches (the previously used name2id cache with "wiki" caching scope could have outdated data if you share the user_dir between multiple wikis) + * catch "filename too long" exception if some crap URL refers to a too long + pagename that the filesystem can not represent. It is treated like a not + existing page then, so you don't get a traceback in your log file. Other changes: * rss_rc action (RSS feed) is now much faster / much less resource consuming