I've uploaded Xapian 0.8.5: http://www.xapian.org/download.php This release mostly consists of minor bugfixes to 0.8.4. Additionally, quartzcompact now allows non-full compaction, while full compaction is a little bit more compact. And omindex doesn't follow symlinks by default - the new --follow option enables the old behaviour. Full details of the changes can be found using the links next to each component on the download page. Cheers, Olly
Should I also recomile omega or is installing the core adequate? Thanks, Jim. Olly Betts wrote:>I've uploaded Xapian 0.8.5: > >http://www.xapian.org/download.php > >This release mostly consists of minor bugfixes to 0.8.4. Additionally, >quartzcompact now allows non-full compaction, while full compaction >is a little bit more compact. And omindex doesn't follow symlinks by >default - the new --follow option enables the old behaviour. > >Full details of the changes can be found using the links next to each >component on the download page. > >Cheers, > Olly > >_______________________________________________ >Xapian-discuss mailing list >Xapian-discuss@lists.xapian.org >http://lists.xapian.org/mailman/listinfo/xapian-discuss > >
Olly Betts wrote:> I've uploaded Xapian 0.8.5: > > http://www.xapian.org/download.php >Source and binary RPMs for Fedora Core 3/i386 are available here : http://www.chez.com/colinf/xapian/ I had to make a tiny change to xapian.spec, line 60 : " # makeinstall doesn't work properly with libtool built libraries " instead of " # %makeinstall ... " For some reason, rpm insists on expanding "%makeinstall" even though it's commented out and dies at the install stage. Omega doesn't work for me but I suspect it's because of SELinux attributes. One can disable SELinux protection for httpd by running 'system-config-securitylevel' and in the "SELinux" tab, select the "Disable SELinux protection for httpd daemon" checkbox under "HTTPD Service". I'll try to investigate how the security contexts file could be modified to allow omega to run with SELinux protection... Fabrice