mirror of https://github.com/apache/lucene.git
Move backported fix to the right version in changelog
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
395c85e54a
commit
05bfbd47a3
|
@ -177,9 +177,6 @@ Bug Fixes
|
|||
* SOLR-5861: Recovery should not set onlyIfLeaderActive=true for slice in 'recovery'
|
||||
state. (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)
|
||||
|
||||
|
@ -279,6 +276,9 @@ Bug Fixes
|
|||
* 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)
|
||||
|
||||
================== 4.7.0 ==================
|
||||
|
||||
Versions of Major Components
|
||||
|
|
Loading…
Reference in New Issue