Switch to unified view

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">recoll 1.13.01 + xapian 1.0.16</a></h2> 
38
      <h2><a name="b_latest">recoll 1.13.02 + xapian 1.0.16</a></h2> 
39
      <ul>
39
      <ul>
40
  <li>Mac OS X + Qt 4.6.1 : the index configuration dialog
41
    crashes.</li>
40
        <li>Performing a full index with release 1.11 or later, over a
42
        <li>Performing a full index with release 1.11 or later, over a
41
          version created with a much older recoll release may
43
          version created with a much older recoll release may
42
          sometimes end with an error saying "backend doesn't
44
          sometimes end with an error saying "backend doesn't
43
          implement metadata".  If this happens, you need to delete
45
          implement metadata".  If this happens, you need to delete
44
          the index directory (typically <em>~/.recoll/xapiandb/</em>)
46
          the index directory (typically <em>~/.recoll/xapiandb/</em>)
...
...
98
          wvWare and modify mimeconf to use the rcldoc filter, which
100
          wvWare and modify mimeconf to use the rcldoc filter, which
99
          will use vwWare if it is available. This will result in
101
          will use vwWare if it is available. This will result in
100
          slower indexing for doc files.</li>
102
          slower indexing for doc files.</li>
101
      </ul>
103
      </ul>
102
104
105
      <h2><a name="b_1_13_01">recoll 1.13.01 + xapian
106
      1.0.16</a></h2> <li>The GUI display is completely garbled under
107
      Qt 4.6.1 and newer. This is a Qt bug, and a workaround was put
108
      in place in Recoll 1.13.02 for Qt 4.6.1. If you are using a
109
      newer version and the problem is still there, you can fix the
110
      4.6.1 fix to hopefully work with your Qt version: edit
111
      qtgui/rclmain_w.h, around line 37 (there is only one instance),
112
      change:
113
<pre>
114
  #if QT_VERSION == 0x040601
115
  to  
116
  #if QT_VERSION >= 0x040601
117
</pre>
118
      </li>
103
      <h2><a name="b_latest">recoll 1.13.00 + xapian 1.0.16</a></h2> 
119
      <h2><a name="b_1_13_00">recoll 1.13.01 + xapian 1.0.16</a></h2> 
104
      <li>The field value was ignored in field searches for phrases or
120
      <li>The field value was ignored in field searches for phrases or
105
    capitalized words (ie: author:John or title:"the title").</li>
121
    capitalized words (ie: author:John or title:"the title").</li>
106
      <li>The GUI would sometimes crash during the first execution,
122
      <li>The GUI would sometimes crash during the first execution,
107
    after the dialog about starting configuration.</li>
123
    after the dialog about starting configuration.</li>
108
      <li>kio-recoll was not fully updated for 1.13 internals.</li>
124
      <li>kio-recoll was not fully updated for 1.13 internals.</li>