doc
This commit is contained in:
parent
41a39cc16a
commit
0dd8095f07
@ -4,7 +4,7 @@
|
||||
# For the kio: (and kdesdk?)
|
||||
# sudo apt-get install pkg-kde-tools cdbs
|
||||
|
||||
RCLVERS=1.19.3
|
||||
RCLVERS=1.19.4
|
||||
LENSVERS=1.19.2.3328
|
||||
PPAVERS=1
|
||||
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
recoll (1.19.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
* Release 1.19.5: the CIFS issue.
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Tue, 18 Jun 2013 15:23:00 +0200
|
||||
|
||||
recoll (1.19.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
* Release 1.19.3: minor bugs and usability fixes
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Mon, 23 May 2013 10:02:00 +0200
|
||||
|
||||
@ -29,17 +29,8 @@
|
||||
later versions. Bugs listed in the topmost section may also exist in older
|
||||
versions.</i></p>
|
||||
|
||||
<h2><a name="b_latest">recoll 1.19.4</a></h2>
|
||||
<h2><a name="b_latest">recoll 1.19.5</a></h2>
|
||||
<ul>
|
||||
|
||||
<li>Indexing CIFS/SMBFS kernel mounts is impossible because an empty
|
||||
mime_type extended attribute is
|
||||
<a href="https://bugzilla.kernel.org/show_bug.cgi?id=59811">
|
||||
returned by the kernel</a> for all files, rendering actual
|
||||
identification impossible. You can probably use a FUSE mount as
|
||||
a workaround.
|
||||
</li>
|
||||
|
||||
<li>On systems such as Debian Stable which use Evince version 2.x (not 3.x)
|
||||
as PDF viewer, the default "Open" command for PDF files will not work. You
|
||||
need to use the GUI preferences tool to change the --page-index option to
|
||||
@ -69,6 +60,18 @@ versions.</i></p>
|
||||
recoll.</li>
|
||||
</ul>
|
||||
|
||||
<h2><a name="b_1_19_4">recoll 1.19.4</a></h2>
|
||||
<ul>
|
||||
|
||||
<li>Indexing CIFS/SMBFS kernel mounts is impossible because an empty
|
||||
mime_type extended attribute is
|
||||
<a href="https://bugzilla.kernel.org/show_bug.cgi?id=59811">
|
||||
returned by the kernel</a> for all files, rendering actual
|
||||
identification impossible. You can probably use a FUSE mount as
|
||||
a workaround.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2><a name="b_1_19_3">recoll 1.19.3</a></h2>
|
||||
<ul>
|
||||
<li>Absolute paths computations are broken by
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
|
||||
<h2><a>General information</a></h2>
|
||||
|
||||
<p>The current version is 1.19.4. <a href="release-1.19.html">Release
|
||||
<p>The current version is 1.19.5. <a href="release-1.19.html">Release
|
||||
notes</a>.</p>
|
||||
|
||||
<p>The download page for Recoll 1.18 is <a href="download-1.18.html">still
|
||||
@ -87,12 +87,12 @@ is probably no necessity to upgrade anyway.</p>
|
||||
|
||||
<h2><a name="source">Source</a></h2>
|
||||
|
||||
<h3>Current release distribution: 1.19.4:</h3>
|
||||
<h3>Current release distribution: 1.19.5:</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.19.4.tar.gz">recoll-1.19.4.tar.gz</a>. </p>
|
||||
<p><a href="recoll-1.19.5.tar.gz">recoll-1.19.5.tar.gz</a>. </p>
|
||||
<!--
|
||||
<h3>Snapshot</h3>
|
||||
<p>I sometimes release a source tarfile when I consider that the
|
||||
@ -145,12 +145,12 @@ branch for the current production version.</p>
|
||||
<h3>Older recoll releases:</h3>
|
||||
|
||||
<p>
|
||||
<a href="recoll-1.19.4.tar.gz">1.19.4</a>.
|
||||
<a href="recoll-1.19.3.tar.gz">1.19.3</a>.
|
||||
<a href="recoll-1.19.2.tar.gz">1.19.2</a>.
|
||||
<a href="recoll-1.19.1.tar.gz">1.19.1</a>.
|
||||
<a href="recoll-1.19.0.tar.gz">1.19.0</a>.
|
||||
<a href="recoll-1.18.2.tar.gz">1.18.2</a>.
|
||||
<a href="recoll-1.18.1.tar.gz">1.18.1</a>.
|
||||
<a href="recoll-1.17.3.tar.gz">1.17.3</a>.
|
||||
<a href="recoll-1.16.2.tar.gz">1.16.2</a>.
|
||||
<a href="recoll-1.15.9.tar.gz">1.15.9</a>.
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
<li><a href="features.html">Detailed features</a>.
|
||||
</ul>
|
||||
<p>The current <span class="application">Recoll</span> version is
|
||||
<a href="download.html">1.19.4</a>
|
||||
<a href="download.html">1.19.5</a>
|
||||
(<a href="release-1.19.html">Release notes</a>,
|
||||
<a href="BUGS.html">known bugs</a>).</p>
|
||||
|
||||
@ -87,6 +87,9 @@
|
||||
<div class="news">
|
||||
|
||||
<dl>
|
||||
<dt>2013-06-18</dt> <dd>1.19.5 is released to fix the CIFS
|
||||
issue described below.</dd>
|
||||
|
||||
<dt>2013-06-17</dt> <dd>A change in Recoll 1.19, combined with a
|
||||
Linux <a href="https://bugzilla.kernel.org/show_bug.cgi?id=59811">
|
||||
CIFS kernel module bug</a> makes it impossible to index
|
||||
|
||||
@ -48,7 +48,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.19.4</a>
|
||||
<a class="important" href="download.html">1.19.5</a>
|
||||
(<a href="release-1.19.html">notes sur la version, en
|
||||
anglais</a>)</p>
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
<h2>Nouvelles: </h2>
|
||||
<dl>
|
||||
|
||||
<dt>2013-06-07</dt><dd>La version 1.19.4 est disponible.</dd>
|
||||
<dt>2013-06-18</dt><dd>La version 1.19.5 est disponible.</dd>
|
||||
|
||||
<dt>2012-11-05</dt><dd>Recoll 1.18.1 est disponible. Cette
|
||||
version peut faire des recherches sensibles aux majuscules et
|
||||
|
||||
@ -63,6 +63,10 @@ Configuration</em> menu.</p>
|
||||
|
||||
<h2><a name="minor_releases">Minor releases at a glance</a></h2>
|
||||
<ul>
|
||||
<li>1.19.5 works around a Linux kernel bug that would make it
|
||||
impossible to index data from a network share mounted through cifs
|
||||
(this worked in 1.18 and stopped working in 1.19 because of its
|
||||
wider use of extended attributes)</li>
|
||||
<li>1.19.4 has a German translation, and a few fixes
|
||||
for <a href="BUGS.html#b_1_19_3">relatively ennoying
|
||||
bugs</a>.</li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user