You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/01/19 07:31:47 UTC

svn commit: r1233199 - /lucene/dev/trunk/solr/CHANGES.txt

Author: sarowe
Date: Thu Jan 19 06:31:46 2012
New Revision: 1233199

URL: http://svn.apache.org/viewvc?rev=1233199&view=rev
Log:
SOLR-2718: Move CHANGES entry under 3.6.0

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

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1233199&r1=1233198&r2=1233199&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Thu Jan 19 06:31:46 2012
@@ -369,10 +369,7 @@ Other Changes
 * SOLR-2588: Moved VelocityResponseWriter back to contrib module in order to 
   remove it as a mandatory core dependency.  (ehatcher)
   
-* SOLR-2718: Add ability to lazy load response writers, defined with startup="lazy".
-  (ehatcher)
-
-* SOLR-2862: More explicit lexical resources location logged if Carrot2 clustering 
+* SOLR-2862: More explicit lexical resources location logged if Carrot2 clustering
   extension is used. Fixed solr. impl. of IResource and IResourceLookup. (Dawid Weiss)
 
 * SOLR-1123: Changed JSONResponseWriter to now use application/json as its Content-Type
@@ -498,6 +495,9 @@ Other Changes
   structure will disappear in 4.0. Errors should be caught and logged at the
   top-most level or logged and NOT propagated up the chain. (Erick Erickson)
 
+* SOLR-2718: Add ability to lazy load response writers, defined with startup="lazy".
+  (ehatcher)
+
 Build
 ----------------------
 * SOLR-2487: Add build target to package war without slf4j jars (janhoy)