mirror of https://github.com/apache/lucene.git
list the changes for 1.4.3 here, too
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150696 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a48937b2c5
commit
26235ca92d
27
CHANGES.txt
27
CHANGES.txt
|
@ -87,22 +87,12 @@ API Changes
|
|||
|
||||
Bug fixes
|
||||
|
||||
1. The JSP demo page (src/jsp/results.jsp) now properly escapes error
|
||||
messages which might contain user input (e.g. error messages about
|
||||
query parsing). If you used that page as a starting point for your
|
||||
own code please make sure your code also properly escapes HTML
|
||||
characters from user input in order to avoid so-called cross site
|
||||
scripting attacks. (Daniel Naber)
|
||||
|
||||
2. The JSP demo page (src/jsp/results.jsp) now properly closes the
|
||||
1. The JSP demo page (src/jsp/results.jsp) now properly closes the
|
||||
IndexSearcher it opens. (Daniel Naber)
|
||||
|
||||
3. Fixed a bug in IndexWriter.addIndexes(IndexReader[] readers) that
|
||||
2. Fixed a bug in IndexWriter.addIndexes(IndexReader[] readers) that
|
||||
prevented deletion of obsolete segments. (Christoph Goller)
|
||||
|
||||
4. QueryParser changes in 1.4.2 broke the QueryParser API. Now the old
|
||||
API is supported again. (Christoph)
|
||||
|
||||
Optimizations
|
||||
|
||||
1. Disk usage (peak requirements during indexing and optimization)
|
||||
|
@ -128,6 +118,19 @@ Optimizations
|
|||
(Jonathan Hager via Daniel Naber)
|
||||
|
||||
|
||||
1.4.3
|
||||
|
||||
1. The JSP demo page (src/jsp/results.jsp) now properly escapes error
|
||||
messages which might contain user input (e.g. error messages about
|
||||
query parsing). If you used that page as a starting point for your
|
||||
own code please make sure your code also properly escapes HTML
|
||||
characters from user input in order to avoid so-called cross site
|
||||
scripting attacks. (Daniel Naber)
|
||||
|
||||
2. QueryParser changes in 1.4.2 broke the QueryParser API. Now the old
|
||||
API is supported again. (Christoph)
|
||||
|
||||
|
||||
1.4.2
|
||||
|
||||
1. Fixed bug #31241: Sorting could lead to incorrect results (documents
|
||||
|
|
Loading…
Reference in New Issue