web
This commit is contained in:
parent
e2e9b116fe
commit
493dd14a52
5 changed files with 42 additions and 13 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.6, 1.22.0</a></h2>
|
<h2><a name="b_latest">recoll 1.21.7, 1.22.0</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li>There have been multiple occurrences of an indexing problem
|
<li>There have been multiple occurrences of an indexing problem
|
||||||
|
@ -133,6 +133,16 @@ versions.</i></p>
|
||||||
recoll.</li>
|
recoll.</li>
|
||||||
</ul>
|
</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>
|
<h2><a name="b_1_21_4">recoll 1.21.4</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The query language parser interprets incorrectly queries having
|
<li>The query language parser interprets incorrectly queries having
|
||||||
|
|
|
@ -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.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>
|
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.21.6:</h3>
|
<h3>Current release distribution: 1.21.7:</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.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>
|
<h3>1.22.0:</h3>
|
||||||
|
|
||||||
|
@ -391,16 +391,20 @@
|
||||||
<div id="translations">
|
<div id="translations">
|
||||||
<h2><a name="translations">Translations</a></h2>
|
<h2><a name="translations">Translations</a></h2>
|
||||||
|
|
||||||
<p>Most of the translations for 1.21 are incomplete The source translation
|
<p>Most of the translations for 1.21 are incomplete The source
|
||||||
files are included in the source release. If your language has some english
|
translation files are included in the source release. If
|
||||||
messages left and you want to take a shot at fixing the problem, you can send
|
your language has some english messages left and you want to
|
||||||
the results to <a href="mailto:jfd@recoll.org">me</a> and earn my gratefulness
|
take a shot at fixing the problem, you can send the results
|
||||||
(and your less multilingual compatriot's)...</p>
|
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
|
<p>You can use the <em>.ts</em> file to alter the translations
|
||||||
Qt's <em>linguist</em> tool to edit the source file, then <em>lrelease</em> to
|
if you wish (use Qt's <em>linguist</em> tool to edit the
|
||||||
produce the <em>.qm</em> file.). The <literal>.qm</literal>file should be
|
source file, then <em>lrelease</em> to produce
|
||||||
copied to <span class="filename">/usr/[local/]share/recoll/translations</span>
|
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>
|
||||||
|
|
||||||
<p><a href="translations/recoll_xx.ts">recoll_xx.ts</a> is a blank
|
<p><a href="translations/recoll_xx.ts">recoll_xx.ts</a> is a blank
|
||||||
|
|
|
@ -98,6 +98,9 @@
|
||||||
|
|
||||||
<dl>
|
<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
|
<dt>2016-04-21</dt><dd>I experimented with installing
|
||||||
the <a href="https://github.com/koniu/recoll-webui">Recoll
|
the <a href="https://github.com/koniu/recoll-webui">Recoll
|
||||||
Web UI</a> with Apache, and found out
|
Web UI</a> with Apache, and found out
|
||||||
|
|
|
@ -107,6 +107,10 @@
|
||||||
|
|
||||||
<dl>
|
<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
|
<dt>2016-04-07</dt><dd>Release 1.21.6: compatibilité KDE5 pour le
|
||||||
KIO slave.</dd>
|
KIO slave.</dd>
|
||||||
|
|
||||||
|
|
|
@ -86,6 +86,14 @@
|
||||||
|
|
||||||
<h2>Minor releases</h2>
|
<h2>Minor releases</h2>
|
||||||
<ul>
|
<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:
|
<li>1.21.6:
|
||||||
<ul>
|
<ul>
|
||||||
<li>New version of the kio slave for KDE5.</li>
|
<li>New version of the kio slave for KDE5.</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue