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 2018/03/06 19:47:24 UTC

[6/7] lucene-solr:master: Synchronize 6.6.3 changes

Synchronize 6.6.3 changes


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

Branch: refs/heads/master
Commit: eab33d00a0a4dcbedac6b8daa432f62ec91fa2aa
Parents: e5541bc
Author: Steve Rowe <sa...@gmail.com>
Authored: Tue Mar 6 14:40:27 2018 -0500
Committer: Steve Rowe <sa...@gmail.com>
Committed: Tue Mar 6 14:40:27 2018 -0500

----------------------------------------------------------------------
 lucene/CHANGES.txt | 6 +++++-
 solr/CHANGES.txt   | 8 +++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/eab33d00/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 27df1b2..fc22c7d 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -733,7 +733,11 @@ Other
   (David Smiley)
 
 ======================= Lucene 6.6.3 =======================
-(No Changes)
+
+Build
+
+* LUCENE-6144: Upgrade Ivy to 2.4.0; 'ant ivy-bootstrap' now removes old Ivy
+  jars in ~/.ant/lib/.  (Shawn Heisey, Steve Rowe)
 
 ======================= Lucene 6.6.2 =======================
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/eab33d00/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index f4b74a7..3dc4b45 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -1706,9 +1706,15 @@ Apache UIMA 2.3.1
 Apache ZooKeeper 3.4.11
 Jetty 9.4.8.v20171121
 
+Bug Fixes
+----------------------
 
-(No Changes)
+* SOLR-11971: Don't allow referal to external resources in DataImportHandler's dataConfig request parameter.
+  (麦 香浓郁, Uwe Schindler)
+
+* SOLR-11503: Collections created with legacyCloud=true cannot be opened if legacyCloud=false (Erick Erickson)
 
+* SOLR-11993: LeaderInitiatedRecoveryThread does not retry on UnknownHostException (shalin, Cao Manh Dat, Steve Rowe)
 
 ==================  6.6.2 ==================