This commit is contained in:
medoc 2013-07-16 09:59:21 +02:00
parent 6378586c69
commit 873991b2a6
3 changed files with 27 additions and 11 deletions

View File

@ -32,16 +32,26 @@ versions.</i></p>
<h2><a name="b_latest">recoll 1.19.5</a></h2>
<ul>
<li>On systems such as Debian Stable which use Evince version 2.x (not 3.x)
as PDF viewer, the default "Open" command for PDF files will not work. You
need to use the GUI preferences tool to change the --page-index option to
--page-label for the evince command line used for PDF.</li>
as PDF viewer, the default "Open" command for PDF files will not
work. You need to use the GUI preferences tool to change the
--page-index option to --page-label for the evince command line
used for PDF.</li>
<li>There has been at least one report of a corrupted index
(resulting in search failures), following several interruptions of
a multithreaded indexer. Nothing is currently certain about this
issue, so, if you end up with a corrupted index, please report how
you got there.</li>
<li>It will sometimes happen that the result list paragraph format stored in
the Qt preferences file will get garbled, causing result lists with no
displayed paragraphs (the counts and pages are ok, the results can be seen
in table mode, but not in list mode). The workaround is to go to
<blockquote>
Preferences-&gt;Query configuration-&gt;User interface </blockquote>
Preferences-&gt;Query configuration-&gt;User interface
</blockquote>
and erase the result paragraph format string (^A DEL in the text area),
this will reset the string to the default value.</li>

View File

@ -364,6 +364,8 @@ application/x-tar = execm rcltar
from the Unity Dash. More
info <a href="https://bitbucket.org/medoc/recoll/wiki/UnityLens">
here</a>. </li>
<li>The <a href="http://github.com/medoc92/recoll-webui">Recoll
Web UI</a> lets you query a Recoll index from a web browser</li>
</ul>
<p>Recoll also has
<a href="usermanual/rcl.program.api.html#RCL.PROGRAM.API.PYTHON">

View File

@ -87,14 +87,18 @@
<div class="news">
<dl>
<dt>2013-06-18</dt> <dd>1.19.5 is released to fix the CIFS
issue described below.</dd>
<dt>2013-06-17</dt> <dd>A change in Recoll 1.19, combined with a
Linux <a href="https://bugzilla.kernel.org/show_bug.cgi?id=59811">
CIFS kernel module bug</a> makes it impossible to index
volumes mounted through smbfs/cifs. A workaround release
will be issued shortly.</dd>
<dt>2013-07-10</dt> <dd>The
<a href="https://github.com/koniu/recoll-webui">
recoll-webui Recoll browser access project</a>
has been updated to be compatible with Recoll
1.19 (1.18 compatibility is maintained), and add new
functions permitted by the improvements in the Python module
(previewing and downloading in addition to file:://
urls).</dd>
<dt>2013-06-18</dt> <dd>1.19.5 is released to fix
the <a href="BUGS.html#b_1_19_4">CIFS issue</a>.</dd>
<dt>2013-06-07</dt><dd>Recoll 1.19.4 is out. It fixes a few
relatively minor issues in 1.19.3. See the