I've uploaded Xapian 0.9.8: http://www.xapian.org/download.php This release mainly fixes minor problems found in 0.9.7. The most notable changes are: * The print-ready API documentation is now PDF instead of PostScript. * Compilation now works out of the box with Redhat's GCC 2.96, IRIX with SGI's compiler, MSVC, older compilers lacking <sstream>, and platforms which need "-lm". * Building 0.9.7 with valgrind installed would fail. * The QueryParser now allows prefixed boolean terms to start with a non-alphanumeric. * The bindings now wrap Remote::open_writable() and the "prog" form of Remote::open(), and handle exceptions from QueryParser::parse_query(). Enjoy! Cheers, Olly