You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2013/12/29 01:51:58 UTC

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

Author: markrmiller
Date: Sun Dec 29 00:51:58 2013
New Revision: 1553985

URL: http://svn.apache.org/r1553985
Log:
SOLR-5496: Move CHANGES to 4.6.1

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=1553985&r1=1553984&r2=1553985&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Sun Dec 29 00:51:58 2013
@@ -164,10 +164,6 @@ Bug Fixes
   a delta-import is run first before any full-imports.
   (Sebastien Lorber, Arcadius Ahouansou via shalin)
 
-* SOLR-5496: We should share an http connection manager across non search 
-  HttpClients and ensure all http connection managers get shutdown.
-  (Mark Miller)
-
 * SOLR-5503: Retry 'forward to leader' requests less aggressively - rather 
   than on IOException and status 500, ConnectException. (Mark Miller)
 
@@ -315,6 +311,10 @@ Bug Fixes
 * SOLR-5568 A SolrCore cannot decide to be the leader just because the cluster
   state says no other SolrCore's are active. (Mark Miller)
 
+* SOLR-5496: We should share an http connection manager across non search 
+  HttpClients and ensure all http connection managers get shutdown.
+  (Mark Miller)
+
 Optimizations
 ----------------------