Release notes for Recoll 1.17.x

Caveats

Installing over an older version: 1.17 is fully compatible with 1.16 indexes, and mostly compatible with 1.15 ones, except for a few differences for weird terms containing punctuation signs. Perform a full index pass if installing over an older version. The simplest way to do this is to quit all recoll programs and just delete the index directory (rm -rf ~/.recoll/xapiandb), then start recoll or recollindex. recollindex -z will do the same in most cases.

Some new, auxiliary, features do require a full reindex to work:

Changes

Recoll 1.17 is an incremental improvements release over 1.16, with quite a few changes under the hood (like the introduction of a webkit-based result list), but relatively few obvious changes for the casual user.

Note to packagers: you need to either depend on libqt4-webkit or run configure --disable-webkit (1st option preferred if possible of course).