diff --git a/website/BUGS.html b/website/BUGS.html
index 4f03792d..02c6cb0c 100644
--- a/website/BUGS.html
+++ b/website/BUGS.html
@@ -36,34 +36,11 @@
topmost section may also exist in older versions.
-
- - Clicking one of the category filter checkboxes (one of the
- media/message/text/... things) with an empty result list crashes
- the GUI (just like this, yeah, I know, quality insurance
- etc.). Workaround: don't click these before running the first
- query.
-
- - Changing the indexing configuration parameters from the GUI
- while the indexing thread (not an external recollindex command) is
- running will sometimes (quite often) crash the GUI.
-
- - Script files (ie: .sh .pl) indexed as text would not respect
- the maximum text file limit (a problem with, ie, shar archives
- identified as application/x-shellscript).
-
- - indexing script for xml formats (ie: svg) sometimes stall for
- 30 S while xsltproc tries to access remote dtds.
-
- - recollindex inapproprietely sets the nice value for its whole
- process group. In certain cases where the indexing monitor was
- launched at session start, this could set the whole session to low
- priority!
-
+
- After an upgrade, the recoll GUI sometimes crashes on
startup. This is fixed by removing (back it up just in case)
~/.config/Recoll.org/recoll.conf, the QSettings storage for
recoll.
-
- The new mutagen-based audio tags filter (rclaudio) only
works with very recent mutagen
versions. See here for a
@@ -102,6 +79,32 @@
slower indexing for all normal .doc files.
+
+
+ - Clicking one of the category filter checkboxes (one of the
+ media/message/text/... things) with an empty result list crashes
+ the GUI (just like this, yeah, I know, quality insurance
+ etc.). Workaround: don't click these before running the first
+ query.
+
+ - Changing the indexing configuration parameters from the GUI
+ while the indexing thread (not an external recollindex command) is
+ running will sometimes (quite often) crash the GUI.
+
+ - Script files (ie: .sh .pl) indexed as text do not respect
+ the maximum text file limit (a problem with, ie, shar archives
+ identified as application/x-shellscript).
+
+ - indexing script for xml formats (ie: svg) sometimes stall for
+ 30 S while xsltproc tries to access remote dtds.
+
+ - recollindex inapproprietely sets the nice value for its whole
+ process group. In certain cases where the indexing monitor was
+ launched at session start, this could set the whole session to low
+ priority!
+
+
+
- rclmon.sh stop would not work.