From 44e6c8ea09fb4c5e6d3c3bc5c1267df73c6d4c3f Mon Sep 17 00:00:00 2001 From: "\"Jean-Francois Dockes ext:(%22)" Date: Sun, 21 Aug 2011 13:25:17 +0200 Subject: [PATCH] doc --- website/BUGS.html | 10 +++++ website/CHANGES.html | 4 +- website/release-1.16.html | 93 ++++++++++++++++++++++++++++++++------- 3 files changed, 90 insertions(+), 17 deletions(-) diff --git a/website/BUGS.html b/website/BUGS.html index 3caf3b8d..56bb3e6d 100644 --- a/website/BUGS.html +++ b/website/BUGS.html @@ -49,11 +49,21 @@ use the standalone recollindex program instead of the GUI thread. +
  • Real time indexer: uncontrolled concurrent access to + the global configuration can cause a startup crash (mostly of + big file trees because of timing issues).
  • +
  • Sorting by document and file size in the result table does + not work.
  • + +
  • Email messages for which there would be an error indexing + an attachment would not be indexed at all.
  • +
  • Text files bigger than 2 GB can not be indexed.
  • After an upgrade, the recoll GUI sometimes crashes on startup. This is fixed by removing (back it up just in case) ~/.config/Recoll.org/recoll.conf, the QSettings storage for recoll.
  • +
  • Compressed man pages could not be previewed.
  • Performing a full index with release 1.11 or newer, over a version created with a much older recoll release may diff --git a/website/CHANGES.html b/website/CHANGES.html index c3979428..f79ae6f8 100644 --- a/website/CHANGES.html +++ b/website/CHANGES.html @@ -32,7 +32,9 @@

    Recoll journal of user-visible changes

    Newer releases are described in their release notes document:

    -

    1.15 +

    + (future)1.16 + 1.15 1.14.4

    diff --git a/website/release-1.16.html b/website/release-1.16.html index 7fcd466b..f308641a 100644 --- a/website/release-1.16.html +++ b/website/release-1.16.html @@ -40,14 +40,14 @@

    Caveats

    -

    Installing over an older version: 1.16 snapshots are - fully compatible with 1.15 indexes for now. Perform a full index - pass if installing over an older version. The simplest way to do - this is to quit all recoll programs and just delete the index - directory - (rm -rf ~/.recoll/xapiandb). - recollindex -z - will do the same in most cases.

    +

    Installing over an older version: 1.16 is + mostly compatible with 1.15 indexes (except for a few + differences for really weird terms). Perform a full index pass + if installing over an older version. The simplest way to do + this is to quit all recoll programs and just delete the index + directory + (rm -rf ~/.recoll/xapiandb). recollindex -z + will do the same in most cases.

    Changes

    @@ -56,20 +56,55 @@