From 6d7e64311d20cd17961172bf802fb1cc396dd668 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Mon, 11 Jan 2016 15:26:30 +0000 Subject: [PATCH] LUCENE-6948: Move CHANGES entry to 5.4.1. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1724062 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 920c1890f40..8420e867f71 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -179,10 +179,6 @@ Bug Fixes stop words following a span can unduly make the fragment way too long. (Elmer Garduno, Lukhnos Liu via David Smiley) -* LUCENE-6948: Fix ArrayIndexOutOfBoundsException in PagedBytes$Reader.fill - by removing an unnecessary long-to-int cast. - (Michael Lawley via Christine Poerschke) - Other * LUCENE-6924: Upgrade randomizedtesting to 2.3.2. (Dawid Weiss) @@ -245,6 +241,10 @@ Bug Fixes hide the true docvalues update generation or other properties. (Ishan Chattopadhyaya via Robert Muir) +* LUCENE-6948: Fix ArrayIndexOutOfBoundsException in PagedBytes$Reader.fill + by removing an unnecessary long-to-int cast. + (Michael Lawley via Christine Poerschke) + ======================= Lucene 5.4.0 ======================= New Features