Hi, I am pleased to announce Harvest-1.8.2 codename Eva. For more information about "codename Eva", see: http://harvest.sourceforge.net/developers/masa/ What's new: * Updated GDBM to 1.8.3. * Harvest compiles under Cygwin. (Michael Schlenker) * Fixed bogus result cache hit reported by Sutapa Ranjan. * Added Russian query pages. (Andrew Malashevich) It would be nice if anybody could try Harvest under Cygwin. There were problems in broker's search result cache code. It could cause bogus cache hits when using multiple brokers with different content on a single machine. This happened because all brokers shared the same directory for the cached data. This was fixed by using different directory for each broker's cache. Sadly, this causes some incompatible changes to the previous versions. To update from a previous version without creating the brokers from scratch, you have to do following: # cd $HARVEST_HOME # chmod 0755 tmp # cd tmp # rm -f *.search # mkdir BROKER_1 BROKER_2 ... # chmod 1777 BROKER_1 BROKER_2 ... I have finally created a Harvest mailinglist and would like to invite everybody interested in developing, using or simply keeping an eye on the future development of Harvest, to join the mailinglist. To join the mailinglist, please use: https://lists.sourceforge.net/lists/listinfo/harvest-devel For more information about Harvest, please visit: http://harvest.sourceforge.net/ Thank you. kj