web
This commit is contained in:
parent
3af31612d5
commit
2c5d3a2a63
5 changed files with 45 additions and 16 deletions
|
@ -29,7 +29,7 @@
|
||||||
later versions. Bugs listed in the topmost section may also exist in older
|
later versions. Bugs listed in the topmost section may also exist in older
|
||||||
versions.</i></p>
|
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>
|
<ul>
|
||||||
|
|
||||||
<li>There have been multiple occurrences of an indexing problem
|
<li>There have been multiple occurrences of an indexing problem
|
||||||
|
@ -66,14 +66,6 @@ versions.</i></p>
|
||||||
problem.<br/>
|
problem.<br/>
|
||||||
</li>
|
</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
|
<li>For indexes with case and diacritics sensitivity (not the
|
||||||
default), the autocasesens and autodiacsens configuration variable do
|
default), the autocasesens and autodiacsens configuration variable do
|
||||||
not work as described in the manual (they have no effect).</li>
|
not work as described in the manual (they have no effect).</li>
|
||||||
|
@ -133,6 +125,31 @@ versions.</i></p>
|
||||||
recoll.</li>
|
recoll.</li>
|
||||||
</ul>
|
</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>
|
<h2><a name="b_1_21_6">recoll 1.21.6</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The GUI dumps core on exit on Fedora23 + qt5 (maybe on other
|
<li>The GUI dumps core on exit on Fedora23 + qt5 (maybe on other
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
<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.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>
|
notes</a>.</p>
|
||||||
|
|
||||||
<p>Recoll <a href="usermanual/usermanual.html#RCL.INSTALL">Installation / building
|
<p>Recoll <a href="usermanual/usermanual.html#RCL.INSTALL">Installation / building
|
||||||
|
@ -116,12 +116,12 @@
|
||||||
<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.22.2:</h3>
|
<h3>Current release distribution: 1.22.3:</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.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>
|
<p><a href="release-1.22.html">The release notes</a>.</p>
|
||||||
|
|
||||||
<h3>Previous production release 1.21.7:</h3>
|
<h3>Previous production release 1.21.7:</h3>
|
||||||
|
|
|
@ -59,7 +59,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.22.2</a>
|
<a href="download.html">1.22.3</a>
|
||||||
(<a href="release-1.22.html">Release notes</a>,
|
(<a href="release-1.22.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>
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
<dl>
|
<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
|
going to replace 1.21 as the main release. See
|
||||||
the <a href="release-1.22.html">the release
|
the <a href="release-1.22.html">the release
|
||||||
notes</a>. Some input handler dependancies have changed.</dd>
|
notes</a>. Some input handler dependancies have changed.</dd>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<p><span class="application">Recoll</span> est un logiciel libre
|
<p><span class="application">Recoll</span> est un logiciel libre
|
||||||
gratuit, dont le code source est disponible sous licence GPL.
|
gratuit, dont le code source est disponible sous licence GPL.
|
||||||
La dernière version est
|
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
|
(<a href="release-1.22.html">notes sur la version, en
|
||||||
anglais</a>)</p>
|
anglais</a>)</p>
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
<dl>
|
<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
|
progressivement remplacer 1.21 comme version
|
||||||
principale. <a href="release-1.22.html">Notes de version</a>
|
principale. <a href="release-1.22.html">Notes de version</a>
|
||||||
(en anglais).</dd>
|
(en anglais).</dd>
|
||||||
|
|
|
@ -106,11 +106,23 @@
|
||||||
|
|
||||||
<h2>Minor releases</h2>
|
<h2>Minor releases</h2>
|
||||||
<ul>
|
<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:
|
<li>1.22.2:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Small fixes for building the KIO</li>
|
<li>Small fixes for building the KIO</li>
|
||||||
<li>Fixed debian packaging issues.</li>
|
<li>Fixed debian packaging issues.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</li>
|
||||||
<li>1.22.1:
|
<li>1.22.1:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sidestep bus error in qt exit code by calling _exit()
|
<li>Sidestep bus error in qt exit code by calling _exit()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue