diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-04 12:27:11 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-04 12:27:11 +0000 |
commit | 43d68bc6a263a1c63ae4a585231b26fa65010e46 (patch) | |
tree | 598068f0a35c163d9cdf1d2a04d9c0ad6ce30997 | |
parent | f7146689ef948d0aee4aa16a7ad41a9de11568b4 (diff) |
link to full list of changes for 0.5 release
-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 b8bf08cc6..b6e901fa9 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -6,6 +6,7 @@ * 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) +* [Full list of changes on github](https://github.com/sebbacon/alaveteli/issues?state=closed&milestone=9) ## Upgrade notes * **IMPORTANT! We now depend on Xapian 1.2**, which means you may need to install Xapian from backports. See [issue #159](https://github.com/sebbacon/alaveteli/issues/159) for more info. |