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 2014/01/17 03:03:06 UTC

svn commit: r1558983 - in /lucene/dev/branches/lucene_solr_4_6: ./ dev-tools/scripts/__pycache__/ solr/ solr/CHANGES.txt

Author: markrmiller
Date: Fri Jan 17 02:03:06 2014
New Revision: 1558983

URL: http://svn.apache.org/r1558983
Log:
SOLR-4260: Add name to CHANGES

Added:
    lucene/dev/branches/lucene_solr_4_6/dev-tools/scripts/__pycache__/
Modified:
    lucene/dev/branches/lucene_solr_4_6/   (props changed)
    lucene/dev/branches/lucene_solr_4_6/solr/   (props changed)
    lucene/dev/branches/lucene_solr_4_6/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/lucene_solr_4_6/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_6/solr/CHANGES.txt?rev=1558983&r1=1558982&r2=1558983&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_6/solr/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_4_6/solr/CHANGES.txt Fri Jan 17 02:03:06 2014
@@ -119,7 +119,7 @@ Bug Fixes
 * SOLR-4260: ConcurrentUpdateSolrServer#blockUntilFinished can return before
   all previously added updates have finished. This could cause distributed
   updates meant for replicas to be lost. (Markus Jelsma, Timothy Potter,
-  Joel Bernstein)
+  Joel Bernstein, Mark Miller)
 
 Optimizations
 ----------------------