From 6924d616e5560ad4a7f3f66674a8ab11c631e760 Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Fri, 14 Aug 2015 22:40:10 +0000 Subject: [PATCH] LUCENE-6618: move CHANGES.txt entry git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1696003 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 18ed95e7b79..3ec55febc58 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -73,9 +73,6 @@ Bug Fixes * LUCENE-6730: Hyper-parameter c is ignored in term frequency NormalizationH1. (Ahmet Arslan via Robert Muir) -* LUCENE-6618: Properly set MMapDirectory.UNMAP_SUPPORTED when it is now allowed - by security policy. (Robert Muir) - Other * LUCENE-6174: Improve "ant eclipse" to select right JRE for building. @@ -384,6 +381,9 @@ Bug fixes * LUCENE-6723: Fix date parsing problems in Java 9 with date formats using English weekday/month names. (Uwe Schindler) +* LUCENE-6618: Properly set MMapDirectory.UNMAP_SUPPORTED when it is now allowed + by security policy. (Robert Muir) + Changes in Runtime Behavior * LUCENE-6501: The subreader structure in ParallelCompositeReader