You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2012/02/13 23:19:16 UTC

svn commit: r1243718 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: dweiss
Date: Mon Feb 13 22:19:16 2012
New Revision: 1243718

URL: http://svn.apache.org/viewvc?rev=1243718&view=rev
Log:
Moved CHANGES entry LUCENE-3774 to lucene-3.6.0 section/build.

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1243718&r1=1243717&r2=1243718&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Mon Feb 13 22:19:16 2012
@@ -641,10 +641,6 @@ New features
 
 Optimizations
 
-* LUCENE-3774: Optimized and streamlined license and notice file validation
-  by refactoring the build task into an ANT task and modifying build scripts
-  to perform top-level checks. (Dawid Weiss, Steve Rowe, Robert Muir)
-
 * LUCENE-2588: Don't store unnecessary suffixes when writing the terms
   index, saving RAM in IndexReader; change default terms index
   interval from 128 to 32, because the terms index now requires much
@@ -944,6 +940,10 @@ Build
     <ant dir="internal-module-dir"> calls) to these modules' build.xml files.
   (Steve Rowe)
 
+* LUCENE-3774: Optimized and streamlined license and notice file validation
+  by refactoring the build task into an ANT task and modifying build scripts
+  to perform top-level checks. (Dawid Weiss, Steve Rowe, Robert Muir)
+
 
 ======================= Lucene 3.5.0 =======================