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 2014/03/25 01:45:43 UTC

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

Author: sarowe
Date: Tue Mar 25 00:45:42 2014
New Revision: 1581163

URL: http://svn.apache.org/r1581163
Log:
SOLR-5734: move CHANGES.txt entry to 4.7.1 section

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=1581163&r1=1581162&r2=1581163&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Tue Mar 25 00:45:42 2014
@@ -162,9 +162,6 @@ New Features
 Bug Fixes
 ----------------------
 
-* SOLR-5734: We should use System.nanoTime rather than System.currentTimeMillis
-  when calculating elapsed time. (Mark Miller, Ramkumar Aiyengar)
-
 * SOLR-5760: ConcurrentUpdateSolrServer has a blockUntilFinished call when
   streamDeletes is true that should be tucked into the if statement below it.
   (Mark Miller, Gregory Chanan)
@@ -329,6 +326,9 @@ Bug Fixes
 * SOLR-5777: Fix ordering of field values in JSON updates where
   field name key is repeated (hossman)
 
+* SOLR-5734: We should use System.nanoTime rather than System.currentTimeMillis
+  when calculating elapsed time. (Mark Miller, Ramkumar Aiyengar)
+
 ==================  4.7.0 ==================
 
 Versions of Major Components