You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/14 17:40:58 UTC

[3/3] lucene-solr:branch_5_5: SOLR-9034: Add 5.5.2 CHANGES entry

SOLR-9034: Add 5.5.2 CHANGES entry


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/6f06e56c
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/6f06e56c
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/6f06e56c

Branch: refs/heads/branch_5_5
Commit: 6f06e56c735b51ee79497fdfc51ca6ac46de863e
Parents: 7777599
Author: Steve Rowe <sa...@apache.org>
Authored: Tue Jun 14 13:19:09 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Tue Jun 14 13:19:09 2016 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6f06e56c/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ac59af2..1965c54 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -10,7 +10,19 @@ See http://lucene.apache.org/solr for more information.
 
 ======================= 5.5.2 =======================
 
+Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+
+Versions of Major Components
+---------------------
+Apache Tika 1.7
+Carrot2 3.10.4
+Velocity 1.7 and Velocity Tools 2.0
+Apache UIMA 2.3.1
+Apache ZooKeeper 3.4.6
+Jetty 9.2.13.v20150730
+
 Bug Fixes
+---------------------
 
 * SOLR-9198: config APIs unable to add multiple values with same name (noble)
 
@@ -20,6 +32,9 @@ Bug Fixes
   and there are explicit operators (except for AND) - addresses problems caused by SOLR-2649.
   (Greg Pendlebury, Jan H�ydahl, Erick Erickson, Steve Rowe)
 
+* SOLR-9034: Atomic updates failed to work when there were copyField targets that had docValues
+  enabled. (Karthik Ramachandran, Ishan Chattopadhyaya, yonik)
+
 ======================= 5.5.1 =======================
 
 Bug Fixes