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

svn commit: r1546796 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/CHANGES.txt

Author: shalin
Date: Sun Dec  1 09:10:03 2013
New Revision: 1546796

URL: http://svn.apache.org/r1546796
Log:
SOLR-5023: Add attribution to issue reporter

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1546796&r1=1546795&r2=1546796&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Sun Dec  1 09:10:03 2013
@@ -78,7 +78,7 @@ New Features
   (Robert Muir)
 
 * SOLR-5023: Add support for deleteInstanceDir to be passed from SolrJ for Core
-  Unload action. (shalin)
+  Unload action. (Lyubov Romanchuk, shalin)
 
 Bug Fixes
 ----------------------