This commit is contained in:
Jean-Francois Dockes 2016-05-11 12:16:50 +02:00
parent e2e9b116fe
commit 493dd14a52
5 changed files with 42 additions and 13 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.6, 1.22.0</a></h2>
<h2><a name="b_latest">recoll 1.21.7, 1.22.0</a></h2>
<ul>
<li>There have been multiple occurrences of an indexing problem
@ -133,6 +133,16 @@ versions.</i></p>
recoll.</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
platforms too). This has no real consequences apart from an
ennoying system pop up).</li>
<li>Starting the advanced search tool may crash the GUI if the saved
configuration has more than the default count of search clauses
(five).</li>
</ul>
<h2><a name="b_1_21_4">recoll 1.21.4</a></h2>
<ul>
<li>The query language parser interprets incorrectly queries having

View file

@ -69,7 +69,7 @@
<div id="general">
<h2><a name="general">General information</a></h2>
<p>The current version is 1.21.6. <a href="release-1.21.html">Release
<p>The current version is 1.21.7. <a href="release-1.21.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.21.6:</h3>
<h3>Current release distribution: 1.21.7:</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.21.6.tar.gz">recoll-1.21.6.tar.gz</a>.</p>
<p><a href="recoll-1.21.7.tar.gz">recoll-1.21.7.tar.gz</a>.</p>
<h3>1.22.0:</h3>
@ -391,16 +391,20 @@
<div id="translations">
<h2><a name="translations">Translations</a></h2>
<p>Most of the translations for 1.21 are incomplete The source translation
files are included in the source release. If your language has some english
messages left and you want to take a shot at fixing the problem, you can send
the results to <a href="mailto:jfd@recoll.org">me</a> and earn my gratefulness
(and your less multilingual compatriot's)...</p>
<p>Most of the translations for 1.21 are incomplete The source
translation files are included in the source release. If
your language has some english messages left and you want to
take a shot at fixing the problem, you can send the results
to <a href="mailto:jfd@recoll.org">me</a> and earn my
gratefulness (and your less multilingual
compatriot's)...</p>
<p>You can use the <em>.ts</em> file to alter the translations if you wish (use
Qt's <em>linguist</em> tool to edit the source file, then <em>lrelease</em> to
produce the <em>.qm</em> file.). The <literal>.qm</literal>file should be
copied to <span class="filename">/usr/[local/]share/recoll/translations</span>
<p>You can use the <em>.ts</em> file to alter the translations
if you wish (use Qt's <em>linguist</em> tool to edit the
source file, then <em>lrelease</em> to produce
the <em>.qm</em> file.). The <literal>.qm</literal>file
should be copied
to <span class="filename">/usr/[local/]share/recoll/translations</span>
</p>
<p><a href="translations/recoll_xx.ts">recoll_xx.ts</a> is a blank

View file

@ -98,6 +98,9 @@
<dl>
<dt>2016-05-11</dt><dd>Release 1.21.7 fixes an ennoying but
benign GUI crash-on-exit bug reported on Fedora 23 (qt5).</dd>
<dt>2016-04-21</dt><dd>I experimented with installing
the <a href="https://github.com/koniu/recoll-webui">Recoll
Web UI</a> with Apache, and found out

View file

@ -107,6 +107,10 @@
<dl>
<dt>2016-05-11</dt><dd>Release 1.21.7: corrige un crash bénin
mais agaçant au moment de quitter l'interface utilisateur
(Fedora 23 / qt5).</dd>
<dt>2016-04-07</dt><dd>Release 1.21.6: compatibilité KDE5 pour le
KIO slave.</dd>

View file

@ -86,6 +86,14 @@
<h2>Minor releases</h2>
<ul>
<li>1.21.7:
<ul>
<li>Sidestep bus error in qt exit code by calling _exit()
instead of exit() in GUI exit code.</li>
<li>Avoid dependance of librecoll.so on libX11.</li>
<li>Hungarian translation.</li>
</ul>
</li>
<li>1.21.6:
<ul>
<li>New version of the kio slave for KDE5.</li>