diff --git a/website/download.html b/website/download.html index 6c44ba2d..32369fef 100644 --- a/website/download.html +++ b/website/download.html @@ -293,8 +293,11 @@ packages if you want use the source rpms.
Recoll is present in the standard Fedora package repositories starting from -F-12. The new versions are tracked quite closely, so I don't build the rpms any -more (email me if you need one).
+ F-12. The new versions are usually tracked quite closely, but + 1.19.14p2 is not there yet, so here are some packages + for Fedora 20 and Fedora + 21. There are only x86_64 binaries for now, use the source rpm + for other archs.However, if you are running a Recoll version older than 1.17, you should really upgrade.
+A new rclmpdf filter for processing + PDF files with attachments. This replaces the old rclpdf + filter. You need to add it to ~/.recoll/mimeconf until it is + made standard (this is still a bit experimental, and a big + change from the previous filter): +
+ [index] + application/pdf = execm rclmpdf ++ Note the execm instead of exec. +
rclsoff: the previous version did not produce white space between input tab-separated words, leading to search failures.
+New rclpurple filter for Pidging and diff --git a/website/index.html.en b/website/index.html.en index e9581832..6765e1cf 100644 --- a/website/index.html.en +++ b/website/index.html.en @@ -52,7 +52,8 @@ display an even quicker text preview.
The current Recoll version is @@ -94,6 +95,17 @@
Always reset the index if you do not know by which version it was created
-(you're not sure it's 1.18). 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, but
-not all, cases. It's better to use the rm method, which will also
-ensure that no debris from older releases remain (e.g.: old stemming files
-which are not used any more).
To be safe, always reset the index when upgrading to 1.19. There
+ was a persistent index corruption issue in 1.18
+ and earlier versions.
+ 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, but
+ not all, cases. It's better to use the rm method, which will also
+ ensure that no debris from older releases remain (e.g.: old stemming files
+ which are not used any more).
Installing 1.19 over an 1.18 index will force a lot of reindexing anyway because Recoll switched to using st_ctime instead of st_mtime to @@ -74,12 +76,15 @@ Configuration menu.