Update CHANGES for 0.4.0.
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/35d600ab Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/35d600ab Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/35d600ab Branch: refs/heads/master Commit: 35d600ab1851cbee9ab120ae6d824ce788361abb Parents: b960e88 Author: Marvin Humphrey <[email protected]> Authored: Thu Aug 14 19:07:53 2014 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Wed Aug 20 17:13:48 2014 -0700 ---------------------------------------------------------------------- CHANGES | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/35d600ab/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 9c0e375..5cf9c60 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,33 @@ Revision history for Lucy +0.4.0 2014-08-19 + + Bugfixes: + + * [LUCY-199] - Highlighting/excerpt on URLs + * [LUCY-211] - MSVC 6 support + * [LUCY-234] - Brittle object struct ABI + * [LUCY-240] - Build Broken on clang + * [LUCY-254] - Creation of Charmonizer temp files sometimes fails on + Windows + * [LUCY-261] - Include paths for benchmark scripts + * [LUCY-263] - MemoryPool's Release_All() should free + * [LUCY-265] - Index lockfiles left behind + + New features: + + * [LUCY-250] - Add delete_by_doc_id to Lucy::Index::Indexer + + Tasks: + + * [LUCY-201] - Port CFC tests to C + * [LUCY-212] - The "language" parameter to PolyAnalyzer#new is deprecated + * [LUCY-214] - Port terminfo tests to C + * [LUCY-222] - Port span tests to C + * [LUCY-246] - Migrate Apache Lucy to Git + * [LUCY-257] - Separate Clownfish from Lucy + + 0.3.3 2013-07-22 Bugfixes:
