This commit is contained in:
Jean-Francois Dockes 2015-03-30 15:04:17 +02:00
parent 5105d6f390
commit fe0e6680bc
4 changed files with 13 additions and 11 deletions

View file

@ -67,7 +67,7 @@ function showdiv(viewid)
<div id="general"> <div id="general">
<h2><a name="general">General information</a></h2> <h2><a name="general">General information</a></h2>
<p>The current version is 1.20.3. <a href="release-1.20.html">Release <p>The current version is 1.20.4. <a href="release-1.20.html">Release
notes</a>.</p> notes</a>.</p>
<p>The download page for Recoll 1.19 is <a href="download-1.19.html">still <p>The download page for Recoll 1.19 is <a href="download-1.19.html">still
@ -117,12 +117,12 @@ is probably no necessity to upgrade anyway.</p>
<div id="source"> <div id="source">
<h2><a name="source">Source</a></h2> <h2><a name="source">Source</a></h2>
<h3>Current release distribution: 1.20.3:</h3> <h3>Current release distribution: 1.20.4:</h3>
<!-- Attention: source packages must remain here, not in a <!-- Attention: source packages must remain here, not in a
subdirectory, because of all the places they're referred from subdirectory, because of all the places they're referred from
(package watches) --> (package watches) -->
<p><a href="recoll-1.20.3.tar.gz">recoll-1.20.3.tar.gz</a>. </p> <p><a href="recoll-1.20.4.tar.gz">recoll-1.20.4.tar.gz</a>. </p>
<!-- <!--
<h3>Snapshot</h3> <h3>Snapshot</h3>

View file

@ -58,7 +58,7 @@
</ul> </ul>
<p>The current <span class="application">Recoll</span> version is <p>The current <span class="application">Recoll</span> version is
<a href="download.html">1.20.3</a> <a href="download.html">1.20.4</a>
(<a href="release-1.20.html">Release notes</a>, (<a href="release-1.20.html">Release notes</a>,
<a href="BUGS.html">known <a href="BUGS.html">known
bugs</a>, <a href="release-history.html">Release history</a>).</p> bugs</a>, <a href="release-history.html">Release history</a>).</p>
@ -98,8 +98,8 @@
<dl> <dl>
<dt>2015-03-28</dt> <dt>2015-03-30</dt>
<dd>Recoll 1.20.3 released. This fixes real time indexing of <dd>Recoll 1.20.4 released. This fixes real time indexing of
the web history (when using the Firefox plugin).</dd> the web history (when using the Firefox plugin).</dd>
<dt>2014-12-27</dt> <dt>2014-12-27</dt>

View file

@ -106,8 +106,8 @@
<h2>Nouvelles: </h2> <h2>Nouvelles: </h2>
<dl> <dl>
<dt>2015-03-28</dt> <dt>2015-03-30</dt>
<dd>1.20.3. Corrige l'indexation au fil de l'eau de <dd>1.20.4. Corrige l'indexation au fil de l'eau de
l'historique web (en utilisation avec le plugin Firefox).</dd> l'historique web (en utilisation avec le plugin Firefox).</dd>
<dt>2014-12-18</dt> <dd>Apparition de version 1.20.1 avec <dt>2014-12-18</dt> <dd>Apparition de version 1.20.1 avec

View file

@ -59,6 +59,8 @@
<h2><a name="minor_releases">Minor releases at a glance</a></h2> <h2><a name="minor_releases">Minor releases at a glance</a></h2>
<ul> <ul>
<li>1.20.4 has a fix to skip compress file system images
like xxx.img.gz by default. This should have been in 1.20.3</li>
<li>1.20.3 has a very minor change to copy the Query <li>1.20.3 has a very minor change to copy the Query
Fragments Window config file from the default if it does Fragments Window config file from the default if it does
not exist in the user config dir.</li> not exist in the user config dir.</li>