This commit is contained in:
Jean-Francois Dockes 2011-04-24 08:40:48 +02:00
parent 9a4a19fdc9
commit c192e2fd3e

View File

@ -39,6 +39,15 @@
<ul> <ul>
<li>Using search preview while the indexing thread is running will
sometimes crash the GUI or provoke other strangeness. This
is due to insufficient protection of resources shared by
several threads. The current and unsatisfying workaround, is
to avoid the situation, for example by using the standalone
recollindex program instead of the GUI indexing thread. I
will be working on a program-wide cleanup of multithreaded
operation for the next version.</li>
<li>The operations on the parent document in the result list <li>The operations on the parent document in the result list
right click menu (Preview and Open), do not work, they right click menu (Preview and Open), do not work, they
access the file's parent directory instead.</li> access the file's parent directory instead.</li>