You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2014/08/19 02:46:13 UTC

[2/3] git commit: refs/heads/prep_0.4.0 - Update CHANGES for 0.4.0.

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/cff3378f
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/cff3378f
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/cff3378f

Branch: refs/heads/prep_0.4.0
Commit: cff3378ffa5a20558f6878c325fc17ec5e1a599f
Parents: 646b656
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Thu Aug 14 19:07:53 2014 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Mon Aug 18 17:45:37 2014 -0700

----------------------------------------------------------------------
 CHANGES | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/cff3378f/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: