diff --git a/packaging/debian/changelog b/packaging/debian/changelog index dceae6f7..9cd50c37 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,4 @@ -recoll (1.8.1-0ubuntu1) feisty; urgency=low +recoll (1.8.1-0ubuntu1) gutsy; urgency=low * Updated package to recoll version 1.8.1 -- Jean-Francois Dockes Wed, 7 Mar 2007 09:08:05 +0100 diff --git a/tests/runtests.sh b/tests/runtests.sh index 19855b13..9482591e 100644 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -19,7 +19,7 @@ fi dirs=`ls -F | grep / | grep -v CVS` for dir in $dirs ; do - cd $dir + cd $dir && echo $dir sh `basename $dir`.sh cd .. done diff --git a/website/BUGS.txt b/website/BUGS.txt index 83637d31..0fc86675 100644 --- a/website/BUGS.txt +++ b/website/BUGS.txt @@ -5,8 +5,14 @@ later versions. Bugs listed in the topmost section may also exist in older versions. Latest (1.8.1): +- This is not really a bug but .beagle really should be included in + "skippedNames", or you end up indexing the beagle text cache, which is + not really desirable. - Doc bug: the manual states that the query language supports a "mime:" switch to filter mime types. There is currently no such thing. +- The dates shown for email attachments in a result list are the email + folder modification date. This should be inherited from the parent + message instead. - 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 diff --git a/website/CHANGES.txt b/website/CHANGES.txt index 832b4142..7220b4ab 100644 --- a/website/CHANGES.txt +++ b/website/CHANGES.txt @@ -1,6 +1,6 @@ CHANGES -1.8.0 2007-02-20 +1.8.1 2007-02-20 - Add a small query language with some field-based searches (author, title, etc.) - Add wildcard handling everywhere. *, ?, [] can be used in any diff --git a/website/download.html b/website/download.html index 481e1f4e..31062f92 100644 --- a/website/download.html +++ b/website/download.html @@ -36,7 +36,7 @@

- + @@ -110,64 +110,77 @@

Older recoll releases: 1.7.6 - 1.7.5 - 1.6.3 - 1.5.11. - 1.4.3. - 1.3.3. - 1.2.3. - 1.1.0. - 1.0.16. + 1.7.5 + 1.6.3 + 1.5.11. + 1.4.3. + 1.3.3. + 1.2.3. + 1.1.0. + 1.0.16.

-

Rpms and Ubuntu packages

+

Packages

+

The executables inside the binary rpms have a static link to xapian, there is no dependency except Qt 3.3. Of course you need xapian-core installed to use the source rpm.

-

Fedora Core 6 - RPM: - - recoll-1.8.1-1.i386.rpm. +

Fedora Core + FC6 RPM: + + fc6/recoll-1.8.1-1.i386.rpm. + FC5: + fc5/recoll-1.8.1-1.i386.rpm. Source: - + recoll-1.8.1-1.src.rpm

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

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

-

+ + recoll-1.8.1-0.src.rpm +

Ubuntu 6.10 edgy - Recoll 1.8.1 has a few - debian build fixes, and the Openoffice filter was fixed for - debian compatibility.
- - binary package: + binary package (also works fine on Ubuntu 7.04 feisty): recoll_1.8.1-0ubuntu1_i386.deb. Source package directory: - debian/edgy

-

+ debian/edgy +

+ +

Debian unstable Recoll is in the package repository, + you can install it with the usual apt-get install + recoll. Package page

+ +

Debian 3.1 Thanks to Mario () + for these: i386: + + recoll_1.8.1-1_i386.deb. + amd64 version: + + recoll_1.8.1-1_amd64.deb. +

Binary bundles

These are just prebuilt trees (without the source files). - The executables were built with xapian 0.9.9 (patched for the + The executables were built with xapian 0.9.10 (patched for the NEAR bug) and libiconv 1.9.2 (where relevant) as static libraries. They depend on qt 3.3. For Solaris, you should be able to find a qt package -

Update tranlations that became available (thank!) after the - release follow. The .qm file should be - copied to - /usr/[local/]share/recoll/translations. +

Update tranlations that became available (thanks to Mario and + Olaf!) after the release follow. The .qm file + should be copied to + /usr/[local/]share/recoll/translations.

+

You can use the .ts file to alter the translations if you + wish (use QT's linguist tool to edit the source file, then + lrelease to produce the .qm file.).

+

+

Blank. + recoll_xx.ts is a blank + message file, handy to work on a new translation.

Italian. recoll_it.ts recoll_it.qm

+

German. + recoll_de.ts + recoll_de.qm +

Rpms and Ubuntu packagesRpm and ubuntu/debian packages Other binary packages Source Bsd port