You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by do...@apache.org on 2011/03/23 12:47:19 UTC

svn commit: r1084549 - /lucene/dev/trunk/modules/benchmark/CHANGES.txt

Author: doronc
Date: Wed Mar 23 11:47:18 2011
New Revision: 1084549

URL: http://svn.apache.org/viewvc?rev=1084549&view=rev
Log:
LUCENE-2980: Benchmark's ContentSource made insensitive to letter case of file suffix - fix CHANGES entry.

Modified:
    lucene/dev/trunk/modules/benchmark/CHANGES.txt

Modified: lucene/dev/trunk/modules/benchmark/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/modules/benchmark/CHANGES.txt?rev=1084549&r1=1084548&r2=1084549&view=diff
==============================================================================
--- lucene/dev/trunk/modules/benchmark/CHANGES.txt (original)
+++ lucene/dev/trunk/modules/benchmark/CHANGES.txt Wed Mar 23 11:47:18 2011
@@ -2,10 +2,10 @@ Lucene Benchmark Contrib Change Log
 
 The Benchmark contrib package contains code for benchmarking Lucene in a variety of ways.
 
-03/22/2011
+03/23/2011
   LUCENE-2980: Benchmark's ContentSource no more requires lower case file suffixes 
   for detecting file type (gzip/bzip2/text). As part of this fix worked around an 
-  issue with gzip/bzip input streams which were remaining open (See COMPRESS-127).
+  issue with gzip input streams which were remaining open (See COMPRESS-127).
   (Doron Cohen) 
 
 03/22/2011