From a92eb6d93c39d0138a2ecfa9d67d69fa7e8a77a4 Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Sun, 2 Mar 2003 01:22:36 +0000 Subject: [PATCH] - Added info about FSDirectory change. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149953 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 366b67374e3..83cc9c70031 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -153,6 +153,11 @@ $Id$ arguments, for easy FSDirectory to RAMDirectory conversion. (otis) + 24. Added code for manual renaming of files in FSDirectory, since it + has been reported that java.io.File's renameTo(File) method sometimes + fails on Windows JVMs. + (Matt Tucker via otis) + 1.2 RC6