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 05:07:02 UTC

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

Author: sarowe
Date: Tue Mar 25 04:07:01 2014
New Revision: 1581221

URL: http://svn.apache.org/r1581221
Log:
SOLR-5874,SOLR-5899: move CHANGES.txt entries to 4.7.1 section (merged trunk r1581220)

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=1581221&r1=1581220&r2=1581221&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Tue Mar 25 04:07:01 2014
@@ -117,13 +117,6 @@ Bug Fixes
 
 * SOLR-5893: On restarting overseer designate , move itself to front of the queue (Noble Paul)
 
-* SOLR-5874: Unsafe cast in CloudSolrServer's RouteException. Change 
-  RouteException to handle Throwable rather than Exception.
-  (Mark Miller, David Arthur)
-  
-* SOLR-5899: CloudSolrServer's RouteResponse and RouteException should be
-  publicly accessible. (Mark Miller, shalin)
-
 Optimizations
 ----------------------
 * SOLR-1880: Distributed Search skips GET_FIELDS stage if EXECUTE_QUERY
@@ -277,6 +270,13 @@ Bug Fixes
 * SOLR-5839: ZookeeperInfoServlet does not trim path properly.
   (Furkan KAMACI via Mark Miller)
 
+* SOLR-5874: Unsafe cast in CloudSolrServer's RouteException. Change
+  RouteException to handle Throwable rather than Exception.
+  (Mark Miller, David Arthur)
+
+* SOLR-5899: CloudSolrServer's RouteResponse and RouteException should be
+  publicly accessible. (Mark Miller, shalin)
+
 Other Changes
 ---------------------