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 2011/06/19 20:13:21 UTC

[lucy-commits] svn commit: r1137397 - /incubator/lucy/branches/0.1/CHANGES

Author: marvin
Date: Sun Jun 19 18:13:21 2011
New Revision: 1137397

URL: http://svn.apache.org/viewvc?rev=1137397&view=rev
Log:
Update CHANGES on 0.1 branch to reflect merges that are about to happen.

Modified:
    incubator/lucy/branches/0.1/CHANGES

Modified: incubator/lucy/branches/0.1/CHANGES
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.1/CHANGES?rev=1137397&r1=1137396&r2=1137397&view=diff
==============================================================================
--- incubator/lucy/branches/0.1/CHANGES (original)
+++ incubator/lucy/branches/0.1/CHANGES Sun Jun 19 18:13:21 2011
@@ -1,5 +1,24 @@
 Revision history for Lucy
 
+0.1.1  XXXX-XX-XX
+
+  Bugfixes:
+
+    * Bad prototype for MAKE_MESS when no variadic macros available.
+      https://issues.apache.org/jira/browse/LUCY-152
+    * XSLoader version string mismatch.
+      https://issues.apache.org/jira/browse/LUCY-153
+    * Double-quote all #error directives.
+      https://issues.apache.org/jira/browse/LUCY-154
+    * TestFSFileHandle's Close() test on Windows fails to clean up.
+      https://issues.apache.org/jira/browse/LUCY-155
+    * Address GCC warnings for Charmonizer code
+      https://issues.apache.org/jira/browse/LUCY-156
+    * Add -pthread linker flag on OpenBSD
+      https://issues.apache.org/jira/browse/LUCY-157
+    * Disable LockFreeRegistry test by default.
+      https://issues.apache.org/jira/browse/LUCY-158
+
 0.1.0  2011-05-20
 
   Initial release, adapted from a software grant for the KinoSearch codebase.