diff --git a/website/download.html b/website/download.html
index 0b6e64c8..569efd27 100644
--- a/website/download.html
+++ b/website/download.html
@@ -228,9 +228,9 @@ many distributions.
testing), just use the appropriate Debian repository.
Except they're not at the moment (2014-05).... So here are
-1.19.13 packages for Debian stable (Wheezy)
-amd64
-and i386.
+1.19.14 packages for Debian stable (Wheezy)
+amd64
+and i386.
You can list the directory for the
source package and other files (e.g. python-recoll .deb).
diff --git a/website/release-1.19.html b/website/release-1.19.html
index 4bcaa982..deae580a 100644
--- a/website/release-1.19.html
+++ b/website/release-1.19.html
@@ -63,7 +63,8 @@ Configuration menu.
- - 1.19.14 fixes two relatively minor but ennoying issues in indexing:
+
- 1.19.14 fixes relatively minor but ennoying issues in
+ indexing, plus a few other glitches:
- The use of a separate readonly Database object for querying
the index while indexing would trigger Xapian errors, (bad
@@ -75,10 +76,10 @@ Configuration menu.
forking and executing the filter could block on a mutex, and
lead to a 20 mn timeout for the affected father process thread
(happened only in multithread mode).
+ - Also a possible overflow of the filter stack. This could only
+ really happen in pathological situations (hand-crafted recursive
+ zip file...).
- - Also a possible overflow of the filter stack. This could only
- really happen in pathological situations (hand-crafted recursive
- zip file...).
- 1.19.13 hopefully fixes the rare but longstanding multithread