This commit is contained in:
dockes 2009-01-30 11:43:12 +00:00
parent 0787c7001d
commit c85e74db66
2 changed files with 16 additions and 10 deletions

View File

@ -35,16 +35,17 @@
supposedly fixed in later versions. Bugs listed in the supposedly fixed in later versions. Bugs listed in the
topmost section may also exist in older versions.</i></p> topmost section may also exist in older versions.</i></p>
<h2>Latest (recoll 1.11.4 + xapian 1.0.x)</h2> <h2><a name="b_latest">Latest (recoll 1.12.0 + xapian 1.0.10)</a></h2>
<ul> <ul>
<li>Performing a full index with release 1.11, over a version <li>Performing a full index with release 1.11 or later, over a
created with a much older recoll release may sometimes end version created with a much older recoll release may
with an error saying "backend doesn't implement metadata". sometimes end with an error saying "backend doesn't
If this happens, you need to delete the index directory implement metadata". If this happens, you need to delete
(typically <em>~/.recoll/xapiandb/</em>) and restart the index directory (typically <em>~/.recoll/xapiandb/</em>)
indexing. For big indexes, removing the directory preventively and restart indexing. For big indexes, removing the
may be a smart move to avoid losing time.</li> directory preventively may be preferable to avoid losing
time.</li>
<li> When Recoll is built with qt 4.4.0, the icons in the <li> When Recoll is built with qt 4.4.0, the icons in the
result list are all displayed at the top of the page and result list are all displayed at the top of the page and
@ -132,6 +133,11 @@
slower indexing for doc files.</li> slower indexing for doc files.</li>
</ul> </ul>
<h2><a name="b_1_11_4">1.11.4</a></h2>
<ul>
<li>Possibly harmful bug in strerror_r usage (GNU case).</li>
</ul>
<h2><a name="b_1_11_1">1.11.1</a></h2> <h2><a name="b_1_11_1">1.11.1</a></h2>
<ul> <ul>
<li>Unicode space characters like <li>Unicode space characters like
@ -161,6 +167,7 @@
clipboard too (permitting the use of the "Paste" edit menu clipboard too (permitting the use of the "Paste" edit menu
entry or Ctrl+V in the target).</li> entry or Ctrl+V in the target).</li>
<li>Possibly harmful bug in strerror_r usage (GNU case).</li>
</ul> </ul>
<h2>1.10.6</h2> <h2>1.10.6</h2>

View File

@ -41,7 +41,7 @@
documents and optionally collapses duplicate entries inside documents and optionally collapses duplicate entries inside
the result list. This needs a full reindex to become the result list. This needs a full reindex to become
effective for older documents already in the index. The effective for older documents already in the index. The
option for collapsing or not is in the <i>Query option to activate collapsing is in the <i>Query
Configuration</i>.</li> Configuration</i>.</li>
<li>Typing F1 anywhere in the GUI should bring up the <li>Typing F1 anywhere in the GUI should bring up the
appropriate section of the manual in the application appropriate section of the manual in the application
@ -64,7 +64,6 @@
<li>There is now a size limit over which no attempt will be made to <li>There is now a size limit over which no attempt will be made to
uncompress/identify/index compressed files. Not active by uncompress/identify/index compressed files. Not active by
default, to be set in the <i>Indexing Configuration</i>.</li> default, to be set in the <i>Indexing Configuration</i>.</li>
<li>Fixed possibly harmful bug in strerror_r usage (GNU case).</li>
<li>Added support for fetching field values from extended file <li>Added support for fetching field values from extended file
attributes. This is not enabled by default, use attributes. This is not enabled by default, use
<i>configure&nbsp;--enable-xattr</i>. You'll also need to <i>configure&nbsp;--enable-xattr</i>. You'll also need to