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:
66
  <li>1.19.14 fixes relatively minor but ennoying issues in
67
    indexing, plus a few other glitches:
67
    <ul>
68
    <ul>
68
      <li>The use of a separate readonly Database object for querying
69
      <li>The use of a separate readonly Database object for querying
69
        the index while indexing would trigger Xapian errors, (bad
70
        the index while indexing would trigger Xapian errors, (bad
70
        block reads), and subsequent up-to-date check failures
71
        block reads), and subsequent up-to-date check failures
71
        (leading to unnecessary reindexing). The jury is out as to the
72
        (leading to unnecessary reindexing). The jury is out as to the
...
...
73
        to eliminate the problem.</li>
74
        to eliminate the problem.</li>
74
      <li>An unnecessary log message in the child process between
75
      <li>An unnecessary log message in the child process between
75
        forking and executing the filter could block on a mutex, and
76
        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
        lead to a 20 mn timeout for the affected father process thread
77
        (happened only in multithread mode).</li>
78
        (happened only in multithread mode).</li>
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>
78
    </ul>
82
    </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
  </li>
83
84
84
  <li>1.19.13 hopefully fixes the rare but longstanding multithread
85
  <li>1.19.13 hopefully fixes the rare but longstanding multithread
85
    indexing crashes, which I hope were actually due to the now
86
    indexing crashes, which I hope were actually due to the now
86
    corrected mismanagement of Xapian::Document objects. It also
87
    corrected mismanagement of Xapian::Document objects. It also