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 2015/02/14 21:02:05 UTC

svn commit: r1659853 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/CHANGES.txt

Author: shalin
Date: Sat Feb 14 20:02:04 2015
New Revision: 1659853

URL: http://svn.apache.org/r1659853
Log:
SOLR-6902: Move change log entry to 5.1 section

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

Modified: lucene/dev/branches/branch_5x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/CHANGES.txt?rev=1659853&r1=1659852&r2=1659853&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/solr/CHANGES.txt Sat Feb 14 20:02:04 2015
@@ -10,10 +10,6 @@ servlet container such as Jetty.
 See http://lucene.apache.org/solr for more information.
 
 
-* SOLR-6902: Use JUnit rules instead of inheritance with distributed Solr 
-  tests to allow for multiple tests without the same class.
-  (Ramkumar Aiyengar, Erick Erickson, Mike McCandless)
-
 ==================  5.1.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
@@ -119,6 +115,10 @@ Other Changes
 * SOLR-7112: Fix DeleteInactiveReplicaTest.deleteLiveReplicaTest test failures.
   (shalin)
 
+* SOLR-6902: Use JUnit rules instead of inheritance with distributed Solr
+  tests to allow for multiple tests without the same class.
+  (Ramkumar Aiyengar, Erick Erickson, Mike McCandless)
+
 ==================  5.0.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.