diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index d23d809a..827a3d67 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -1040,7 +1040,7 @@ fvwm
adequate in most cases.
Increasing resources for inotify
- On Linux systems, monitoring a big tree may imply
+ On Linux systems, monitoring a big tree may need
increasing the resources available to inotify, which are
normally defined in /etc/sysctl.conf.
@@ -1058,6 +1058,10 @@ fs.inotify.max_user_watches=32768
+ Especially, you will need to trim your tree or adjust
+ the max_user_watches value if indexing exits with
+ a message about errno ENOSPC (28) from
+ inotify_add_watch.
diff --git a/website/BUGS.html b/website/BUGS.html
index 60e5d448..a03bc9a8 100644
--- a/website/BUGS.html
+++ b/website/BUGS.html
@@ -29,12 +29,8 @@
later versions. Bugs listed in the topmost section may also exist in older
versions.
-
+
- - It's quite possible to crash the GUI by initiating a long search
- and then clicking on stuff. This will be fixed some day but for now:
- don't do it or don't be surprised :)
-
- On systems such as Debian Stable which use Evince version 2.x (not 3.x)
as PDF viewer, the default "Open" command for PDF files will not
work. You need to use the GUI preferences tool to change the
@@ -74,6 +70,26 @@ versions.
recoll.
+
+
+ - Date range computation is buggy and produces bad values for
+ the remaining days of the last month, possibly resulting in
+ missing results.
+ - It is possible to crash the GUI by interacting while a query
+ is active.
+ - Backslashes inside the document abstract can corrupt the
+ index document data record.
+ - Toggling an advanced search entry from phrase to proximity then
+ back leaves the slack at 10.
+
+
+
+
+ - Stripping diacritics is wrong for Hindi.
+ - The Python highlighter can produce incorrect end tags.
+ - The result table dups and snippets links do not work.
+
+
diff --git a/website/download.html b/website/download.html
index d952689f..d2a351a3 100644
--- a/website/download.html
+++ b/website/download.html
@@ -67,7 +67,7 @@ function showdiv(viewid)