You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/02/02 08:10:27 UTC

[lucene-solr] branch master updated: LUCENE-9686: Add changes entry.

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 2da7a4a  LUCENE-9686: Add changes entry.
2da7a4a is described below

commit 2da7a4a86d3620add49f3372a12d90c8b9aee0fd
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Tue Feb 2 09:09:54 2021 +0100

    LUCENE-9686: Add changes entry.
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index d0543a7..824efaa 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -185,6 +185,9 @@ Improvements
 
 Bug fixes
 
+* LUCENE-9686: Fix read past EOF handling in DirectIODirectory. (Zach Chen, 
+  Julie Tibshirani)
+
 * LUCENE-8663: NRTCachingDirectory.slowFileExists may open a file while 
   it's inaccessible. (Dawid Weiss)