You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/03/04 15:20:36 UTC

[3/3] lucy git commit: Updating CHANGES for release 0.5.0

Updating CHANGES for release 0.5.0


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/2dec3cec
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/2dec3cec
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/2dec3cec

Branch: refs/heads/master
Commit: 2dec3cec6bd6f29629cbfa43d3979f4344311bca
Parents: 5d09b9a
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Fri Mar 4 14:43:00 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Fri Mar 4 14:43:00 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/lucy/blob/2dec3cec/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index d733c02..8571621 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,65 @@
 Revision history for Lucy
 
+0.5.0  2016-03-04
+
+  New features:
+
+    * [LUCY-275] - Proof-of-concept Go bindings
+
+  Bugfixes:
+
+    * [LUCY-273] - Require specific version of Clownfish
+    * [LUCY-287] - Mismatch between required Clownfish versions
+    * [LUCY-288] - Add Clownfish to configure_requires
+
+  Improvements:
+
+    * [LUCY-274] - Refcounting needs to use functions rather than methods
+    * [LUCY-277] - Autogenerate Go Bindings
+    * [LUCY-279] - Prepare for removal of Obj methods
+    * [LUCY-281] - Port host-specific Lucy code to Go/CGO
+    * [LUCY-282] - Refine and test Go bindings
+    * [LUCY-284] - Support multiple Go types as document
+    * [LUCY-285] - Run core tests under Go bindings
+    * [LUCY-289] - Check for incompatible Clownfish major version
+
+  Tasks:
+
+    * [LUCY-290] - Review generated C API documentation
+
+
+0.4.4  2016-01-31
+
+  Bugfixes:
+
+    * [LUCY-287] - Mismatch between required Clownfish versions
+    * [LUCY-288] - Add Clownfish to configure_requires
+    * Fix Windows build for some CPAN Testers setups (see CLOWNFISH-3).
+
+
+0.4.3  2016-01-09
+
+  Improvements:
+
+    * Check for incompatible Clownfish major version.
+    * Improve build and installation scripts for C library.
+
+
+0.4.2  2014-11-18
+
+  Bugfixes:
+
+    * [LUCY-272] - Wrong encoding of extremely small similarity values
+
+
+0.4.1  2014-09-25
+
+  Bugfixes:
+
+    * [LUCY-269] - Field names with underscores break query parser
+    * [LUCY-270] - RegexTokenizer broken in C bindings
+
+
 0.4.0  2014-08-21
 
   Bugfixes: