Merged revision(s) 1206022 from lucene/dev/branches/branch_3x:

LUCENE-3594: Add CHANGES.txt because we have a small backwards break

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1206023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-11-25 00:12:19 +00:00
parent 94fae441e3
commit d03c59d685
1 changed files with 6 additions and 0 deletions

View File

@ -643,6 +643,12 @@ Bug fixes
======================= Lucene 3.6.0 =======================
Changes in backwards compatibility policy
* LUCENE-3594: The protected inner class (never intended to be visible)
FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet was removed and
replaced by another internal implementation. (Uwe Schindler)
Security fixes
* LUCENE-3588: Try harder to prevent SIGSEGV on cloned MMapIndexInputs: