From 8e4a270b0c1cbef51edfe35342234ebff3bb5268 Mon Sep 17 00:00:00 2001
From: Jean-Francois Dockes
Date: Sat, 7 Jun 2014 19:18:28 +0200
Subject: [PATCH] 1.19.14 packaging and web pages
---
packaging/debian/buildppa.sh | 4 ++--
packaging/debian/debian/changelog | 17 +++++++++++++++++
website/BUGS.html | 15 ++++++++++++++-
website/download.html | 9 +++++----
website/index.html.en | 6 +++++-
website/index.html.fr | 8 +++++++-
website/release-1.19.html | 18 ++++++++++++++++++
7 files changed, 68 insertions(+), 9 deletions(-)
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 Sat, 07 Jun 2014 18:56:00 +0200
+
recoll (1.19.13-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* 1.19.13 hopefully fixes the multithreaded indexing crashes and silences
diff --git a/website/BUGS.html b/website/BUGS.html
index cff07319..d8096252 100644
--- a/website/BUGS.html
+++ b/website/BUGS.html
@@ -29,7 +29,7 @@
later versions. Bugs listed in the topmost section may also exist in older
versions.
-
+
- An off-by-one error causes an array overflow while handling too
deeply embedded documents (more than 20-deep). This can mostly
@@ -70,6 +70,19 @@ versions.
recoll.
+
+
+ - Child process could hang during the fork-exec interval and cause a
+ 20 mn filter timeout.
+ - The use of separate read/write Xapian Database objects could cause
+ errors while checking the up-to-date status of documents.
+ - Doc category filter names displayed in combobox were incorrect
+ when the order#:name format was used.
+ - Possible overflow of the filter stack in pathological
+ cases.
+
+
+
- For all 1.19 releases including 1.19.12, there have been reports
diff --git a/website/download.html b/website/download.html
index f2098ffc..0b6e64c8 100644
--- a/website/download.html
+++ b/website/download.html
@@ -67,7 +67,7 @@ function showdiv(viewid)