You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by us...@apache.org on 2010/01/15 17:12:46 UTC

svn commit: r899680 - in /lucene/java/branches/lucene_3_0: CHANGES.txt contrib/CHANGES.txt

Author: uschindler
Date: Fri Jan 15 16:12:46 2010
New Revision: 899680

URL: http://svn.apache.org/viewvc?rev=899680&view=rev
Log:
move changes.txt entry into contrib

Modified:
    lucene/java/branches/lucene_3_0/CHANGES.txt
    lucene/java/branches/lucene_3_0/contrib/CHANGES.txt

Modified: lucene/java/branches/lucene_3_0/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_3_0/CHANGES.txt?rev=899680&r1=899679&r2=899680&view=diff
==============================================================================
--- lucene/java/branches/lucene_3_0/CHANGES.txt (original)
+++ lucene/java/branches/lucene_3_0/CHANGES.txt Fri Jan 15 16:12:46 2010
@@ -33,11 +33,6 @@
  * LUCENE-2182: DEFAULT_ATTRIBUTE_FACTORY was failing to load
    implementation class when interface was loaded by a different
    class loader.  (Uwe Schindler, reported on java-user by Ahmed El-dawy)
-  
- * LUCENE-2211: Fix missing clearAttributes() calls in contrib:
-   ShingleMatrix, PrefixAware, compounds, NGramTokenFilter,
-   EdgeNGramTokenFilter, Highlighter, and MemoryIndex.
-   (Uwe Schindler, Robert Muir)
 
 New features
 

Modified: lucene/java/branches/lucene_3_0/contrib/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_3_0/contrib/CHANGES.txt?rev=899680&r1=899679&r2=899680&view=diff
==============================================================================
--- lucene/java/branches/lucene_3_0/contrib/CHANGES.txt (original)
+++ lucene/java/branches/lucene_3_0/contrib/CHANGES.txt Fri Jan 15 16:12:46 2010
@@ -10,6 +10,11 @@
 
  * LUCENE-2199: ShingleFilter skipped over tri-gram shingles if outputUnigram
    was set to false. (Simon Willnauer)
+  
+ * LUCENE-2211: Fix missing clearAttributes() calls:
+   ShingleMatrix, PrefixAware, compounds, NGramTokenFilter,
+   EdgeNGramTokenFilter, Highlighter, and MemoryIndex.
+   (Uwe Schindler, Robert Muir)
    
 API Changes