You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gc...@apache.org on 2015/10/03 00:41:42 UTC

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

Author: gchanan
Date: Fri Oct  2 22:41:42 2015
New Revision: 1706502

URL: http://svn.apache.org/viewvc?rev=1706502&view=rev
Log:
SOLR-7746: Update credit in CHANGES.txt

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=1706502&r1=1706501&r2=1706502&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Fri Oct  2 22:41:42 2015
@@ -203,7 +203,8 @@ Bug Fixes
   related to leader initiated recovery is performed by a dedicated LIR thread in the background.
   (Ramkumar Aiyengar, shalin)
 
-* SOLR-7746: Ping requests stopped working with distrib=true in Solr 5.2.1.  (Michael Sun)
+* SOLR-7746: Ping requests stopped working with distrib=true in Solr 5.2.1.
+  (Alexey Serba, Michael Sun via Gregory Chanan)
 
 * SOLR-6547: ClassCastException in SolrResponseBase.getQTime on update response from CloudSolrClient
   when parallelUpdates is enabled (default) and multiple docs are sent as a single update.