This commit is contained in:
Jean-Francois Dockes 2013-06-07 08:37:05 +02:00
parent 2328a7f170
commit 7cb511ae82
5 changed files with 43 additions and 18 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.3</a></h2>
<h2><a name="b_latest">recoll 1.19.4</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
@ -60,6 +60,27 @@ versions.</i></p>
recoll.</li>
</ul>
<h2><a name="b_1_19_3">recoll 1.19.3</a></h2>
<ul>
<li>Absolute paths computations are broken by
recollindex changing its working directory to /tmp, so that giving
relative paths to e.g. "recollindex -i" would fail.</li>
<li>The Unity Lens would fail when the query terms had accented
characters (or were completly non-ascii, like, for example,
Japanese text).</li>
<li>The "autophrase" feature could sometimes create false
matches.</li>
<li>There are a number of problems when using multiple indexes which
could contain identical paths values for actually different
documents (on different volumes).</li>
<li>The history list window shows snippets links, which display an
error message when used and make no sense (no query data).</li>
</ul>
<h2><a name="b_1_19_2">recoll 1.19.2</a></h2>
<ul>
<li>The Snippets link was sometimes missing from a result list entry

View File

@ -45,7 +45,7 @@
<h2><a>General information</a></h2>
<p>The current version is 1.19.3. <a href="release-1.19.html">Release
<p>The current version is 1.19.4. <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.3:</h3>
<h3>Current release distribution: 1.19.4:</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.3.tar.gz">recoll-1.19.3.tar.gz</a>. </p>
<p><a href="recoll-1.19.4.tar.gz">recoll-1.19.4.tar.gz</a>. </p>
<!--
<h3>Snapshot</h3>
<p>I sometimes release a source tarfile when I consider that the
@ -145,6 +145,7 @@ branch for the current production version.</p>
<h3>Older recoll releases:</h3>
<p>
<a href="recoll-1.19.3.tar.gz">1.19.3</a>.
<a href="recoll-1.19.2.tar.gz">1.19.2</a>.
<a href="recoll-1.19.1.tar.gz">1.19.1</a>.
<a href="recoll-1.19.0.tar.gz">1.19.0</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.3</a>
<a href="download.html">1.19.4</a>
(<a href="release-1.19.html">Release notes</a>,
<a href="BUGS.html">known bugs</a>).</p>
@ -88,10 +88,10 @@
<dl>
<dt>2013-05-23</dt><dd>Recoll 1.19.3 is out. It fixes a few very
minor issues in 1.19.2. See the
<a href="release-1.19.html">release notes</a> for a description
of the changes.</dd>
<dt>2013-06-07</dt><dd>Recoll 1.19.4 is out. It fixes a few
relatively minor issues in 1.19.3. See the
<a href="release-1.19.html#minor_releases">release notes</a>
for a description of the changes.</dd>
</dd>
<dt>2013-05-18</dt><dd>Sometimes things

View File

@ -48,7 +48,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.19.3</a>
<a class="important" href="download.html">1.19.4</a>
(<a href="release-1.19.html">notes sur la version, en
anglais</a>)</p>
@ -102,7 +102,7 @@
<h2>Nouvelles: </h2>
<dl>
<dt>2013-05-23</dt><dd>La version 1.19.3 est disponible.</dd>
<dt>2013-06-07</dt><dd>La version 1.19.4 est disponible.</dd>
<dt>2012-11-05</dt><dd>Recoll 1.18.1 est disponible. Cette
version peut faire des recherches sensibles aux majuscules et

View File

@ -61,14 +61,17 @@ previous behaviour (losing the page number functionality), you need to prune
the list after installation . This can be done from the <em>Preferences-&gt;Gui
Configuration</em> menu.</p>
<h2>Minor releases at a glance</h2>
<h2><a name="minor_releases">Minor releases at a glance</a></h2>
<ul>
<li>1.19.3 has more translations (Spanish, Russian, Czech), and a few
minor bug and usability fixes.</li>
<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>
<li>1.19.4 has a German translation, and a few fixes
for <a href="BUGS.html#b_1_19_3">relatively ennoying
bugs</a>.</li>
<li>1.19.3 has more translations (Spanish, Russian, Czech), and a few
minor bug and usability fixes.</li>
<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>
</ul>
<h2>Changes in Recoll 1.19.0</h2>