From 3515ad7d58efe31ed7ffa8c1ae9a8e5b1c4846b8 Mon Sep 17 00:00:00 2001 From: dockes Date: Tue, 16 Jan 2007 10:58:17 +0000 Subject: [PATCH] 1.7.5 --- website/BUGS.txt | 11 ++++++-- website/CHANGES.txt | 5 ++++ website/download.html | 66 +++++++++++++++++++++++++++++++++---------- website/index.html | 2 +- 4 files changed, 66 insertions(+), 18 deletions(-) diff --git a/website/BUGS.txt b/website/BUGS.txt index ce5dbdfc..8824b579 100644 --- a/website/BUGS.txt +++ b/website/BUGS.txt @@ -4,7 +4,7 @@ Bugs that are listed in an older version section are supposedly fixed in later versions. Bugs listed in the topmost section may also exist in older versions. -Latest (1.7.3): +Latest (1.7.5): - 1.6/1.7 NEAR crashes: 1.6 has added NEAR searches. Unlike what recoll did with PHRASES, stemming expansion is performed on terms inside NEAR clauses (except if prevented by a capitalized entry of course). There is @@ -52,7 +52,14 @@ Latest (1.7.3): exception handling (recoll catches an exception while trying the yest inexistant db). - +1.7.3 +- Processing will stop on first error while indexing an mbox file. This + could happen just because an attachment could not be decoded, and can + cause non-indexing of many messages. The most probable cause of error is + a missing filter (ie for ms-word files), so the temporary workaround + would be to install the missing filters. This bug is specific to 1.7 and + 1.6 users need not worry. A correction will be issued very soon. +- Messages of type multipart/signed are not indexed. 1.6.2 - Relatively unfrequent issue with message boundary detection in mbox diff --git a/website/CHANGES.txt b/website/CHANGES.txt index 8cabe47b..c0c8098c 100644 --- a/website/CHANGES.txt +++ b/website/CHANGES.txt @@ -1,4 +1,9 @@ CHANGES +1.7.5 2007-01-15 + - Fixes two email indexing bugs in 1.7.3, which would bail out from an + mbox folder on the first attachment filtering error, and would decline + to handle multipart/signed bodies. You may need to run a full indexing + pass (recollindex -z), to force reindexing of old folders. 1.7.3 2007-01-09 - Email attachments are now indexed. diff --git a/website/download.html b/website/download.html index 675d70c3..ecc6791b 100644 --- a/website/download.html +++ b/website/download.html @@ -43,7 +43,7 @@ xapian download page

-

You need qt 3.3 in all cases

+

You need qt 3.3 (or qt 4) in all cases

Recoll relies on external packages for some of its functionality (ie: for many of the non text file @@ -53,14 +53,43 @@ list to decide what you may want to install.

+

If you find problems with the package or its + installation, please + + report them.

+ +

What do the release numbers mean?

+

The recoll releases are numbered X.Y.Z.

+ +

The first number would only change for really major + modifications like a big change in the index format. It is + quite possible that X will not actually ever change.

+

The second number (Y) is for functional + modifications. These may bring bugs, so if you're satisfied + with the previous version, and don't need the new features, + you may want to wait a little, and especially skip the first + release (X.Y.0).

+

The third number (Z) changes for bug fixes. A maintenance + branch is kept for each X.Y version, and we try to make + minimal changes on this. So, moving from X.Y.Z to X.Y.Z+u + should in general involve little risk of regression. But, + any change can bring problems, if you are not + affected by the corrected bugs (check the changes file), there is probably no + necessity to upgrade anyway.

+

Source

Current version: - 1.7.3: recoll-1.7.3.tar.gz + +

1.7.5: recoll-1.7.5.tar.gz + This version fixes a nasty mail indexing bug in 1.7.3 (sorry + about the back-to-back releases). See the known bugs and issues and changes.

Older recoll releases: + 1.7.3 1.6.3 1.6.1 1.5.11. @@ -79,30 +108,37 @@

Fedora Core 5 RPM: - - recoll-1.7.3-1.i386.rpm. + + recoll-1.7.5-1.i386.rpm. Source: - - recoll-1.7.3-1.src.rpm + + recoll-1.7.5-1.src.rpm

Mandriva 2006 (also works on 2005 and 2007) RPM: - - recoll-1.7.3-0.1.20060mdk.i586.rpm. + + recoll-1.7.5-0.1.20060mdk.i586.rpm. Source: - - recoll-1.7.3-0.1.20060mdk.src.rpm + + recoll-1.7.5-0.1.20060mdk.src.rpm

Suse 10.1 - RPM: - - recoll-1.7.3-0.i586.rpm. + + recoll-1.7.5-0.i586.rpm. Source: - - recoll-1.7.3-0.src.rpm

+ + recoll-1.7.5-0.src.rpm

+

+ +

Ubuntu 6.10 edgy + binary package: + + recoll_1.7.5-1_i386.deb. + Source package directory: + debian/edgy

diff --git a/website/index.html b/website/index.html index 3884e36d..bd225752 100644 --- a/website/index.html +++ b/website/index.html @@ -47,7 +47,7 @@

Recoll is free, open source, and GPL-licensed. The current version is - 1.6.3

+ 1.7.5

We borrow a lot of code from other packages, and welcome code and ideas from contributors, see the