web
This commit is contained in:
parent
5b73bb57dd
commit
be2eeb0c60
4 changed files with 21 additions and 13 deletions
|
@ -31,11 +31,8 @@ versions.</i></p>
|
||||||
|
|
||||||
<h2><a name="b_latest">recoll 1.19.14</a></h2>
|
<h2><a name="b_latest">recoll 1.19.14</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>An off-by-one error causes an array overflow while handling too
|
<li>The Open/LibreOffice document filter does not output white space
|
||||||
deeply embedded documents (more than 20-deep). This can mostly
|
for tab-separated words in input, leading to search failures.</li>
|
||||||
happen on a well-known pathologic recursive zip file sample. The
|
|
||||||
error crashes recollindex on 32 bits architectures, apparently not
|
|
||||||
on 64 bits ones.</li>
|
|
||||||
|
|
||||||
<li>On systems such as Debian Stable which use Evince version 2.x (not 3.x)
|
<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
|
as PDF viewer, the default "Open" command for PDF files will not
|
||||||
|
@ -78,8 +75,11 @@ versions.</i></p>
|
||||||
errors while checking the up-to-date status of documents.</li>
|
errors while checking the up-to-date status of documents.</li>
|
||||||
<li>Doc category filter names displayed in combobox were incorrect
|
<li>Doc category filter names displayed in combobox were incorrect
|
||||||
when the order#:name format was used.</li>
|
when the order#:name format was used.</li>
|
||||||
<li>Possible overflow of the filter stack in pathological
|
<li>An off-by-one error causes an array overflow while handling too
|
||||||
cases.</li>
|
deeply embedded documents (more than 20-deep). This can mostly
|
||||||
|
happen on a well-known pathologic recursive zip file sample. The
|
||||||
|
error crashes recollindex on 32 bits architectures, apparently not
|
||||||
|
on 64 bits ones.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -228,10 +228,6 @@ window.onload = function() {
|
||||||
|
|
||||||
<h2>Result list paragraph format samples (for all versions)</h2>
|
<h2>Result list paragraph format samples (for all versions)</h2>
|
||||||
|
|
||||||
<p>The format for paragraphs inside the Recoll GUI result list is
|
|
||||||
customisable by specifying an html fragment (menu:
|
|
||||||
<tt>Preferences->Query configuration->User interface->Result paragraph format string</tt>)</p>
|
|
||||||
|
|
||||||
<p>Here follow some sample formats. Most of them were contributed by
|
<p>Here follow some sample formats. Most of them were contributed by
|
||||||
kind users, and I'll be happy to show their names if they so
|
kind users, and I'll be happy to show their names if they so
|
||||||
wish (abstaining by default).</p>
|
wish (abstaining by default).</p>
|
||||||
|
@ -267,7 +263,8 @@ window.onload = function() {
|
||||||
<h3>Alternating bands, bigger previews, and custom paragraph
|
<h3>Alternating bands, bigger previews, and custom paragraph
|
||||||
typesetting</h3>
|
typesetting</h3>
|
||||||
|
|
||||||
<p>The author's description for the following code:
|
<p>Paul, the author, gives the following description for his
|
||||||
|
result list formatting:
|
||||||
<blockquote>
|
<blockquote>
|
||||||
It uses the "Alternating Results Background" from that page,
|
It uses the "Alternating Results Background" from that page,
|
||||||
plus my own layout which incorporates a larger view of image
|
plus my own layout which incorporates a larger view of image
|
||||||
|
|
|
@ -76,7 +76,13 @@
|
||||||
<p>However, if you are running a Recoll version older than 1.17,
|
<p>However, if you are running a Recoll version older than 1.17,
|
||||||
you should really upgrade.</p>
|
you should really upgrade.</p>
|
||||||
|
|
||||||
<h2>PowerPoint documents (1.20 and older)</h2>
|
<h2><a name="soff1">Open/Libre-Office documents (1.19 and older)</a></h2>
|
||||||
|
|
||||||
|
<p><a href="rclsoff">rclsoff</a>: the previous version did not
|
||||||
|
produce white space between input tab-separated words, leading
|
||||||
|
to search failures.</p>
|
||||||
|
|
||||||
|
<h2>PowerPoint documents (1.19 and older)</h2>
|
||||||
|
|
||||||
<p>The <b>rclppt</b> filter was based on <b>catppt</b>, but this
|
<p>The <b>rclppt</b> filter was based on <b>catppt</b>, but this
|
||||||
seems to fail quite often on newer PPT
|
seems to fail quite often on newer PPT
|
||||||
|
|
|
@ -92,6 +92,11 @@
|
||||||
<div class="news">
|
<div class="news">
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
<dt>2014-06-24</dt> <dd><a href="filters/filters.html#soff1">An
|
||||||
|
updated filter</a> for Open/LibreOffice documents. The
|
||||||
|
previous version merged words which were tab-separated in
|
||||||
|
the input.</dd>
|
||||||
|
|
||||||
<dt>2014-06-17</dt> <dd>The source tarball for version 1.20.0
|
<dt>2014-06-17</dt> <dd>The source tarball for version 1.20.0
|
||||||
has been released. This version has
|
has been released. This version has
|
||||||
a <a href="release-1.20.html">number of improvements</a> over
|
a <a href="release-1.20.html">number of improvements</a> over
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue