This commit is contained in:
Jean-Francois Dockes 2011-09-29 11:58:12 +02:00
parent 626f470815
commit 70e931233c
5 changed files with 61 additions and 78 deletions

View File

@ -35,22 +35,10 @@
supposedly fixed in later versions. Bugs listed in the
topmost section may also exist in older versions.</i></p>
<h2><a name="b_latest">recoll 1.16</a></h2>
<h2><a name="b_latest">recoll 1.16.1</a></h2>
<ul>
<li>The <tt>recoll</tt> GUI program sometimes crashes when
running a query while the indexing thread is active.
Possible workarounds:<br>
<ul>
<li>(Recommended) Use the command
line <tt>recollindex</tt> program to perform indexing
(usually just type "recollindex" in a console, or see "man
recollindex").</li>
<li>Do not run queries in <tt>recoll</tt> while the indexing thread
is running (as indicated in the bottom status line).</li>
</ul>
<li>Cancelling a preview in the GUI will also cancel the indexing
thread if it is running.</li>
@ -85,6 +73,21 @@
slower indexing for all normal .doc files.</li>
</ul>
<h2><a name="b_1_16_0">recoll 1.16.0</a></h2>
<li>The <tt>recoll</tt> GUI program sometimes crashes when
running a query while the indexing thread is active.
Possible workarounds:<br />
<ul>
<li>Upgrade to 1.16.1</li>
<li>Use the command
line <tt>recollindex</tt> program to perform indexing
(usually just type "recollindex" in a console, or see "man
recollindex").</li>
<li>Do not run queries in <tt>recoll</tt> while the indexing thread
is running (as indicated in the bottom status line).</li>
</ul>
</li>
<h2><a name="b_1_15_7">recoll 1.15.7</a></h2>
<ul>
<li>Sorting by document and file size in the result table does

View File

@ -50,30 +50,9 @@
<h2><a>General information</a></h2>
<p>The current version is 1.16.0. <a href="release-1.16.html">
<p>The current version is 1.16.1. <a href="release-1.16.html">
Release notes</a>.</p>
<div class="important">
<p>Notice for 1.16.0: the
<tt>recoll</tt> GUI program sometimes crashes when running a query
while the indexing thread is active. I can reproduce the problem
and I am working on a correction. Meanwhile, there are two possible
workarounds:<br>
<ul>
<li>(Recommended) Use the command
line <tt>recollindex</tt> program to perform indexing
(usually just type "recollindex" in a console, or see "man
recollindex").</li>
<li>Do not run queries in <tt>recoll</tt> while the indexing thread
is running (as indicated in the bottom status line).</li>
</ul>
If the workaround fails or you experience other kinds of
crashes with either <tt>recoll</tt> or <tt>recollindex</tt>, and
want to help, please follow the instructions on
<a href="https://bitbucket.org/medoc/recoll/wiki/GettingAStackTrace">
this wiki page</a>.</p>
</div>
<p>The download page for Recoll 1.15 is
<a href="download-1.15.html">still available</a>.</p>
@ -122,11 +101,11 @@
<h2><a name="source">Source</a></h2>
<h3>Current release distribution: 1.16.0:</h3>
<h3>Current release distribution: 1.16.1:</h3>
<!-- Attention: source packages must remain here, not in a
subdirectory, because of all the places they're referred from
(package watches) -->
<p><a href="recoll-1.16.0.tar.gz">recoll-1.16.0.tar.gz</a>.
<p><a href="recoll-1.16.1.tar.gz">recoll-1.16.1.tar.gz</a>.
</p>
<!--
@ -187,6 +166,7 @@
<h3>Older recoll releases:</h3>
<p>
<a href="recoll-1.16.0.tar.gz">1.16.0</a>.
<a href="recoll-1.15.9.tar.gz">1.15.9</a>.
<a href="recoll-1.14.4.tar.gz">1.14.4</a>.
<a href="recoll-1.13.04.tar.gz">1.13.04</a>.
@ -269,23 +249,23 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
<p>These builds are not statically linked, but depend on the
regular Xapian and zlib rpms from the Fedora repositories.
<br>Fedora 13
<a href="fc13/recoll-1.16.0-1.fc13.i586.rpm">
recoll-1.16.0-1.fc13.i586.rpm</a>.
<a href="fc13/recoll-1.16.1-1.fc13.i586.rpm">
recoll-1.16.1-1.fc13.i586.rpm</a>.
Source:
<a href="fc13/recoll-1.16.0-1.fc13.src.rpm">
recoll-1.16.0-1.fc13.src.rpm</a>
<a href="fc13/recoll-1.16.1-1.fc13.src.rpm">
recoll-1.16.1-1.fc13.src.rpm</a>
<br>Fedora 14
<a href="fc14/recoll-1.16.0-1.fc14.i586.rpm">
recoll-1.16.0-1.fc14.i586.rpm</a>.
<a href="fc14/recoll-1.16.1-1.fc14.i586.rpm">
recoll-1.16.1-1.fc14.i586.rpm</a>.
Source:
<a href="fc14/recoll-1.16.0-1.fc14.src.rpm">
recoll-1.16.0-1.fc14.src.rpm</a>
<a href="fc14/recoll-1.16.1-1.fc14.src.rpm">
recoll-1.16.1-1.fc14.src.rpm</a>
<br>Fedora 15
<a href="fc15/recoll-1.16.0-1.fc15.i586.rpm">
recoll-1.16.0-1.fc15.i586.rpm</a>.
<a href="fc15/recoll-1.16.1-1.fc15.i586.rpm">
recoll-1.16.1-1.fc15.i586.rpm</a>.
Source:
<a href="fc15/recoll-1.16.0-1.fc15.src.rpm">
recoll-1.16.0-1.fc15.src.rpm</a>
<a href="fc15/recoll-1.16.1-1.fc15.src.rpm">
recoll-1.16.1-1.fc15.src.rpm</a>
</p>
</blockquote>
@ -313,13 +293,13 @@ I now use the OpenSUSE build service to create Recoll OpenSUSE packages.
<h3>Mandriva</h3>
<blockquote>
<p><b>Mandriva linux one 2010 with Qt 4 and a static link to
Xapian 1.2.7 with the --without-sse configure option.</b>:
<a href="mandriva2010/recoll-1.16.0-1mdv2010.2.i586.rpm">
recoll-1.16.0-1mdv2010.2.i586.rpm</a>.
<p><b>Mandriva linux one 2010 using Qt 4 and the Xapian version
from the Mandriva repository.</b>:
<a href="mandriva2010/recoll-1.16.1-1mdv2010.2.i586.rpm">
recoll-1.16.1-1mdv2010.2.i586.rpm</a>.
Source:
<a href="mandriva2010/recoll-1.16.0-1mdv2010.2.src.rpm">
recoll-1.16.0-1mdv2010.2.src.rpm</a>
<a href="mandriva2010/recoll-1.16.1-1mdv2010.2.src.rpm">
recoll-1.16.1-1mdv2010.2.src.rpm</a>
</p>
</blockquote>
@ -340,8 +320,8 @@ I now use the OpenSUSE build service to create Recoll OpenSUSE packages.
following, but updates have stopped for some time.</p>
<p><b>FreeBSD 7.4 i386 Qt 4.7.3</b> Statically linked to
Xapian 1.2.7 with --disable-sse:
<a href="freebsd/recoll-1.16.0-FreeBSD-7.4-STABLE.tgz">
recoll-1.16.0-FreeBSD-7.4-STABLE.tgz</a>
<a href="freebsd/recoll-1.16.1-FreeBSD-7.4-STABLE.tgz">
recoll-1.16.1-FreeBSD-7.4-STABLE.tgz</a>
</p>
</blockquote>

View File

@ -47,7 +47,7 @@
<p><span class="application">Recoll</span> is free, open source,
and licensed under the GPL. The current version is
<a class="important" href="download.html">1.16.0</a>
<a class="important" href="download.html">1.16.1</a>
(<a href="release-1.16.html">Release notes</a>).</p>
<h2>Features: </h2>
@ -91,27 +91,17 @@
<h2>News: </h2>
<ul>
<li>2011-09-28: release <a href="download.html#source">1.16.1</a>
is out. It fixes a GUI crash in 1.16.0 (see below) and a lyx filter
issue.</li>
<li>
<div class="important">
<p>Notice for 1.16.0: the
<tt>recoll</tt> GUI program sometimes crashes when running a query
while the indexing thread is active. I can reproduce the problem
and I am working on a correction. Meanwhile, there are two possible
workarounds:<br>
<ul>
<li>(Recommended) Use the command
line <tt>recollindex</tt> program to perform indexing
(usually just type "recollindex" in a console, or see "man
recollindex").</li>
<li>Do not run queries in <tt>recoll</tt> while the indexing thread
is running (as indicated in the bottom status line).</li>
</ul>
If the workaround fails or you experience other kinds of
crashes with either <tt>recoll</tt> or <tt>recollindex</tt>, and
want to help, please follow the instructions on
<a href="https://bitbucket.org/medoc/recoll/wiki/GettingAStackTrace">
this wiki page</a>.</p>
</div>
<div class="important">
<p>Notice for 1.16.0: the
<tt>recoll</tt> GUI program sometimes crashes when running a query
while the indexing thread is active. You should upgrade
to 1.16.1</p>
</div>
</li>
<li>2011-09-03: release <a href="download.html#source">1.16.0</a>

View File

@ -99,6 +99,13 @@
<h2>Nouvelles: </h2>
<ul>
<li>2011-09-28: la version <a
href="download.html#source">1.16.1</a> est disponible. Elle corrige
un probleme qui "crashait" l'interface de la 1.16.0 dans certains
cas quand on démarrait une recherche alors que l'indexation était
active.</li>
<li>2011-09-02: la version
<a href="download.html#source">1.16.0</a> est disponible.
Elle comporte de

View File

@ -47,6 +47,9 @@
<p>Also, using the anchored search feature requires a full reindex.</p>
<p>The 1.16.0 GUI can be crashed quite easily, please
upgrade.</p>
<h2>Changes</h2>
<p>Recoll 1.16 is an incremental improvements release over 1.15, no