|
a/website/BUGS.html |
|
b/website/BUGS.html |
|
... |
|
... |
33 |
|
33 |
|
34 |
<p><i>Bugs that are listed in an older version section are
|
34 |
<p><i>Bugs that are listed in an older version section are
|
35 |
supposedly fixed in later versions. Bugs listed in the
|
35 |
supposedly fixed in later versions. Bugs listed in the
|
36 |
topmost section may also exist in older versions.</i></p>
|
36 |
topmost section may also exist in older versions.</i></p>
|
37 |
|
37 |
|
38 |
<h2><a name="b_latest">Latest (recoll 1.12.1 + xapian 1.0.15)</a></h2>
|
38 |
<h2><a name="b_latest">Latest (future recoll 1.13.0 + xapian
|
|
|
39 |
1.0.16)</a></h2>
|
39 |
<ul>
|
40 |
<ul>
|
40 |
|
|
|
41 |
<li>Performing a full index with release 1.11 or later, over a
|
41 |
<li>Performing a full index with release 1.11 or later, over a
|
42 |
version created with a much older recoll release may
|
42 |
version created with a much older recoll release may
|
43 |
sometimes end with an error saying "backend doesn't
|
43 |
sometimes end with an error saying "backend doesn't
|
44 |
implement metadata". If this happens, you need to delete
|
44 |
implement metadata". If this happens, you need to delete
|
45 |
the index directory (typically <em>~/.recoll/xapiandb/</em>)
|
45 |
the index directory (typically <em>~/.recoll/xapiandb/</em>)
|
|
... |
|
... |
98 |
OpenOffice will trigger this message. As a workaround, install
|
98 |
OpenOffice will trigger this message. As a workaround, install
|
99 |
wvWare and modify mimeconf to use the rcldoc filter, which
|
99 |
wvWare and modify mimeconf to use the rcldoc filter, which
|
100 |
will use vwWare if it is available. This will result in
|
100 |
will use vwWare if it is available. This will result in
|
101 |
slower indexing for doc files.</li>
|
101 |
slower indexing for doc files.</li>
|
102 |
</ul>
|
102 |
</ul>
|
|
|
103 |
|
|
|
104 |
<h2><a name="b_1_12_4">1.12.4</a></h2>
|
|
|
105 |
<li>There are two bugs specific to 64 bits system, affecting
|
|
|
106 |
HTML display inside the preview window (wrong character set
|
|
|
107 |
used in some cases, and problems with keyword highlighting).
|
|
|
108 |
</li>
|
|
|
109 |
|
|
|
110 |
|
|
|
111 |
<h2><a name="b_1_12_3">1.12.3</a></h2>
|
|
|
112 |
|
|
|
113 |
<li>Specific File Name searches and Query Language searches
|
|
|
114 |
for a 'filename:' field sometimes give different results due
|
|
|
115 |
to the way we handle wild card expansion.</li>
|
|
|
116 |
|
|
|
117 |
<li>Killing recollindex sometimes left filter processes
|
|
|
118 |
sleeping around.</li>
|
|
|
119 |
|
|
|
120 |
<li>The last entry in a configuration file was ignored if it
|
|
|
121 |
was not followed by a newline (either the file had no ending
|
|
|
122 |
newline or the line ended with backslash followed by the last
|
|
|
123 |
file line.</li>
|
|
|
124 |
|
|
|
125 |
<li>Non-ascii characters in path names did not work well from
|
|
|
126 |
the configuration GUI (editing the configuration files did
|
|
|
127 |
work).</li>
|
|
|
128 |
|
|
|
129 |
<li>Accented characters in mail headers encoded according to a
|
|
|
130 |
lax interpretation of rfc2047 were sometimes not decoded.</li>
|
|
|
131 |
|
|
|
132 |
<li>Recoll dumps core when exiting if the configuration was not
|
|
|
133 |
found.</li>
|
|
|
134 |
|
|
|
135 |
<li>The Qt4 version sometimes did not display the
|
|
|
136 |
status bar in the main window.</li>
|
|
|
137 |
|
|
|
138 |
<li>Message boundaries were not detected inside mbox format
|
|
|
139 |
files with quoted strings inside the 'From ' lines.
|
|
|
140 |
(ie [From "Smith, John" ...]).</li>
|
|
|
141 |
|
|
|
142 |
<li>The Term Explorer GUI dialog was not created at all if
|
|
|
143 |
aspell was not compiled int (leaving no access to wildcard,
|
|
|
144 |
regexp and stemming expansions).</li>
|
|
|
145 |
|
|
|
146 |
<li>Give priority to the user's PATH when looking for qmake
|
|
|
147 |
(fixes detecting the wrong qmake when more than one exists).</li>
|
|
|
148 |
|
|
|
149 |
|
|
|
150 |
<h2><a name="b_1_12_2">1.12.2</a></h2>
|
|
|
151 |
<li>The sort tool does not work with qt3 (at least some
|
|
|
152 |
versions), the Apply button does nothing.</li>
|
103 |
|
153 |
|
104 |
<h2><a name="b_1_12_1">1.12.1</a></h2>
|
154 |
<h2><a name="b_1_12_1">1.12.1</a></h2>
|
105 |
<li>Uncatched Xapian exceptions can crash the GUI when a query
|
155 |
<li>Uncatched Xapian exceptions can crash the GUI when a query
|
106 |
is run while the index is being updated.</li>
|
156 |
is run while the index is being updated.</li>
|
107 |
<li>The result list right-click pop up menu does not appear
|
157 |
<li>The result list right-click pop up menu does not appear
|