I just posted a second release candidate for Lucene 1.2. This can be found at: http://jakarta.apache.org/builds/jakarta-lucene/release/v1.2-rc2/
If no serious bugs are found in the next few days, then I will make this the 1.2 final release. Changes from 1.2 RC1: - added sources to distribution - removed broken build scripts and libraries from distribution - SegmentsReader: fixed potential race condition - FSDirectory: fixed so that getDirectory(xxx,true) correctly erases the directory contents, even when the directory has already been accessed in this JVM. - RangeQuery: Fix issue where an inclusive range query would include the nearest term in the index above a non-existant specified upper term. - SegmentTermEnum: Fix NullPointerException in clone() method when the Term is null. - JDK 1.1 compatibility fix: disabled lock files for JDK 1.1, since they rely on a feature added in JDK 1.2. Doug
