docs/CHANGES
changeset 5340 b290d938be63
parent 5328 9161bf60a745
parent 5337 279e51998982
child 5341 b6931874f6f6
     1.1 --- a/docs/CHANGES	Sun Nov 29 18:16:36 2009 +0100
     1.2 +++ b/docs/CHANGES	Thu Dec 03 15:54:44 2009 +0100
     1.3 @@ -290,6 +290,30 @@
     1.4        See HelpOnAuthentication.
     1.5  
     1.6  
     1.7 +
     1.8 +Version 1.8.6:
     1.9 +  Bug fixes:
    1.10 +  * Xapian indexing / indexing filters:
    1.11 +    * fix deadlocks with well- and misbehaving external filters
    1.12 +    * work around indexing run crashing when encountering encoding problems
    1.13 +      with non-ascii filenames
    1.14 +    * OpenOffice/OpenDocument filters: catch UnicodeDecodeErrors (happens
    1.15 +      with password protected files)
    1.16 +  * i18n: check if languages is not initialized yet, don't crash
    1.17 +  * http_redirect: use 301 redirect for some cases
    1.18 +  * do not use httponly session cookies, makes trouble with twikidraw and ACLs
    1.19 +  * GetText2 macro: fix for named placeholder
    1.20 +  * Fix SHA -> SSHA password hash upgrade for old user profiles.
    1.21 +  * abort RenamePage if renaming of main page fails (do not try to rename
    1.22 +    subpages)
    1.23 +
    1.24 +  New features:
    1.25 +  * search: improve search result ordering
    1.26 +  * SubscribeUser action: username regexes, support unsubscribing
    1.27 +  * add MS Powerpoint indexing filter (needs catppt from catdoc package)
    1.28 +  * migration scripts: make finding damaged edit-log entries easier
    1.29 +
    1.30 +
    1.31  Version 1.8.5:
    1.32    Bug fixes:
    1.33      * Attachment links: fix processing of attributes (e.g. 'target', 'title')