diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh
index b6004cc5..5f2b779e 100644
--- a/packaging/debian/buildppa.sh
+++ b/packaging/debian/buildppa.sh
@@ -4,10 +4,10 @@
# For the kio: (and kdesdk?)
# sudo apt-get install pkg-kde-tools cdbs
-RCLVERS=1.19.13
+RCLVERS=1.19.14
LENSVERS=1.19.10.3543
SCOPEVERS=1.19.12
-PPAVERS=5
+PPAVERS=1
# For the unity-scope debian directory
RCLSRC=/home/dockes/projets/fulltext/recoll/src
diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog
index b2d535fa..110a8437 100644
--- a/packaging/debian/debian/changelog
+++ b/packaging/debian/debian/changelog
@@ -1,3 +1,20 @@
+recoll (1.19.14-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
+
+ * 1.19.14 fixes two relatively minor but ennoying issues in indexing:
+
+ - The use of a separate readonly Database object for querying the index
+ while indexing would trigger Xapian errors, (bad block reads), and
+ subsequent up-to-date check failures (leading to unnecessary
+ reindexing). The jury is out as to the cause, but using the same
+ object for reading and writing seems to eliminate the problem.
+
+ - A spurious log message in the child process between 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).
+
+ -- Jean-Francois Dockes
The current version is 1.19.13. Release
+ The current version is 1.19.14. Release
notes. The download page for Recoll 1.18 is still
@@ -117,12 +117,12 @@ is probably no necessity to upgrade anyway. The current Recoll version is
- 1.19.13
+ 1.19.14
(Release notes,
known bugs). Recoll est un logiciel libre
gratuit, dont le code source est disponible sous licence GPL.
La dernière version est
- 1.19.13
+ 1.19.14
(notes sur la version, en
anglais)
+
Nouvelles:
+
Minor releases at a glance
+
+
+