mirror of https://github.com/apache/lucene.git
Add version 5.4.1.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1724276 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4fa6c2fe47
commit
7c6dc54ef5
|
@ -88,6 +88,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_5_4_0 = new Version(5, 4, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 5.4.1 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_5_4_1 = new Version(5, 4, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 5.5.0 release.
|
||||
* @deprecated Use latest
|
||||
|
|
|
@ -479,6 +479,31 @@ Other Changes
|
|||
|
||||
* SOLR-8476: Refactor and cleanup CoreAdminHandler (noble, Varun Thacker)
|
||||
|
||||
================== 5.4.1 ==================
|
||||
|
||||
Bug Fixes
|
||||
----------------------
|
||||
|
||||
* SOLR-8460: /analysis/field could throw exceptions for custom attributes. (David Smiley, Uwe Schindler)
|
||||
|
||||
* SOLR-8373: KerberosPlugin: Using multiple nodes on same machine leads clients to
|
||||
fetch TGT for every request (Ishan Chattopadhyaya via noble)
|
||||
|
||||
* SOLR-8059: &debug=results for distributed search when distrib.singlePass (sometimes activated
|
||||
automatically) could result in an NPE. (David Smiley, Markus Jelsma)
|
||||
|
||||
* SOLR-8422: When authentication enabled, requests fail if sent to a node that doesn't host
|
||||
the collection (noble)
|
||||
|
||||
* SOLR-7462: AIOOBE in RecordingJSONParser (Scott Dawson, noble)
|
||||
|
||||
|
||||
New Features
|
||||
----------------------
|
||||
|
||||
* SOLR-8470: Make TTL of PKIAuthenticationPlugin's tokens configurable through a system property
|
||||
(pkiauth.ttl) (noble)
|
||||
|
||||
================== 5.4.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
||||
|
|
Loading…
Reference in New Issue