doc
This commit is contained in:
parent
1adef03d9b
commit
803a61978b
@ -31,7 +31,7 @@
|
||||
|
||||
<h1>Recoll journal of user-visible changes </h1>
|
||||
|
||||
<h2><a name="1.14.0">(future)1.14.0</a></h2>
|
||||
<h2><a name="1.14.0">1.14.0</a></h2>
|
||||
<ul>
|
||||
<li><a href="usermanual/rcl.search.lang.html">
|
||||
date selection in queries</a>.</li>
|
||||
@ -52,6 +52,11 @@
|
||||
entry. </li>
|
||||
<li>Add full screen mode for small devices.</li>
|
||||
<li>Added -i option to recollq to specify extra indexes.</li>
|
||||
<li>Removed use of id3lib for extracting mp3 tags. A Python filter
|
||||
based on mutagen now handles all audio formats
|
||||
(mp3/flac/ogg). <i>If you are currently indexing audio
|
||||
files, you need to install mutagen, Recoll will not use
|
||||
id3lib or the Flac/Ogg tools any more</i>. </li>
|
||||
<li>Filter for <b>fictionbook</b> (.fb2) documents.</li>
|
||||
<li>Cleaned up the Python samples and made recollq.py a usable
|
||||
clone of recollq.</li>
|
||||
@ -59,7 +64,7 @@
|
||||
fatal. They could easily go unnoticed before.</li>
|
||||
<li>Proper LARGEFILE support.</li>
|
||||
<li>Use <b>xsltproc</b> instead of misc dirty tricks to
|
||||
extract test from most current XML-based documents (except
|
||||
extract text from most current XML-based documents (except
|
||||
those in which the XML is too broken).</li>
|
||||
<li>Implement <tt>configure --enable-pic</tt> and use it for
|
||||
the KIO slave and Python and PHP modules.</li>
|
||||
|
||||
@ -123,10 +123,15 @@
|
||||
subdirectory, because of all the places they're referred from
|
||||
(package watches( -->
|
||||
<p><a href="recoll-1.13.04.tar.gz">recoll-1.13.04.tar.gz</a>.
|
||||
Recoll 1.13.04 fixes stemming, which was broken in 1.13.
|
||||
<a href="CHANGES.html">Changes</a>. <a href="BUGS.html">Bugs</a>.
|
||||
</p>
|
||||
|
||||
Recoll 1.13.04 fixes stemming, which was broken in 1.13.
|
||||
<a href="CHANGES.html">Changes</a>. <a href="BUGS.html">Bugs</a>.
|
||||
</p>
|
||||
<p>You can also download the brand new
|
||||
<a href="recoll-1.14.0.tar.gz">recoll-1.14.0.tar.gz</a>. The
|
||||
KIO slave in 1.14 does not compile because of a missing
|
||||
include. <a href="files/recoll-1.14-kio.diff">Patch here</a>.
|
||||
</p>
|
||||
|
||||
<h3>Prerequisites for building from source:</h3>
|
||||
<ul>
|
||||
<li>C++ compiler. Its absence sometimes manifests itself by
|
||||
|
||||
@ -80,7 +80,17 @@
|
||||
|
||||
<h2>News: </h2>
|
||||
<ul>
|
||||
<li>2010-04-14 : a <a href="download.html#source">1.13.04</a> is
|
||||
<li>2010-09-18 : Recoll <a href="download.html#source">1.14.0</a> is
|
||||
out. The main new feature is the use of document dates in
|
||||
searches, buf there are <a href="CHANGES.html">a few
|
||||
others</a> too. As usual with a .0 release, there may be
|
||||
rough edges, the binary packages will follow when a few
|
||||
brave souls will have tried it and I hear of no major
|
||||
issues. If you are currently indexing audio file tags, you
|
||||
need to look at the changes file, the supporting
|
||||
application changed.</li>
|
||||
|
||||
<li>2010-04-14 : Recoll <a href="download.html#source">1.13.04</a> is
|
||||
out. It fixes a nasty bug (broken stemming) in 1.13.02.</li>
|
||||
|
||||
<li>2010-01-29 : the full Recoll source repository is now
|
||||
@ -92,23 +102,6 @@
|
||||
new channel for reporting bugs and make suggestions will
|
||||
increase the feedback rate...</li>
|
||||
|
||||
<li>2010-01-05 : a <a href="download.html#source">1.13.02</a> is
|
||||
out. It brings some nice <a href="CHANGES.html">
|
||||
improvements and new functions</a>.
|
||||
Please try it and report any problems.</li>
|
||||
|
||||
<li>2009-12-10 : <a href="download.html#source">1.12.4</a> is
|
||||
out. It fixes a <a href="CHANGES.html#1.12.4">problem in the preview
|
||||
window search function (qt4 only)</a>.</li>
|
||||
|
||||
<li>2008-05-22 : we now have a mailing list:
|
||||
<ul>
|
||||
<li><a href="http://www.freelists.org/list/recoll-user">
|
||||
Subscription management</a></li>
|
||||
<li><a href="http://www.freelists.org/archives/recoll-user">
|
||||
Archives </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2><a name="support">Support</a></h3>
|
||||
|
||||
@ -94,6 +94,15 @@
|
||||
|
||||
<h2>Nouvelles: </h2>
|
||||
<ul>
|
||||
<li>2010-09-18 : Recoll <a href="download.html#source">1.14.0</a>
|
||||
vient de sortir. L'innovation principale est la possibilité
|
||||
d'utiliser des critères de dates dans les recherches, mais
|
||||
il y en a <a href="CHANGES.html">quelques autres</a>. Comme
|
||||
d'habitude, avec une version .0, il se pourrait qu'il y ait
|
||||
quelques problèmes, les paquets binaires suivront quand
|
||||
quelques braves auront essayé cette version, et si je
|
||||
n'entends pas parler de problèmes majeurs.</li>
|
||||
|
||||
<li>2010-04-14 : la version <a
|
||||
href="download.html#source">1.13.04</a> vient de sortir. Elle
|
||||
corrige un gros bug de la 1.13.02 (le stemming ne marchait plus).</li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user