You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by bm...@apache.org on 2005/06/10 09:30:17 UTC

svn commit: r189914 - /lucene/java/trunk/CHANGES.txt

Author: bmesser
Date: Fri Jun 10 00:30:15 2005
New Revision: 189914

URL: http://svn.apache.org/viewcvs?rev=189914&view=rev
Log:
remove duplicate entry in change log.

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/CHANGES.txt?rev=189914&r1=189913&r2=189914&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Fri Jun 10 00:30:15 2005
@@ -35,17 +35,12 @@
  5. When opening an IndexWriter with create=true, Lucene now only deletes
     its own files from the index directory (looking at the file name suffixes
     to decide if a file belongs to Lucene). The old behavior was to delete
-    all files. (Daniel Naber, bug #34695)
+    all files. (Daniel Naber and Bernhard Messer, bug #34695)
     
  6. The version of an IndexReader, as returned by getCurrentVersion()
     and getVersion() doesn't start at 0 anymore for new indexes. Instead, it
     is now initialized by the system time in milliseconds.
     (Bernhard Messer via Daniel Naber)
-    
- 7. It is now possible to create a new lucene index within a directory which
-    already contains custom files. Files located in the index directory, will
-    not be deleted during index creation.
-    (Bernhard Messer and Daniel Naber)
  
 New features