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/05/17 08:15:38 UTC

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

Author: shalin
Date: Fri May 17 06:15:38 2013
New Revision: 1483661

URL: http://svn.apache.org/r1483661
Log:
Moving issues to 4.3.1 in change log before backport

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=1483661&r1=1483660&r2=1483661&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Fri May 17 06:15:38 2013
@@ -85,15 +85,9 @@ New Features
 Bug Fixes
 ----------------------
 
-* SOLR-4741: Deleting a collection should set DELETE_DATA_DIR to true. 
-  (Mark Miller)
-  
-* SOLR-4333: edismax parser to not double-escape colons if already escaped by 
+* SOLR-4333: edismax parser to not double-escape colons if already escaped by
   the client application (James Dyer, Robert J. van der Boon)
 
-* SOLR-4752: There are some minor bugs in the Collections API parameter
-  validation. (Mark Miller)
-
 * SOLR-4776: Solrj doesn't return "between" count in range facets
   (Philip K. Warren via shalin)
 
@@ -106,13 +100,6 @@ Bug Fixes
 * SOLR-4790: Throw an error if a core has the same name as another core, both old and
   new style solr.xml
 
-* SOLR-4563: RSS DIH-example not working (janhoy)
-
-* SOLR-4796: zkcli.sh should honor JAVA_HOME (Roman Shaposhnik via Mark Miller)
-
-* SOLR-4734: Leader election fails with an NPE if there is no UpdateLog.
- (Mark Miller, Alexander Eibner)
-
 Other Changes
 ----------------------
 
@@ -188,6 +175,19 @@ Bug Fixes
 * SOLR-4751: Fix replication problem of files in sub directory of conf directory.
   (Minoru Osuka via Koji)
 
+* SOLR-4741: Deleting a collection should set DELETE_DATA_DIR to true.
+  (Mark Miller)
+
+* SOLR-4752: There are some minor bugs in the Collections API parameter
+  validation. (Mark Miller)
+
+* SOLR-4563: RSS DIH-example not working (janhoy)
+
+* SOLR-4796: zkcli.sh should honor JAVA_HOME (Roman Shaposhnik via Mark Miller)
+
+* SOLR-4734: Leader election fails with an NPE if there is no UpdateLog.
+ (Mark Miller, Alexander Eibner)
+
 Other Changes
 ----------------------