*** empty log message ***
This commit is contained in:
parent
6e9613da18
commit
93cc651b58
@ -5,11 +5,6 @@ later versions. Bugs listed in the topmost section may also exist in older
|
||||
versions.
|
||||
|
||||
Latest (1.8.1):
|
||||
- This is not really a bug but .beagle really should be included in
|
||||
"skippedNames", or you end up indexing the beagle text cache, which is
|
||||
not really desirable.
|
||||
- Doc bug: the manual states that the query language supports a "mime:"
|
||||
switch to filter mime types. There is currently no such thing.
|
||||
- The dates shown for email attachments in a result list are the email
|
||||
folder modification date. This should be inherited from the parent
|
||||
message instead.
|
||||
@ -61,6 +56,13 @@ Latest (1.8.1):
|
||||
exception handling (recoll catches an exception while trying the
|
||||
yest inexistant db).
|
||||
|
||||
1.8.1
|
||||
- This is not really a bug but .beagle really should be included in
|
||||
"skippedNames", or you end up indexing the beagle text cache, which is
|
||||
not really desirable.
|
||||
- Doc bug: the manual states that the query language supports a "mime:"
|
||||
switch to filter mime types. There is currently no such thing.
|
||||
|
||||
***************************************************************************
|
||||
1.7.5
|
||||
- Debian and Ubuntu: the rclsoff Openoffice filter doesn't work,
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
CHANGES
|
||||
|
||||
1.8.2 2007-05-19
|
||||
- Fixed method name for compatibility with xapian 1.0.0
|
||||
- Add .beagle to default list of skipped names (avoids indexing beagle
|
||||
document cache...)
|
||||
- Fix configure.ac to use $libdir instead of /usr/lib
|
||||
- Fix recollinstall to properly copy translations and pictures for qt4
|
||||
|
||||
1.8.1 2007-02-20
|
||||
- Add a small query language with some field-based searches (author, title,
|
||||
etc.)
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="pics/index.html">Screenshots</a></li>
|
||||
<li><a href="download.html">Downloads</a></li>
|
||||
<li><a href="usermanual/index.html">User manual</a></li>
|
||||
<li><a href="doc.html">Documentation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Recoll user manuals</title>
|
||||
<title>Recoll documentation</title>
|
||||
|
||||
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
||||
<meta name="Author" content="Jean-Francois Dockes">
|
||||
@ -24,7 +24,7 @@
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="download.html">Downloads</a></li>
|
||||
<li>manuals</li>
|
||||
<li>Documentation</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
@ -104,11 +104,16 @@
|
||||
|
||||
<p><b>Current version:</b>
|
||||
|
||||
<p>1.8.1: <a href="recoll-1.8.1.tar.gz">recoll-1.8.1.tar.gz</a>
|
||||
<p>1.8.2: <a href="recoll-1.8.2.tar.gz">recoll-1.8.2.tar.gz</a>
|
||||
See the <a href="BUGS.txt">known bugs and issues</a> and
|
||||
<a href="CHANGES.txt">changes</a>.</p>
|
||||
<a href="CHANGES.txt">changes</a>.
|
||||
1.8.2 was released purely for fixing a small issue of
|
||||
compatibility with xapian 1.0.0 and small config/install
|
||||
glitches. There is no functional reason to upgrade from
|
||||
1.8.1, (or update packages).
|
||||
|
||||
<p>Older recoll releases:
|
||||
<a href="recoll-1.8.1.tar.gz">1.8.1</a>
|
||||
<a href="recoll-1.7.6.tar.gz">1.7.6</a>
|
||||
<a href=""recoll-1.7.5.tar.gz">1.7.5</a>
|
||||
<a href=""recoll-1.6.3.tar.gz">1.6.3</a>
|
||||
@ -199,9 +204,7 @@
|
||||
indexing pass with "recollindex", not the recoll GUI indexing
|
||||
thread. See <a href="BUGS.txt">errata</a>.
|
||||
<a href="recoll-1.8.1-SunOS-5.8.tgz">
|
||||
recoll-1.8.1-SunOS-5.8.tgz</a>. Source:
|
||||
<a href="recoll-1.8.1.tar.gz">recoll-1.8.1.tar.gz</a>
|
||||
</p>
|
||||
recoll-1.8.1-SunOS-5.8.tgz</a>.</p>
|
||||
|
||||
|
||||
<h2><a name="ports">FreeBSD ports</a></h2>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<li><a href="http://www.recoll.org">Home</a></li>
|
||||
<li><a href="pics/index.html">Screenshots</a></li>
|
||||
<li><a href="download.html">Downloads</a></li>
|
||||
<li><a href="manuals.html">User manuals</a></li>
|
||||
<li><a href="doc.html">Documentation</a></li>
|
||||
<li><a href="devel.html">Development</a></li>
|
||||
</ul>
|
||||
<p class="indexthumb">
|
||||
@ -41,13 +41,13 @@
|
||||
a personal full text search tool for Unix/Linux.</h1>
|
||||
|
||||
<p>It is based on the very strong <a href=
|
||||
"http://www.xapian.org">Xapian</a> backend, for which it
|
||||
provides an easy to use, feature-rich, easy administration,
|
||||
QT graphical interface.</p>
|
||||
"http://www.xapian.org">Xapian</a> back-end, for which it
|
||||
provides a feature-rich yet easy to use front-end with a QT
|
||||
graphical interface.</p>
|
||||
|
||||
<p><span class="application">Recoll</span> is free, open source,
|
||||
and GPL-licensed. The current version is
|
||||
<a class="important" href="download.html">1.8.1</a></p>
|
||||
and licensed under the GPL. The current version is
|
||||
<a class="important" href="download.html">1.8.2</a></p>
|
||||
<p>We borrow a lot of code
|
||||
from other packages, and welcome code and ideas from
|
||||
contributors, see the <a class="important"
|
||||
@ -83,12 +83,11 @@
|
||||
|
||||
<h2><a name="support">Support</a></h3>
|
||||
|
||||
<p>If you have any problem with the package or its
|
||||
installation, or a need for additional features, please <a href=
|
||||
"mailto:jean-francois.dockes@wanadoo.fr">contact us</a>.</p>
|
||||
|
||||
<p>We also very much welcome functional suggestions or (gasp)
|
||||
code, see the <a href="devel.html">development</a> page.</p>
|
||||
<p>If you have any problem with Recoll, its
|
||||
installation, or an idea for improvement, <em>please</em> <a href=
|
||||
"mailto:jean-francois.dockes@wanadoo.fr">provide
|
||||
feedback</a>. Also see the <a href="devel.html">development</a>
|
||||
page.</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<li><a href="http://www.recoll.org">Base</a></li>
|
||||
<li><a href="pics/index.html">Copies d'écrans</a></li>
|
||||
<li><a href="download.html">Téléchargements</a></li>
|
||||
<li><a href="manuals.html">Manuels</a></li>
|
||||
<li><a href="doc.html">Documentation</a></li>
|
||||
<li><a href="devel.html">Développement</a></li>
|
||||
</ul>
|
||||
<p class="indexthumb">
|
||||
@ -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 version à jour est
|
||||
<a class="important" href="download.html">1.8.1</a></p>
|
||||
<a class="important" href="download.html">1.8.2</a></p>
|
||||
|
||||
<p><span class="application">Recoll</span> emprunte beaucoup de code
|
||||
d'autres logiciels libres, et accueille volontiers les
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user