This commit is contained in:
Jean-Francois Dockes 2016-06-21 18:30:06 +02:00
parent 3af31612d5
commit 2c5d3a2a63
5 changed files with 45 additions and 16 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.21.7, 1.22.0</a></h2>
<h2><a name="b_latest">recoll 1.21.7, 1.22.3</a></h2>
<ul>
<li>There have been multiple occurrences of an indexing problem
@ -66,14 +66,6 @@ versions.</i></p>
problem.<br/>
</li>
<li><a name="GUIADV" />GUI: Starting the advanced search tool may
crash the GUI if the saved configuration has more than the default
count of search clauses (five). The bug is present in 1.21 and
1.22, but apparently more "active" in 1.22. There is an easy
workaround: edit <tt>~/.config/Recoll.org/recoll.conf</tt> and
delete the line which begins
with <tt>prefs\adv\clauseList=</tt></li>
<li>For indexes with case and diacritics sensitivity (not the
default), the autocasesens and autodiacsens configuration variable do
not work as described in the manual (they have no effect).</li>
@ -133,6 +125,31 @@ versions.</i></p>
recoll.</li>
</ul>
<h2><a name="b_1_22_2">recoll 1.22.2</a></h2>
<ul>
<li>The Python module limits result fetches to the Xapian result
count, which is estimated and usually smaller than the actual
number of results which can be read.</li>
<li>A bug in the text splitter made it impossible to match, for
example, filename:doc$ for files with names containing a space or
other word-breaking character before the '.'</li>
<li>The change from 'file' to 'xdg-mime' as file type identifier
command caused problem for some types of files (.java, .sql), because
of new and different returned types. Fixed by a mimemap/mimeconf
adjustment.</li>
</ul>
<h2><a name="b_1_22_0">recoll 1.22.0</a></h2>
<ul>
<li><a name="GUIADV" />GUI: Starting the advanced search tool may
crash the GUI if the saved configuration has more than the default
count of search clauses (five). The bug is present in 1.21 only
There is an easy
workaround: edit <tt>~/.config/Recoll.org/recoll.conf</tt> and
delete the line which begins
with <tt>prefs\adv\clauseList=</tt></li>
</ul>
<h2><a name="b_1_21_6">recoll 1.21.6</a></h2>
<ul>
<li>The GUI dumps core on exit on Fedora23 + qt5 (maybe on other

View file

@ -69,7 +69,7 @@
<div id="general">
<h2><a name="general">General information</a></h2>
<p>The current version is 1.22.2. <a href="release-1.22.html">Release
<p>The current version is 1.22.3. <a href="release-1.22.html">Release
notes</a>.</p>
<p>Recoll <a href="usermanual/usermanual.html#RCL.INSTALL">Installation / building
@ -116,12 +116,12 @@
<div id="source">
<h2><a name="source">Source</a></h2>
<h3>Current release distribution: 1.22.2:</h3>
<h3>Current release distribution: 1.22.3:</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.22.2.tar.gz">recoll-1.22.2.tar.gz</a>.</p>
<p><a href="recoll-1.22.3.tar.gz">recoll-1.22.3.tar.gz</a>.</p>
<p><a href="release-1.22.html">The release notes</a>.</p>
<h3>Previous production release 1.21.7:</h3>

View file

@ -59,7 +59,7 @@
</ul>
<p>The current <span class="application">Recoll</span> version is
<a href="download.html">1.22.2</a>
<a href="download.html">1.22.3</a>
(<a href="release-1.22.html">Release notes</a>,
<a href="BUGS.html">known
bugs</a>, <a href="release-history.html">Release history</a>).</p>
@ -99,7 +99,7 @@
<dl>
<dt>2016-06-15</dt><dd>Release 1.22.2 is available. This is
<dt>2016-06-21</dt><dd>Release 1.22.3 is available. This is
going to replace 1.21 as the main release. See
the <a href="release-1.22.html">the release
notes</a>. Some input handler dependancies have changed.</dd>

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.22.2</a>
<a class="important" href="download.html">1.22.3</a>
(<a href="release-1.22.html">notes sur la version, en
anglais</a>)</p>
@ -107,7 +107,7 @@
<dl>
<dt>2016-06-15</dt><dd>La version 1.22.2 est disponible et va
<dt>2016-06-15</dt><dd>La version 1.22.3 est disponible et va
progressivement remplacer 1.21 comme version
principale. <a href="release-1.22.html">Notes de version</a>
(en anglais).</dd>

View file

@ -106,11 +106,23 @@
<h2>Minor releases</h2>
<ul>
<li>1.22.3:
<ul>
<li>Python module: do not limit result fetches to initial
Xapian result count, which is often underestimated.</li>
<li>Small bug fix in the text splitter: which resulted in
missing results when matching a file name extension
using, e.g. filename:doc$ instead of ext:doc.</li>
<li>Added suffix associations for .java and .sql, to fix
problems caused by the switch from 'file' to 'xdg-mime'.</li>
</ul>
</li>
<li>1.22.2:
<ul>
<li>Small fixes for building the KIO</li>
<li>Fixed debian packaging issues.</li>
</ul>
</li>
<li>1.22.1:
<ul>
<li>Sidestep bus error in qt exit code by calling _exit()