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/03/18 00:39:37 UTC

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

Author: markrmiller
Date: Mon Mar 17 23:39:37 2014
New Revision: 1578665

URL: http://svn.apache.org/r1578665
Log:
update CHANGES with 4.7.1 entries

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=1578665&r1=1578664&r2=1578665&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Mon Mar 17 23:39:37 2014
@@ -134,9 +134,6 @@ New Features
 Bug Fixes
 ----------------------
 
-* SOLR-5647: The lib paths in example-schemaless will now load correctly.
-  (Paul Westin via Shawn Heisey)
-
 * SOLR-5423: CSV output doesn't include function field
   (Arun Kumar, hossman, Steve Rowe)
 
@@ -171,27 +168,15 @@ Bug Fixes
 * SOLR-5839: ZookeeperInfoServlet does not trim path properly.
   (Furkan KAMACI via Mark Miller)
 
-* SOLR-5800: Admin UI - Analysis form doesn't render results correctly when a
-  CharFilter is used. (steffkes)
-
 * SOLR-5861: Recovery should not set onlyIfLeaderActive=true for slice in 'recovery'
   state. (shalin)
 
-* SOLR-5867: OverseerCollectionProcessor isn't properly generating https urls in some
-  cases. (Steve Davids via shalin)
-
 * SOLR-5866: UpdateShardHandler needs to use the system default scheme registry to
   properly handle https via javax.net.ssl.* properties. (Steve Davids via shalin)
 
 * SOLR-5550: shards.info is not returned by a short circuited distributed query.
   (Timothy Potter, shalin)
 
-* SOLR-5875: QueryComponent.mergeIds() unmarshals all docs' sort field values once
-  per doc instead of once per shard.
-  (Alexey Serba, hoss, Martin de Vries via Steve Rowe)
-
-* SOLR-5870: Admin UI - Reload on Core Admin doesn't show errors (steffkes)
-
 Optimizations
 ----------------------
 * SOLR-1880: Distributed Search skips GET_FIELDS stage if EXECUTE_QUERY
@@ -249,6 +234,40 @@ Other Changes
 * SOLR-5838: Relative SolrHome Path Bug At AbstractFullDistribZkTestBase.
   (Furkan KAMACI via shalin)
 
+==================  4.7.1  ==================
+
+Versions of Major Components
+---------------------
+Apache Tika 1.4
+Carrot2 3.8.0
+Velocity 1.7 and Velocity Tools 2.0
+Apache UIMA 2.3.1
+Apache ZooKeeper 3.4.5
+
+Detailed Change List
+----------------------
+
+Bug Fixes
+----------------------
+
+* SOLR-5647: The lib paths in example-schemaless will now load correctly.
+  (Paul Westin via Shawn Heisey)
+
+* SOLR-5770: All attempts to match a SolrCore with it's state in clusterstate.json
+  should be done with the CoreNodeName. (Steve Davids via Mark Miller)
+
+* SOLR-5875: QueryComponent.mergeIds() unmarshals all docs' sort field values once
+  per doc instead of once per shard.
+  (Alexey Serba, hoss, Martin de Vries via Steve Rowe)
+
+* SOLR-5800: Admin UI - Analysis form doesn't render results correctly when a
+  CharFilter is used. (steffkes)
+
+* SOLR-5870: Admin UI - Reload on Core Admin doesn't show errors (steffkes)
+
+* SOLR-5867: OverseerCollectionProcessor isn't properly generating https urls in some
+  cases. (Steve Davids via shalin)
+
 ==================  4.7.0 ==================
 
 Versions of Major Components
@@ -539,9 +558,6 @@ Bug Fixes
 * SOLR-5448: ShowFileRequestHandler treats everything as Directory, when in
   Cloud-Mode. (Erick Erickson, steffkes)
 
-* SOLR-5770: All attempts to match a SolrCore with it's state in clusterstate.json 
-  should be done with the CoreNodeName. (Steve Davids via Mark Miller)
-
 Optimizations
 ----------------------