mirror of https://github.com/apache/lucene.git
LUCENE-3962: Fix missing entries in CHANGES.txt before release of 3.6.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
81ddd8cbe2
commit
d14d365317
|
@ -1073,6 +1073,10 @@ Build
|
|||
directory. The 'clean' target now removes them.
|
||||
(Steve Rowe, Robert Muir)
|
||||
|
||||
* LUCENE-3930: Changed build system to use Apache Ivy for retrival of 3rd
|
||||
party JAR files. Please review BUILD.txt for instructions.
|
||||
(Robert Muir, Chris Male, Uwe Schindler, Steven Rowe, Hossman)
|
||||
|
||||
|
||||
======================= Lucene 3.5.0 =======================
|
||||
|
||||
|
|
|
@ -746,12 +746,6 @@ Bug Fixes
|
|||
* SOLR-3195: timeAllowed is ignored for grouping queries
|
||||
(Russell Black via Martijn van Groningen)
|
||||
|
||||
* SOLR-3204: The packaged pre-release artifact of Commons CSV used the original
|
||||
package name (org.apache.commons.csv). This created a compatibility issue as
|
||||
the Apache Commons team works toward an official release of Commons CSV.
|
||||
JARJAR (http://code.google.com/p/jarjar/) was used to change the package name
|
||||
to org.apache.solr.internal.csv. (Uwe Schindler, Emmanuel Bourg)
|
||||
|
||||
* SOLR-2124: Do not log stack traces for "Service Disabled" / 503 Exceptions (PingRequestHandler, etc)
|
||||
(James Dyer, others)
|
||||
|
||||
|
@ -791,7 +785,7 @@ Other Changes
|
|||
AppendedSolrParams into factory methods.
|
||||
(David Smiley via hossman)
|
||||
|
||||
* Solr-3032: Deprecate logOnce from SolrException logOnce and all the supporting
|
||||
* SOLR-3032: Deprecate logOnce from SolrException logOnce and all the supporting
|
||||
structure will disappear in 4.0. Errors should be caught and logged at the
|
||||
top-most level or logged and NOT propagated up the chain. (Erick Erickson)
|
||||
|
||||
|
@ -833,6 +827,18 @@ Build
|
|||
|
||||
* SOLR-3112: Fix tests not to write to src/test-files (Luca Cavanna via Robert Muir)
|
||||
|
||||
* LUCENE-3753: Restructure the Solr build system. (Steve Rowe)
|
||||
|
||||
* SOLR-3204: The packaged pre-release artifact of Commons CSV used the original
|
||||
package name (org.apache.commons.csv). This created a compatibility issue as
|
||||
the Apache Commons team works toward an official release of Commons CSV.
|
||||
The source of Commons CSV was added under a separate package name to the
|
||||
Solr source code. (Uwe Schindler, Chris Male, Emmanuel Bourg)
|
||||
|
||||
* LUCENE-3930: Changed build system to use Apache Ivy for retrival of 3rd
|
||||
party JAR files. Please review README.txt for instructions.
|
||||
(Robert Muir, Chris Male, Uwe Schindler, Steven Rowe, Hossman)
|
||||
|
||||
================== 3.5.0 ==================
|
||||
|
||||
New Features
|
||||
|
|
Loading…
Reference in New Issue