mirror of https://github.com/apache/lucene.git
Adding 6.7 release after cutting 6.6 branch
This commit is contained in:
parent
8990500183
commit
2f6700972e
|
@ -92,6 +92,9 @@ Other
|
||||||
* LUCENE-7753: Make fields static when possible.
|
* LUCENE-7753: Make fields static when possible.
|
||||||
(Daniel Jelinski via Adrien Grand)
|
(Daniel Jelinski via Adrien Grand)
|
||||||
|
|
||||||
|
======================= Lucene 6.7.0 =======================
|
||||||
|
(No Changes)
|
||||||
|
|
||||||
======================= Lucene 6.6.0 =======================
|
======================= Lucene 6.6.0 =======================
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
|
|
|
@ -115,6 +115,13 @@ public final class Version {
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static final Version LUCENE_6_6_0 = new Version(6, 6, 0);
|
public static final Version LUCENE_6_6_0 = new Version(6, 6, 0);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Match settings and bugs in Lucene's 6.7.0 release.
|
||||||
|
* @deprecated Use latest
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
public static final Version LUCENE_6_7_0 = new Version(6, 7, 0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Match settings and bugs in Lucene's 7.0.0 release.
|
* Match settings and bugs in Lucene's 7.0.0 release.
|
||||||
* <p>
|
* <p>
|
||||||
|
|
|
@ -140,6 +140,23 @@ Other Changes
|
||||||
|
|
||||||
* SOLR-10647: Move the V1 <-> V2 API mapping to SolrJ (noble)
|
* SOLR-10647: Move the V1 <-> V2 API mapping to SolrJ (noble)
|
||||||
|
|
||||||
|
================== 6.7.0 ==================
|
||||||
|
|
||||||
|
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||||
|
|
||||||
|
Versions of Major Components
|
||||||
|
---------------------
|
||||||
|
Apache Tika 1.13
|
||||||
|
Carrot2 3.15.0
|
||||||
|
Velocity 1.7 and Velocity Tools 2.0
|
||||||
|
Apache UIMA 2.3.1
|
||||||
|
Apache ZooKeeper 3.4.10
|
||||||
|
Jetty 9.3.14.v20161028
|
||||||
|
|
||||||
|
|
||||||
|
(No Changes)
|
||||||
|
|
||||||
|
|
||||||
================== 6.6.0 ==================
|
================== 6.6.0 ==================
|
||||||
|
|
||||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||||
|
|
Loading…
Reference in New Issue