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/24 20:39:42 UTC

svn commit: r1581016 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/CHANGES.txt

Author: sarowe
Date: Mon Mar 24 19:39:41 2014
New Revision: 1581016

URL: http://svn.apache.org/r1581016
Log:
SOLR-5777: move CHANGES.txt entry to 4.7.1 section (merged trunk r1581015)

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1581016&r1=1581015&r2=1581016&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Mon Mar 24 19:39:41 2014
@@ -109,9 +109,6 @@ New Features
 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)
 
@@ -276,6 +273,9 @@ Bug Fixes
 * SOLR-5550: shards.info is not returned by a short circuited distributed query.
   (Timothy Potter, shalin)
 
+* SOLR-5777: Fix ordering of field values in JSON updates where
+  field name key is repeated (hossman)
+
 ==================  4.7.0 ==================
 
 Versions of Major Components