This commit is contained in:
Jean-Francois Dockes 2016-06-16 10:17:07 +02:00
parent 6c970d7d43
commit 97da304ea8
5 changed files with 22 additions and 10 deletions

View file

@ -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.1. <a href="release-1.22.html">Release <p>The current version is 1.22.2. <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.1:</h3> <h3>Current release distribution: 1.22.2:</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.1.tar.gz">recoll-1.22.1.tar.gz</a>.</p> <p><a href="recoll-1.22.2.tar.gz">recoll-1.22.2.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>

View file

@ -173,8 +173,9 @@ application/x-tar = execm rcltar
<h5>The XML ones</h5> <h5>The XML ones</h5>
<p>The following types need <span class="command"> <p>The following types need <span class="command">
xsltproc</span> from the <b>libxslt</b> package, (and the xsltproc</span> from the <b>libxslt</b> package for recoll
Python2 libxslt module for recoll 1.22). versions before 1.22, and in addition, python-libxslt1 and
python-libxml2 for 1.22 and newer.
Quite a few also need <span class="command">unzip</span>:</p> Quite a few also need <span class="command">unzip</span>:</p>
<ul> <ul>

View file

@ -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.1</a> <a href="download.html">1.22.2</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,9 +99,10 @@
<dl> <dl>
<dt>2016-06-15</dt><dd>Release 1.22.1 is available. This is <dt>2016-06-15</dt><dd>Release 1.22.2 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 notes</a>.</dd> the <a href="release-1.22.html">the release
notes</a>. Some input handler dependancies have changed.</dd>
<dt>2016-05-11</dt><dd>Release 1.21.7 fixes an ennoying but <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> benign GUI crash-on-exit bug reported on Fedora 23 (qt5).</dd>

View file

@ -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.1</a> <a class="important" href="download.html">1.22.2</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.1 est disponible et va <dt>2016-06-15</dt><dd>La version 1.22.2 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>

View file

@ -27,6 +27,11 @@
<h2>Caveats</h2> <h2>Caveats</h2>
<p>Some of the input handlers were converted from shell scripts
to Python programs, and some helper dependancies changed. For
example, you will need to install python-libxml2 and
python-libxslt1 in most cases (for replacing xsltproc).</p>
<p><em>Installing over an older version</em>: 1.19 </p> <p><em>Installing over an older version</em>: 1.19 </p>
<p>1.20-22 indexes are fully compatible. Installing 1.22 <p>1.20-22 indexes are fully compatible. Installing 1.22
@ -101,6 +106,11 @@
<h2>Minor releases</h2> <h2>Minor releases</h2>
<ul> <ul>
<li>1.22.2:
<ul>
<li>Small fixes for building the KIO</li>
<li>Fixed debian packaging issues.</li>
</ul>
<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()