From 05dc13f7e3fc77d1ef5ef01f8b20f05ffa0b8891 Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Tue, 25 Mar 2014 04:05:30 +0000 Subject: [PATCH] SOLR-5874,SOLR-5899: move CHANGES.txt entries to 4.7.1 section git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1581220 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 6bcd7f4c582..782228f3cff 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -170,13 +170,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 @@ -330,6 +323,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 ---------------------