diff --git a/website/BUGS.html b/website/BUGS.html
index 60914741..619629b2 100644
--- a/website/BUGS.html
+++ b/website/BUGS.html
@@ -35,16 +35,17 @@
supposedly fixed in later versions. Bugs listed in the
topmost section may also exist in older versions.
- Latest (recoll 1.11.4 + xapian 1.0.x)
+
- - Performing a full index with release 1.11, over a version
- created with a much older recoll release may sometimes end
- with an error saying "backend doesn't implement metadata".
- If this happens, you need to delete the index directory
- (typically ~/.recoll/xapiandb/) and restart
- indexing. For big indexes, removing the directory preventively
- may be a smart move to avoid losing time.
+ - Performing a full index with release 1.11 or later, over a
+ version created with a much older recoll release may
+ sometimes end with an error saying "backend doesn't
+ implement metadata". If this happens, you need to delete
+ the index directory (typically ~/.recoll/xapiandb/)
+ and restart indexing. For big indexes, removing the
+ directory preventively may be preferable to avoid losing
+ time.
- When Recoll is built with qt 4.4.0, the icons in the
result list are all displayed at the top of the page and
@@ -132,6 +133,11 @@
slower indexing for doc files.
+
+
+ - Possibly harmful bug in strerror_r usage (GNU case).
+
+
- Unicode space characters like
@@ -161,6 +167,7 @@
clipboard too (permitting the use of the "Paste" edit menu
entry or Ctrl+V in the target).
+ - Possibly harmful bug in strerror_r usage (GNU case).
1.10.6
diff --git a/website/CHANGES.html b/website/CHANGES.html
index 3f83297c..2bd5e957 100644
--- a/website/CHANGES.html
+++ b/website/CHANGES.html
@@ -41,7 +41,7 @@
documents and optionally collapses duplicate entries inside
the result list. This needs a full reindex to become
effective for older documents already in the index. The
- option for collapsing or not is in the Query
+ option to activate collapsing is in the Query
Configuration.
Typing F1 anywhere in the GUI should bring up the
appropriate section of the manual in the application
@@ -64,7 +64,6 @@
There is now a size limit over which no attempt will be made to
uncompress/identify/index compressed files. Not active by
default, to be set in the Indexing Configuration.
- Fixed possibly harmful bug in strerror_r usage (GNU case).
Added support for fetching field values from extended file
attributes. This is not enabled by default, use
configure --enable-xattr. You'll also need to