This commit is contained in:
Jean-Francois Dockes 2013-05-14 10:23:09 +02:00
parent 497dcec1c4
commit e6b491369e
4 changed files with 14 additions and 7 deletions

View file

@ -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.19.1</a></h2>
<h2><a name="b_latest">recoll 1.19.2</a></h2>
<ul>
<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 work. You
@ -51,6 +51,12 @@ versions.</i></p>
~/.config/Recoll.org/recoll.conf, the QSettings storage for recoll.</li>
</ul>
<h2><a name="b_1_19_1">recoll 1.19.1</a></h2>
<ul>
<li>An error in the path translation feature for additional indexes
caused access errors and confusing messages.</li>
</ul>
<h2><a name="b_1_19_0">recoll 1.19.0</a></h2>
<ul>
<li>Using a "file name" clause inside advanced search crashes the

View file

@ -45,7 +45,7 @@
<h2><a>General information</a></h2>
<p>The current version is 1.19.1. <a href="release-1.19.html">Release
<p>The current version is 1.19.2. <a href="release-1.19.html">Release
notes</a>.</p>
<p>The download page for Recoll 1.18 is <a href="download-1.18.html">still
@ -87,12 +87,12 @@ is probably no necessity to upgrade anyway.</p>
<h2><a name="source">Source</a></h2>
<h3>Current release distribution: 1.19.1:</h3>
<h3>Current release distribution: 1.19.2:</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.19.1.tar.gz">recoll-1.19.1.tar.gz</a>. </p>
<p><a href="recoll-1.19.2.tar.gz">recoll-1.19.2.tar.gz</a>. </p>
<!--
<h3>Snapshot</h3>
<p>I sometimes release a source tarfile when I consider that the
@ -198,7 +198,7 @@ a set of Ubuntu series. starting at Lucid. The installation is very simple: </p>
<p>Source code for the lens (also included in the main recoll tar file):<br>
For 1.19 installations: <a
href="recoll-lens-1.19.0.3315.tar.gz">recoll-lens-1.19.0.3315.tar.gz</a><br>
href="recoll-lens-1.19.2.3328.tar.gz">recoll-lens-1.19.2.3328.tar.gz</a><br>
For 1.18: <a
href="recoll-lens-1.18.1.2997.tar.gz">recoll-lens-1.18.1.2997.tar.gz</a><br>
For 1.17: <a

View file

@ -52,7 +52,7 @@
<li><a href="features.html">Detailed features</a>.
</ul>
<p>The current <span class="application">Recoll</span> version is
<a href="download.html">1.19.1</a>
<a href="download.html">1.19.2</a>
(<a href="release-1.19.html">Release notes</a>,
<a href="BUGS.html">known bugs</a>).</p>
@ -87,7 +87,7 @@
<div class="news">
<dl>
<dt>2013-05-12</dt><dd>Recoll 1.19.1 is out. See the
<dt>2013-05-14</dt><dd>Recoll 1.19.2 is out. See the
<a href="release-1.19.html">release notes</a> for a description
of the changes.</dd>
</dd>

View file

@ -63,6 +63,7 @@ Configuration</em> menu.</p>
<h2>Minor releases at a glance</h2>
<ul>
<li>1.19.2 fixes a bug in path translations for additional indexes.</li>
<li>1.19.1 was released 2 hours after 1.19.0 (book of records anyone?)
because of a bug in the advanced search history feature which crashed
the GUI as soon as a <i>filename</i> search was performed.</li>