This commit is contained in:
Jean-Francois Dockes 2017-05-15 10:31:05 +02:00
parent 15ea565e9f
commit 9673775c4e
4 changed files with 44 additions and 11 deletions

View File

@ -29,7 +29,7 @@
later versions. Bugs listed in the topmost section may also exist in older later versions. Bugs listed in the topmost section may also exist in older
versions.</i></p> versions.</i></p>
<h2><a name="b_latest">recoll 1.21.7, 1.22.3, 1.23.1</a></h2> <h2><a name="b_latest">recoll 1.23.2</a></h2>
<ul> <ul>
<li>The Recoll GUI configuration (things set from the <tt>GUI <li>The Recoll GUI configuration (things set from the <tt>GUI
@ -135,6 +135,22 @@ versions.</i></p>
recoll.</li> recoll.</li>
</ul> </ul>
<h2><a name="b_1_23_1">recoll 1.23.1</a></h2>
<ul>
<li>The indexer could crash because of an insufficient reset of
splitter state between text splitter invocations. By chance,
this apparently occurred more rarely than looking at the rather
coarse bug would have had me believe...</li>
<li>Advanced search clause list size explosion: the size of an
advanced search clause list originally set longer than the default
(5 clauses) would double each time the GUI preferences window was
closed and reopened during a session. Depending on usage, this
could end up with a huge list causing very slow GUI startup times
and even crashes.</li>
<li>Avoid applying the aspell speller to CJK data which it can't
process. Will avoid non-sensical suggestions when a search for a
CJK term does not find documents.</li>
<h2><a name="b_1_22_2">recoll 1.22.2</a></h2> <h2><a name="b_1_22_2">recoll 1.22.2</a></h2>
<ul> <ul>
<li>The Python module limits result fetches to the Xapian result <li>The Python module limits result fetches to the Xapian result

View File

@ -327,14 +327,26 @@ sudo apt-get install recoll
<h3>CentOS 7.1</h3> <h3>CentOS 7.1</h3>
<p>CentOS ships neither Xapian nor <p><a href="https://fedoraproject.org/wiki/EPEL">EPEL</a> now
Recoll. <a href="downloads/centos71">Here are some has a package for Recoll. It is in currently in
packages.</a>. There are only x86_64 binaries for now, use the <a href="https://fedoraproject.org/wiki/EPEL/testing">testing
the source rpm for other archs. As far as I know, the only section</a>, but it should hopefully move on
specific issue is that CentOS does not seem to have the Qt shortly. If you install the test package (which runs just
WebKit module. The Recoll build uses QTextBrowser instead of fine as far as I can see), please add feedback to
a WebKit QWebView, so no Javascript or advanced CSS in the the
result list or snippets window for you.</p> <a href="https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-ede90eda56">
package page</a>.
<p>If EPEL does not work for you, there are still a few
<a href="downloads/centos71">pre-EPEL packages
here</a>. They will be deleted shortly, except if someone
provides me with a good reason to keep them. There are
only x86_64 binaries, use the source rpm for other
archs. As base CentOS does not seem to have the Qt WebKit
module, the Recoll build uses QTextBrowser instead of a
WebKit QWebView, so no Javascript or advanced CSS in the
result list or snippets window for you (the EPEL package
uses WebKit, so this is another way it is better).</p>
<h3>OpenSUSE</h3> <h3>OpenSUSE</h3>

View File

@ -45,6 +45,11 @@
<ul> <ul>
<li>Versions are available for <a href="download.html">Linux</a> <li>Versions are available for <a href="download.html">Linux</a>
and <a href="pages/recoll-windows.html">MS Windows</a>.</li> and <a href="pages/recoll-windows.html">MS Windows</a>.</li>
<li>A
<a href="https://github.com/koniu/recoll-webui">WEB
front-end</a> with preview and download features can
replace or supplement the GUI for remote
use.</li>
<li>It can search <li>It can search
most <span class="important"><a href="features.html#doctypes">document most <span class="important"><a href="features.html#doctypes">document
formats</a></span>. <a href="features.html#doctypes">You may formats</a></span>. <a href="features.html#doctypes">You may

View File

@ -3,7 +3,7 @@ Jean-Francois Dockes <jf at dockes.org>
:date: :date:
:recollversion: 1.23.0-2017-01-07-78b8ad :recollversion: 1.23.0-2017-01-07-78b8ad
:windir: downwin-21a72 :windir: downwin-7ae11
image:recoll-windows10-thumb.png[link="recoll-windows10.png"] image:recoll-windows10-thumb.png[link="recoll-windows10.png"]