1.13.04
This commit is contained in:
parent
fb9f128e26
commit
a1e030c822
@ -35,7 +35,7 @@
|
||||
supposedly fixed in later versions. Bugs listed in the
|
||||
topmost section may also exist in older versions.</i></p>
|
||||
|
||||
<h2><a name="b_latest">recoll 1.13.02 + xapian 1.0.16</a></h2>
|
||||
<h2><a name="b_latest">recoll 1.13.04 + xapian 1.0.16</a></h2>
|
||||
<ul>
|
||||
<li>Mac OS X + Qt 4.6.1 : the index configuration dialog
|
||||
crashes.</li>
|
||||
@ -102,8 +102,15 @@
|
||||
slower indexing for doc files.</li>
|
||||
</ul>
|
||||
|
||||
<h2><a name="b_1_13_02">recoll 1.13.02</h2>
|
||||
<p>Stemming is completely broken. The stemming database is not
|
||||
created at all. Things may sort of work as long as an older stemming
|
||||
database is around (which is why this was not discovered earlier.</p>
|
||||
|
||||
<h2><a name="b_1_13_01">recoll 1.13.01 + xapian
|
||||
1.0.16</a></h2> <li>The GUI display is completely garbled under
|
||||
1.0.16</a></h2>
|
||||
|
||||
<li>The GUI display is completely garbled under
|
||||
Qt 4.6.1 and newer. This is a Qt bug, and a workaround was put
|
||||
in place in Recoll 1.13.02 for Qt 4.6.1. If you are using a
|
||||
newer version and the problem is still there, you can fix the
|
||||
|
||||
@ -31,6 +31,14 @@
|
||||
|
||||
<h1>Recoll journal of user-visible changes </h1>
|
||||
|
||||
<h2><a name="1.13.04">1.13.04</a></h2>
|
||||
<p>Provide a set of configuration defaults so that compilation has a
|
||||
chance to succeed on unknown systems.</p>
|
||||
<p>Fix the lyx filter to properly handle embedded white space in
|
||||
file paths.</p>
|
||||
<p>Fixed stemming. This was completely broken in 1.13...</p>
|
||||
<p>Install icon to the pixmaps directory.</p>
|
||||
|
||||
<h2><a name="1.13.02">1.13.02</a></h2>
|
||||
<p>This version has a single fix to work around a problem in the
|
||||
Qt 4.6.1 uic utility. If you are not using Qt 4.6.1 and are
|
||||
|
||||
@ -112,7 +112,8 @@
|
||||
archives (needs <span class="command">Python</span>).</li>
|
||||
|
||||
<li><span class="literal">iCalendar</span>(.ics) files
|
||||
(needs <span class="command">Python, icalendar</span>).</li>
|
||||
(needs <span class="command">Python,
|
||||
<a href="http://pypi.python.org/pypi/icalendar/2.1">icalendar</a></span>).</li>
|
||||
|
||||
<li><span class="literal">Wordperfect</span> with <a href=
|
||||
"http://libwpd.sourceforge.net">libwpd</a>.</li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user