From b95a3460bf30111670fb43187b1136e4902ec43b Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 26 Sep 2010 19:40:32 +0200 Subject: [PATCH] 1.14.2 --- website/BUGS.html | 24 +- website/CHANGES.html | 3 + website/download-1.13.html | 465 +++++++++++++++++++++++++++++++++++++ website/download.html | 145 +++++------- 4 files changed, 537 insertions(+), 100 deletions(-) create mode 100644 website/download-1.13.html diff --git a/website/BUGS.html b/website/BUGS.html index 0dc6c167..6a48d83b 100644 --- a/website/BUGS.html +++ b/website/BUGS.html @@ -75,15 +75,23 @@

recoll 1.14.1

  • Compressed file view fix broke help viewer.
  • +

    recoll 1.14.0

    +
  • Does not compile with Xapian + 1.2. Apply patch.
  • +
  • When a mime type has an external viewer defined, but the + actual file is compressed (ie: xxx.txt.gz), recoll will try + to start the external viewer on the compressed file, which + will not work in most cases.
  • +

    recoll 1.13.04

    -
  • Note: some of the bugs listed here are not actually +

    Note: some of the bugs listed here are not actually "fixed", mostly they were problems caused by old versions of external software (ie: kde, qt), and I stopped carrying them. Just - don't use these versions, or live with the problem.

  • + don't use these versions, or live with the problem.

  • In case a new style filter (persistent) crashed while indexing, - it was not restarted, and all further files of the same mime type - were not updated (ie: python zip crash on encrypted files).
  • + it was not restarted, and all further files of the same mime type + were not updated (ie: python zip crash on encrypted files).
  • Mac OS X + Qt 4.6.1 : the index configuration dialog crashes.
  • @@ -95,17 +103,9 @@ exact cause (I've seen it happen with "Sans Serif" and go away with Helvetica or Arial). -
  • When a mime type has an external viewer defined, but the - actual file is compressed (ie: xxx.txt.gz), recoll will try - to start the external viewer on the compressed file, which - will not work in most cases.
  • -
  • It seems that the recoll program sometimes segfaults when exiting after the first execution ?
  • -
  • Does not compile with Xapian - 1.2. Apply patch.
  • -
  • 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 garbled. This appears to be a qt bug, fixed in 4.4.1. Use diff --git a/website/CHANGES.html b/website/CHANGES.html index e4a794a6..09baad1d 100644 --- a/website/CHANGES.html +++ b/website/CHANGES.html @@ -32,6 +32,9 @@

    Recoll journal of user-visible changes

    1.14.2

    +

    Note: most of the changes are in release 1.14.0. Release 1.14.1 fixed 2 + bugs. Release 1.14.2 fixes the help browser which was broken + by 1.14.2. Sigh ...