This commit is contained in:
Jean-Francois Dockes 2014-07-16 17:04:20 +02:00
parent 5a1360eec8
commit fd4b0cd026
5 changed files with 18 additions and 6 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.14p1</a></h2>
<h2><a name="b_latest">recoll 1.19.14p2</a></h2>
<ul>
<li>The Open/LibreOffice document filter does not output white space
for tab-separated words in input, leading to search failures.</li>
@ -67,6 +67,12 @@ versions.</i></p>
recoll.</li>
</ul>
<h2><a name="b_1_19_14p1">recoll 1.19.14p1</a></h2>
<ul>
<li>The Py_INCREF fix in 1.19.14p1 activated a bug in the Query
object iterator, a missing INCREF this time.</li>
</ul>
<h2><a name="b_1_19_14">recoll 1.19.14</a></h2>
<ul>
<li>A stray Py_INCREF causes a descriptor and memory leak in the Python

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.19.14p1. <a href="release-1.19.html">Release
<p>The current version is 1.19.14p2. <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
@ -117,12 +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.19.14p1:</h3>
<h3>Current release distribution: 1.19.14p2:</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.14p1.tar.gz">recoll-1.19.14p1.tar.gz</a>. </p>
<p><a href="recoll-1.19.14p2.tar.gz">recoll-1.19.14p2.tar.gz</a>. </p>
<h3>1.20 preview</h3>
@ -202,6 +202,7 @@ branch for the current production version.</p>
<h3>Older recoll releases:</h3>
<p>
<a href="recoll-1.19.14p1.tar.gz">1.19.14p1</a>.
<a href="recoll-1.19.14.tar.gz">1.19.14</a>.
<a href="recoll-1.19.13.tar.gz">1.19.13</a>.
<a href="recoll-1.19.12p1.tar.gz">1.19.12p1</a>.

View file

@ -54,7 +54,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.14p1</a>
<a href="download.html">1.19.14p2</a>
(<a href="release-1.19.html">Release notes</a>,
<a href="BUGS.html">known bugs</a>).</p>

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.19.14</a>
<a class="important" href="download.html">1.19.14p2</a>
(<a href="release-1.19.html">notes sur la version, en
anglais</a>)</p>

View file

@ -63,6 +63,11 @@ Configuration</em> menu.</p>
<h2><a name="minor_releases">Minor releases at a glance</a></h2>
<ul>
<li>1.19.14p2 fixes another reference count issue in the Python
module (a problem with the Query iterator put in evidence by the
change in 1.19.14p1). It also changes the handling of diacritics
for Bengali (accents are now unstripped, as for Hindi).</li>
<li>1.19.14p1 fixes a descriptor and memory leak in the Python
module. The main library and programs are unchanged.</li>