From 1d60c52dc28722a5067408ac41d8276f7954f1f4 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 26 Nov 2013 09:29:28 +0100 Subject: [PATCH] doc --- src/makesrcdist.sh | 2 +- website/download.html | 33 +++++++++++++++------------------ website/index.html.en | 2 +- website/release-1.19.html | 6 ++++-- 4 files changed, 21 insertions(+), 22 deletions(-) diff --git a/src/makesrcdist.sh b/src/makesrcdist.sh index 8efd8e67..ac4225cd 100644 --- a/src/makesrcdist.sh +++ b/src/makesrcdist.sh @@ -72,11 +72,11 @@ fi if test "$dotag" = "yes" ; then echo Creating AND TAGGING version $versionforcvs + tagexists $TAG && fatal "Tag $TAG already exists" else echo Creating version $versionforcvs, no tagging fi sleep 2 -tagexists $TAG && fatal "Tag $TAG already exists" editedfiles=`$VCCMD status . | egrep -v '^\?'` if test "$dotag" = "yes" -a ! -z "$editedfiles"; then diff --git a/website/download.html b/website/download.html index c1bf01d6..b06c95f6 100644 --- a/website/download.html +++ b/website/download.html @@ -234,23 +234,20 @@ a set of Ubuntu series. starting at Lucid. The installation is very simple:

Source code for the lens (also included in the main recoll tar file):
-For 1.19 installations: recoll-lens-1.19.2.3328.tar.gz
-For 1.18: recoll-lens-1.18.1.2997.tar.gz
-For 1.17: recoll-lens-1.17.2.2697.tar.gz

+For 1.19 installations: + + recoll-lens-1.19.10.3543.tar.gz + + unity-scope-recoll-1.19.10.3543.tar.gz
+For 1.18: + + recoll-lens-1.18.1.2997.tar.gz
+For 1.17: + + recoll-lens-1.17.2.2697.tar.gz

-

The packages in the standard repository and on the PPA are a bit different -in the sense that the Python extension is included in the PPA package, but it's -a separate package in the standard repository. This can give rise to errors -about overwriting the Python module when switching between versions. Typically, -the error message would be like the following:

-
ErrorMessage: trying to overwrite '/usr/lib/python2.7/dist-packages/recoll.so',
-    which is also in package recoll 1.18.1-1~ppa1~quantal1
- -

If this happens, you just need to delete the previous package(s) before -installing the other one(s) instead of performing an upgrade.

+

The 1.19.10 packages in the PPA now have a separate package for the Python + extension, like the standard ones.

Notes for Ubuntu Lucid

@@ -355,9 +352,9 @@ copied to /usr/[local/]share/recoll/translations

recoll_xx.ts is a blank Recoll 1.19 message file, handy to work on a new translation.

-

Updated 1.19 translations that became available after the -release:

+

Updated 1.19 translations that became available after the release:

+

All translations are up to date in release 1.19.10. For older ones:

Greek translation, thanks to Dimitrios recoll_el.ts recoll_el.qm diff --git a/website/index.html.en b/website/index.html.en index db54a933..a7cc7e67 100644 --- a/website/index.html.en +++ b/website/index.html.en @@ -41,7 +41,7 @@ inside documents as well as file names.

Mostly, if you are not running Ubuntu (Saucy or later), you can just download the ppt filter and stay with 1.19.9. - -
  • 1.19.9 fixes a few bugs.
  • +
  • 1.19.9 fixes a few + significant bugs, mostly a very + serious one about date filtering, and a quite common GUI + crash.
  • 1.19.8 changes the way we handle Hindi / Devanagari text (no more stripping of diacritics), and also has a fix for the results table dups and snippets links.