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/01/30 17:57:13 UTC

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

Author: markrmiller
Date: Wed Jan 30 16:57:13 2013
New Revision: 1440518

URL: http://svn.apache.org/viewvc?rev=1440518&view=rev
Log:
SOLR-4380: fix JIRA issue number

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=1440518&r1=1440517&r2=1440518&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Wed Jan 30 16:57:13 2013
@@ -97,7 +97,7 @@ Bug Fixes
 
 * SOLR-3967: langid.enforceSchema option checks source field instead of target field (janhoy)
 
-* SOLR-3911: Replicate after startup option would not replicate until the
+* SOLR-4380: Replicate after startup option would not replicate until the
   IndexWriter was lazily opened. (Mark Miller, Gregg Donovan)
 
 Optimizations