Get rid of permanent filter subprocess at the end of a GUI
+ indexing pass.
+
Add new filter for indexing GNU info files.
+
Index the file name from a zip or chm internal path.
+
Add hotrecoll.py script to help with one-key recoll
+ activation/hiding. Move focus to search entry when unminimized.
+
Handle bad mbox format from Thunderbird.
+
Catch exception which was causing stderr messages while
+ indexing encrypted zip files.
+
Change result list "Edit" links to "Open" for consistency
+ with menus.
+
Change the type of character set conversion occurring
+ when using "Copy file path" from the result list.
+ Should work in more cases than the previous approach (but
+ will still fail sometimes).
+
Update lyx filter.
+
Fix problems with white space in file name in several
+ input filters.
Note: most of the changes are in release 1.14.0. Release 1.14.1 fixed 2
bugs. Release 1.14.2 fixes the help browser which was broken
diff --git a/website/download.html b/website/download.html
index f23ac42e..1c29530b 100644
--- a/website/download.html
+++ b/website/download.html
@@ -48,36 +48,19 @@
Installing over an older version: version 1.13/14 indexes are
- mostly compatible with 1.11, but some new, relatively minor,
- features (ie: duplicates collapsing) depend on a full index
- rebuild. The 1.14 date search feature does not need an
- index rebuild, the data was already in the index.
-
- If installing over 1.10 or older, you need a full
- rebuild. The best way to do this is to just delete the old
- .recoll/xapiandb directory,
- especially if the index was created by an older version.
- (ie: rm -rf ~/.recoll/xapiandb/). On very
- old indexes, recollindex -z may sometimes end
- with a backend doesn't implement metadata error,
- which is wasteful because you then need to delete xapiandb and
- run the indexing again.
Most binary packages on this page need a Qt 4 runtime
- environment (Qt 3.x is specified for a few). To make things easier,
- on systems where Xapian is not available from the standard package
- repositories, the Recoll package will have a static link to Xapian
- so that you do not need to build/install it separately.
The indexing filters for some document types may need
+ external packages not installed on your system by default, and
+ not installed automatically with Recoll:
take a look at the list and decide what you need to
install.
However they are often a bit older or built with older Xapian
releases. Here follow a number of updated packages and
instructions for a number of distributions.
+
Most binary packages on this page need a Qt 4 runtime
+ environment (Qt 3.x is specified for a few). To make things easier,
+ on systems where Xapian is not available from the standard package
+ repositories, the Recoll package will have a static link to Xapian
+ so that you do not need to build/install it separately.
These are just prebuilt trees (without the source files).
- The executables were built with xapian 1.0.8 (patched for the
- NEAR bug) and libiconv 1.9.2 (where relevant) as static
- libraries. They depend on miscellaneous versions of Qt. For
+ Xapian is statically linked. They still depend on Qt. For
Solaris, you should be able to find a Qt package on
sunfreeware.
Installing over an older version: version 1.13/14 indexes are
+ mostly compatible with 1.11, but some new, relatively minor,
+ features (ie: duplicates collapsing) depend on a full index
+ rebuild. The 1.14 date search feature does not need an
+ index rebuild, the data was already in the index.
+
+ If installing over 1.10 or older, you need a full
+ rebuild. The best way to do this is to just delete the old
+ .recoll/xapiandb directory,
+ especially if the index was created by an older version.
+ (ie: rm -rf ~/.recoll/xapiandb/). On very
+ old indexes, recollindex -z may sometimes end
+ with a backend doesn't implement metadata error,
+ which is wasteful because you then need to delete xapiandb and
+ run the indexing again.