This commit is contained in:
Jean-Francois Dockes 2015-05-07 07:32:29 +02:00
parent 77f415344b
commit 8c0b031ef2
5 changed files with 45 additions and 22 deletions

View File

@ -67,7 +67,7 @@ function showdiv(viewid)
<div id="general">
<h2><a name="general">General information</a></h2>
<p>The current version is 1.20.4. <a href="release-1.20.html">Release
<p>The current version is 1.20.6. <a href="release-1.20.html">Release
notes</a>.</p>
<p>The download page for Recoll 1.19 is <a href="download-1.19.html">still
@ -117,16 +117,12 @@ is probably no necessity to upgrade anyway.</p>
<div id="source">
<h2><a name="source">Source</a></h2>
<h3>Current release distribution: 1.20.4:</h3>
<h3>Current release distribution: 1.20.6:</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.20.4.tar.gz">recoll-1.20.4.tar.gz</a>.</p>
<p>If you want to run with Qt 5 (5.3), you can
try <a href="recoll-1.20.5.tar.gz">recoll-1.20.5.tar.gz</a>. No
changes, except for Qt 5 (5.3.2) compatibility tweaks.</p>
<p><a href="recoll-1.20.6.tar.gz">recoll-1.20.6.tar.gz</a>.</p>
<!--
<h3>Snapshot</h3>
@ -204,7 +200,7 @@ branch for the current production version.</p>
<h3>Instructions for building</h3>
<p>Normally, it's just <tt>configure; make; make install</tt>. If a bit
<p>Normally, it's just <tt>./configure; make; make install</tt>. If a bit
more detail is needed,
<a href="http://www.recoll.org/usermanual/RCL.INSTALL.BUILDING.html">
there is some in the manual</a>.
@ -373,9 +369,10 @@ Bitbucket).</p>
<h3>Updated 1.20 translations that became available after the release:</h3>
<p>A Danish translation by Morten Langlo:
<p>A Danish translation by Morten Langlo:
<a href="translations/recoll_da.ts">recoll_da.ts</a>
<a href="translations/recoll_da.qm">recoll_da.qm</a>
<a href="translations/recoll_da.qm">recoll_da.qm</a><br/>
This is in 1.20.6
</p>
<p>Note that, if you are running an older release, you may find updated

View File

@ -176,7 +176,16 @@
the top of <span class="command">rclpdf</span> (usually
found
in <span class="filename">/usr/share/recoll/filters</span>)
for how to enable this and configuration details.
for how to enable this and configuration details.<br/>
<em>Opening PDFs at the right page</em>: the default
configuration uses <span class="command">evince</span>,
which has options for direct page access and pre-setting the
search strings (hits will be highlighted). There is an
example line in the default mimeview for doing the same
thing with <span class="command">qpdfview</span>
(<span class="literal">qpdfview --search %s %f#%p</span>).
Okular does not have a search string option (but it does
have a page number one).
</li>
<li><span class="application">msword</span> with <a href=

View File

@ -58,7 +58,7 @@
</ul>
<p>The current <span class="application">Recoll</span> version is
<a href="download.html">1.20.4</a>
<a href="download.html">1.20.6</a>
(<a href="release-1.20.html">Release notes</a>,
<a href="BUGS.html">known
bugs</a>, <a href="release-history.html">Release history</a>).</p>
@ -99,11 +99,14 @@
<dl>
<dt>2015-04-05</dt>
<dd>Recoll now builds and runs with Qt 5 (5.3.2 ok, 5.2 not so
much). Released 1.20.5, which is exactly 1.20.4 with Qt 5
tweaks, and still compatible with Qt 4 of course (no reason
to upgrade if you are using Qt 4).</dd>
<dt>2015-04-25</dt>
<dd>Recoll 1.20.6 is out, with mostly small fixes to
compressed file handling, which may make a big difference in
some cases. See the <a href="release-1.20.html">release
notes</a>. Of course it also incorportates the Qt 5
compatibility from 1.20.5 (Qt
5.3.2 ok, 5.2 does not work).</dd>
<dt>2015-03-30</dt>
<dd>Recoll 1.20.4 released. This fixes real time indexing of

View File

@ -49,7 +49,7 @@
<p><span class="application">Recoll</span> est un logiciel libre
gratuit, dont le code source est disponible sous licence GPL.
La dernière version est
<a class="important" href="download.html">1.20.3</a>
<a class="important" href="download.html">1.20.6</a>
(<a href="release-1.20.html">notes sur la version, en
anglais</a>)</p>
@ -106,9 +106,9 @@
<h2>Nouvelles: </h2>
<dl>
<dt>2015-04-05</dt>
<dd>Recoll 1.20.5 est identique à 1.20.4, à quelques
modifications de compatibilité Qt 5 près. Testé avec Qt
<dt>2015-04-25</dt>
<dd>Recoll 1.20.6 contient des corrections dans le traitement
des fichiers compressés, et la compatibilité Qt 5 (Ok avec Qt
5.3.2, ne fonctionne pas avec Qt 5.2.</dd>
<dt>2015-03-30</dt>
@ -154,7 +154,9 @@
<dt>2012-11-05</dt><dd>Recoll 1.18.1 est disponible. Cette
version peut faire des recherches sensibles aux majuscules et
aux accents, donner un accès direct à la bonne page pour les
documents PDF (uniquement avec <b>evince</b>), elle a un
documents PDF (uniquement avec <b>evince</b> par défaut,
mais il y a une ligne d'example pour qpdfview dans le
fichier de config par défaut), elle a un
historique des recherches complexes, et plein d'autres
petites améliorations. Les <a href="release-1.18.html">notes
de version</a> (en anglais). <span class="important">Cette

View File

@ -59,6 +59,17 @@
<h2><a name="minor_releases">Minor releases at a glance</a></h2>
<ul>
<li>1.20.6 fixes some decompression issues with serious
performance and system load consequences in some cases
(depending on data): minimum checking that enough temp
space is available before uncompressing, no need to
uncompress tar.gz files. Also: rclscribus fixes, Danish
translation and fix messages in two places which were
not translated.<br/>
Uncompressing big files to /tmp for nothing (and re-doing it on
the next indexing pass...) was, I believe the main
remaining reason why Recoll indexing could cause system
performance issues.</li>
<li>1.20.5 is 1.20.4 with a few Qt 5 compatibility
tweaks. Builds and runs with Qt 5.3.2, fails with 5.2.</li>
<li>1.20.4 has a fix to skip compress file system images
@ -72,6 +83,7 @@
the GUI.</li>
</ul>
<h2>Changes in Recoll 1.20.1</h2>
<ul>