Switch to unified view

a/website/release-1.19.html b/website/release-1.19.html
...
...
61
the list after installation . This can be done from the <em>Preferences-&gt;Gui
61
the list after installation . This can be done from the <em>Preferences-&gt;Gui
62
Configuration</em> menu.</p>
62
Configuration</em> menu.</p>
63
63
64
<h2><a name="minor_releases">Minor releases at a glance</a></h2>
64
<h2><a name="minor_releases">Minor releases at a glance</a></h2>
65
<ul>
65
<ul>
66
  <li>1.19.14 fixes two relatively minor but ennoying issues in indexing:
67
    <ul>
68
      <li>The use of a separate readonly Database object for querying
69
        the index while indexing would trigger Xapian errors, (bad
70
        block reads), and subsequent up-to-date check failures
71
        (leading to unnecessary reindexing). The jury is out as to the
72
        cause, but using the same object for reading and writing seems
73
        to eliminate the problem.</li>
74
      <li>An unnecessary log message in the child process between
75
        forking and executing the filter could block on a mutex, and
76
        lead to a 20 mn timeout for the affected father process thread
77
        (happened only in multithread mode).</li>
78
    </ul>
79
    <li>Also a possible overflow of the filter stack. This could only
80
      really happen in pathological situations (hand-crafted recursive
81
      zip file...).</li>
82
  </li>
83
66
  <li>1.19.13 hopefully fixes the rare but longstanding multithread
84
  <li>1.19.13 hopefully fixes the rare but longstanding multithread
67
    indexing crashes, which I hope were actually due to the now
85
    indexing crashes, which I hope were actually due to the now
68
    corrected mismanagement of Xapian::Document objects. It also
86
    corrected mismanagement of Xapian::Document objects. It also
69
    silences noisy but mostly harmless ppt-dump.py crashes.</li>
87
    silences noisy but mostly harmless ppt-dump.py crashes.</li>
70
  <li>1.19.12p2 fulfills an old promise that I had forgotten: have a
88
  <li>1.19.12p2 fulfills an old promise that I had forgotten: have a