From d14673ef42a46ffc1231eb96e1dce20aa39432a2 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 31 Jul 2015 11:22:47 +0200 Subject: [PATCH] doc --- src/doc/user/usermanual.xml | 6 +++++- website/release-1.21.html | 28 ++++++++++++++++++++++------ 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml index 3b8c1227..cbe8c549 100644 --- a/src/doc/user/usermanual.xml +++ b/src/doc/user/usermanual.xml @@ -2917,7 +2917,11 @@ MimeType=*/* use the Makefile in the query directory to build it. This is a very simple program, and if you can program a little c++, you may find it - useful to taylor its output format to your needs. + useful to taylor its output format to your needs. Not that recollq is + only really useful on systems where the Qt libraries (or even the X11 + ones) are not available. Otherwise, just use recoll + -t, which takes the exact same parameters and options which + are described for recollq recollq has a man page (not installed by default, look in the doc/man directory). The diff --git a/website/release-1.21.html b/website/release-1.21.html index fbf9a089..3b20140b 100644 --- a/website/release-1.21.html +++ b/website/release-1.21.html @@ -1,7 +1,7 @@ - Recoll 1.20 series release notes + Recoll 1.21 series release notes @@ -23,7 +23,7 @@
-

Release notes for Recoll 1.20.x

+

Release notes for Recoll 1.21.x

Caveats

@@ -55,8 +55,23 @@ see the manual). If you do so, you must then reset the index.

+

Minor releases

+
    +
  • 1.21.1: +
      +
    • Force memory usage limits on external filters.
    • +
    • GUI: add Ctrl+l as a shortcut to return focus to the + search entry (compat with web browsers).
    • +
    • result list popup allows saving results from web cache + to files.
    • +
    • The web history indexer also processes non-html files + (e.g.: pdfs).
    • + +
    +
  • +
-

Changes in Recoll 1.21

+

Changes in Recoll 1.21.0

  • Allow saving queries to files and reloading them @@ -71,9 +86,10 @@
  • Improve indexing speed by always using vfork() for spawning external commands.
  • The pdf filter gains the capability to run OCR (tesseract) on - image-only files.
  • -
  • Improved check about when we should try to uncompress - stuff. Will eliminate some of the most dreadful case of + image-only files. This happens automatically on image-only + pdfs if tesseract is available.
  • +
  • Improved checks about when we should try to uncompress + stuff. Will eliminate some of the most dreadful cases of recollindex having an impact on system performance.
  • Warn if non-existent paths are listed in the configuration file (help with typos).