mirror of https://github.com/apache/lucene.git
put changes entry in wrong place last commit - move it
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@906554 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db62a20003
commit
9dc5d7edda
10
CHANGES.txt
10
CHANGES.txt
|
@ -165,6 +165,11 @@ Bug Fixes
|
||||||
* SOLR-1711: SolrJ - StreamingUpdateSolrServer had a race condition that
|
* SOLR-1711: SolrJ - StreamingUpdateSolrServer had a race condition that
|
||||||
could halt the streaming of documents. (Attila Babo via yonik)
|
could halt the streaming of documents. (Attila Babo via yonik)
|
||||||
|
|
||||||
|
* SOLR-1748, SOLR-1747, SOLR-1746, SOLR-1745, SOLR-1744: Streams and Readers
|
||||||
|
retrieved from ContentStreams are not closed in various places, resulting
|
||||||
|
in file descriptor leaks.
|
||||||
|
(Christoff Brill, Mark Miller)
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
@ -850,11 +855,6 @@ Bug Fixes
|
||||||
caused an error to be returned, although the deletes were
|
caused an error to be returned, although the deletes were
|
||||||
still executed. (asmodean via yonik)
|
still executed. (asmodean via yonik)
|
||||||
|
|
||||||
76. SOLR-1748, SOLR-1747, SOLR-1746, SOLR-1745, SOLR-1744: Streams and Readers
|
|
||||||
retrieved from ContentStreams are not closed in various places, resulting
|
|
||||||
in file descriptor leaks.
|
|
||||||
(Christoff Brill, Mark Miller)
|
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
----------------------
|
----------------------
|
||||||
1. Upgraded to Lucene 2.4.0 (yonik)
|
1. Upgraded to Lucene 2.4.0 (yonik)
|
||||||
|
|
Loading…
Reference in New Issue