diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-12-21 16:51:10 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-12-21 16:54:43 +0000 |
commit | 79fd89c5aec01ea035d57c5a71213202dafc778c (patch) | |
tree | 6f1d3fb4d215f069995634907f2bb32e9220ac22 /doc | |
parent | 54acb0afaca770c14a7529f292eba3768e3a5040 (diff) | |
parent | 37b2fb482d31f77865bb889c049450d72876df92 (diff) |
Merge branch 'cache-foi-attachments-seb' into develop. Fixes #108.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 9afdc9e7c..758e6b56e 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -5,6 +5,7 @@ * Base design refactored: CSS simplified and reduced, base design colours removed, now provided in example Alaveteli theme override * It is now possible to rebuild the xapian index for specific terms, rather than having to drop and rebuild the entire database every time (as previously). See rake xapian:rebuild_index for more info. * When listing authorities, show all authorities in default locale, rather than only those in the currently selected locale. +* Ensure incoming emails are only ever parsed once (should give a performance boost) ## Upgrade notes * **IMPORTANT! We now depend on Xapian 1.2**, which means you may need to install Xapian from backports. See [issue #159] for more info. |