You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2013/09/26 17:31:33 UTC

svn commit: r1526575 - /lucene/dev/branches/lucene_solr_4_5/lucene/CHANGES.txt

Author: mikemccand
Date: Thu Sep 26 15:31:32 2013
New Revision: 1526575

URL: http://svn.apache.org/r1526575
Log:
LUCENE-5218: add CHANGES

Modified:
    lucene/dev/branches/lucene_solr_4_5/lucene/CHANGES.txt

Modified: lucene/dev/branches/lucene_solr_4_5/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_5/lucene/CHANGES.txt?rev=1526575&r1=1526574&r2=1526575&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_5/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_4_5/lucene/CHANGES.txt Thu Sep 26 15:31:32 2013
@@ -125,6 +125,10 @@ Bug Fixes
 
 * LUCENE-5223: Fixed IndexUpgrader command line parsing: -verbose is not required
   and -dir-impl option now works correctly.  (hossman)
+
+* LUCENE-5218: In some cases, trying to retrieve or merge a 0-length
+  binary doc value would hit an ArrayIndexOutOfBoundsException.
+  (Littlestar via Mike McCandless)
   
 API Changes