--- a/website/release-1.19.html
+++ b/website/release-1.19.html
@@ -63,7 +63,8 @@
<h2><a name="minor_releases">Minor releases at a glance</a></h2>
<ul>
- <li>1.19.14 fixes two relatively minor but ennoying issues in indexing:
+ <li>1.19.14 fixes relatively minor but ennoying issues in
+ indexing, plus a few other glitches:
<ul>
<li>The use of a separate readonly Database object for querying
the index while indexing would trigger Xapian errors, (bad
@@ -75,10 +76,10 @@
forking and executing the filter could block on a mutex, and
lead to a 20 mn timeout for the affected father process thread
(happened only in multithread mode).</li>
+ <li>Also a possible overflow of the filter stack. This could only
+ really happen in pathological situations (hand-crafted recursive
+ zip file...).</li>
</ul>
- <li>Also a possible overflow of the filter stack. This could only
- really happen in pathological situations (hand-crafted recursive
- zip file...).</li>
</li>
<li>1.19.13 hopefully fixes the rare but longstanding multithread