web
This commit is contained in:
parent
15ea565e9f
commit
9673775c4e
@ -29,7 +29,7 @@
|
||||
later versions. Bugs listed in the topmost section may also exist in older
|
||||
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>
|
||||
|
||||
<li>The Recoll GUI configuration (things set from the <tt>GUI
|
||||
@ -135,6 +135,22 @@ versions.</i></p>
|
||||
recoll.</li>
|
||||
</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>
|
||||
<ul>
|
||||
<li>The Python module limits result fetches to the Xapian result
|
||||
|
||||
@ -327,14 +327,26 @@ sudo apt-get install recoll
|
||||
|
||||
<h3>CentOS 7.1</h3>
|
||||
|
||||
<p>CentOS ships neither Xapian nor
|
||||
Recoll. <a href="downloads/centos71">Here are some
|
||||
packages.</a>. There are only x86_64 binaries for now, use
|
||||
the source rpm for other archs. As far as I know, the only
|
||||
specific issue is that 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.</p>
|
||||
<p><a href="https://fedoraproject.org/wiki/EPEL">EPEL</a> now
|
||||
has a package for Recoll. It is in currently in
|
||||
the <a href="https://fedoraproject.org/wiki/EPEL/testing">testing
|
||||
section</a>, but it should hopefully move on
|
||||
shortly. If you install the test package (which runs just
|
||||
fine as far as I can see), please add feedback to
|
||||
the
|
||||
<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>
|
||||
|
||||
@ -44,7 +44,12 @@
|
||||
inside documents as well as file names.</p>
|
||||
<ul>
|
||||
<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
|
||||
most <span class="important"><a href="features.html#doctypes">document
|
||||
formats</a></span>. <a href="features.html#doctypes">You may
|
||||
|
||||
@ -3,7 +3,7 @@ Jean-Francois Dockes <jf at dockes.org>
|
||||
:date:
|
||||
|
||||
:recollversion: 1.23.0-2017-01-07-78b8ad
|
||||
:windir: downwin-21a72
|
||||
:windir: downwin-7ae11
|
||||
|
||||
image:recoll-windows10-thumb.png[link="recoll-windows10.png"]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user