This commit is contained in:
Jean-Francois Dockes 2015-07-31 11:22:47 +02:00
parent 4aad882453
commit d14673ef42
2 changed files with 27 additions and 7 deletions

View file

@ -2917,7 +2917,11 @@ MimeType=*/*
use the <filename>Makefile</filename> in the use the <filename>Makefile</filename> in the
<filename>query</filename> directory to build it. This is a very <filename>query</filename> directory to build it. This is a very
simple program, and if you can program a little c++, you may find it simple program, and if you can program a little c++, you may find it
useful to taylor its output format to your needs.</para> 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 <literal>recoll
-t</literal>, which takes the exact same parameters and options which
are described for <command>recollq</command></para>
<para><command>recollq</command> has a man page (not installed by <para><command>recollq</command> has a man page (not installed by
default, look in the <filename>doc/man</filename> directory). The default, look in the <filename>doc/man</filename> directory). The

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<title>Recoll 1.20 series release notes</title> <title>Recoll 1.21 series release notes</title>
<meta name="Author" content="Jean-Francois Dockes"> <meta name="Author" content="Jean-Francois Dockes">
<meta name="Description" <meta name="Description"
content="recoll is a simple full-text search system for unix and linux based on the powerful and mature xapian engine"> content="recoll is a simple full-text search system for unix and linux based on the powerful and mature xapian engine">
@ -23,7 +23,7 @@
</div> </div>
<div class="content"> <div class="content">
<h1>Release notes for Recoll 1.20.x</h1> <h1>Release notes for Recoll 1.21.x</h1>
<h2>Caveats</h2> <h2>Caveats</h2>
@ -55,8 +55,23 @@
see the manual</a>). If you do so, you must then reset the see the manual</a>). If you do so, you must then reset the
index.</p> index.</p>
<h2>Minor releases</h2>
<ul>
<li>1.21.1:
<ul>
<li>Force memory usage limits on external filters.</li>
<li>GUI: add Ctrl+l as a shortcut to return focus to the
search entry (compat with web browsers).</li>
<li>result list popup allows saving results from web cache
to files.</li>
<li>The web history indexer also processes non-html files
(e.g.: pdfs).</li>
</ul>
</li>
</ul>
<h2>Changes in Recoll 1.21</h2> <h2>Changes in Recoll 1.21.0</h2>
<ul> <ul>
<li>Allow saving queries to files and reloading them <li>Allow saving queries to files and reloading them
@ -71,9 +86,10 @@
<li>Improve indexing speed by always using vfork() for <li>Improve indexing speed by always using vfork() for
spawning external commands.</li> spawning external commands.</li>
<li>The pdf filter gains the capability to run OCR (tesseract) on <li>The pdf filter gains the capability to run OCR (tesseract) on
image-only files.</li> image-only files. This happens automatically on image-only
<li>Improved check about when we should try to uncompress pdfs if tesseract is available.</li>
stuff. Will eliminate some of the most dreadful case of <li>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.</li> recollindex having an impact on system performance.</li>
<li>Warn if non-existent paths are listed in the configuration <li>Warn if non-existent paths are listed in the configuration
file (help with typos).</li> file (help with typos).</li>