This commit is contained in:
Jean-Francois Dockes 2014-06-24 08:25:18 +02:00
parent 5b73bb57dd
commit be2eeb0c60
4 changed files with 21 additions and 13 deletions

View file

@ -31,11 +31,8 @@ versions.</i></p>
<h2><a name="b_latest">recoll 1.19.14</a></h2>
<ul>
<li>An off-by-one error causes an array overflow while handling too
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>
<li>The Open/LibreOffice document filter does not output white space
for tab-separated words in input, leading to search failures.</li>
<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
@ -78,8 +75,11 @@ versions.</i></p>
errors while checking the up-to-date status of documents.</li>
<li>Doc category filter names displayed in combobox were incorrect
when the order#:name format was used.</li>
<li>Possible overflow of the filter stack in pathological
cases.</li>
<li>An off-by-one error causes an array overflow while handling too
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>

View file

@ -228,10 +228,6 @@ window.onload = function() {
<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&nbsp;configuration->User&nbsp;interface->Result&nbsp;paragraph&nbsp;format&nbsp;string</tt>)</p>
<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
wish (abstaining by default).</p>
@ -267,7 +263,8 @@ window.onload = function() {
<h3>Alternating bands, bigger previews, and custom paragraph
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>
It uses the "Alternating Results Background" from that page,
plus my own layout which incorporates a larger view of image

View file

@ -76,7 +76,13 @@
<p>However, if you are running a Recoll version older than 1.17,
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
seems to fail quite often on newer PPT

View file

@ -92,6 +92,11 @@
<div class="news">
<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
has been released. This version has
a <a href="release-1.20.html">number of improvements</a> over