You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ar...@apache.org on 2006/08/17 15:36:39 UTC

svn commit: r432236 - /incubator/lucene.net/trunk/C#/src/HISTORY.txt

Author: aroush
Date: Thu Aug 17 06:36:38 2006
New Revision: 432236

URL: http://svn.apache.org/viewvc?rev=432236&view=rev
Log: (empty)

Modified:
    incubator/lucene.net/trunk/C#/src/HISTORY.txt

Modified: incubator/lucene.net/trunk/C#/src/HISTORY.txt
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/HISTORY.txt?rev=432236&r1=432235&r2=432236&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/HISTORY.txt (original)
+++ incubator/lucene.net/trunk/C#/src/HISTORY.txt Thu Aug 17 06:36:38 2006
@@ -1,15 +1,16 @@
 Lucene.Net History
 ------------------
 
+
 13Jul06:
-    - Release:  Lucene.Net.1.9.1 build 001
-    - Port: Lucene.Net.Documents.TimeToString() -- re-based with the Java version
-    - Port: Lucene.Net.Index.IndexWriter.SetMaxBufferedDocs() -- re-based with the Java version
-    - Port: Lucene.Net.Store.BufferedIndexOutput.WriteBytes() -- re-based with the Java version
-    - Port: Lucene.Net.Store.RAMOutputStream.FlushBuffer() -- re-based with the Java version
-    - Port: Lucene.Net.Demo.* -- re-based with the Java version
-    - Port: Test.Lucene.Net.Index.TestCompoundFile.TestLargeWrites() -- new test case added
-    - Port: Test.Lucene.Net.StoreTest.Test() -- re-based with the Java version
+	- Release:  Lucene.Net.1.9.1 build 001
+	- Port: Lucene.Net.Documents.TimeToString() -- re-based with the Java version
+	- Port: Lucene.Net.Index.IndexWriter.SetMaxBufferedDocs() -- re-based with the Java version
+	- Port: Lucene.Net.Store.BufferedIndexOutput.WriteBytes() -- re-based with the Java version
+	- Port: Lucene.Net.Store.RAMOutputStream.FlushBuffer() -- re-based with the Java version
+	- Port: Lucene.Net.Demo.* -- re-based with the Java version
+	- Port: Test.Lucene.Net.Index.TestCompoundFile.TestLargeWrites() -- new test case added
+	- Port: Test.Lucene.Net.StoreTest.Test() -- re-based with the Java version
 
 
 09Jul06: