From 2c5d3a2a630ce26e99a09aedb88c4b5027175e82 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 21 Jun 2016 18:30:06 +0200 Subject: [PATCH] web --- website/BUGS.html | 35 ++++++++++++++++++++++++++--------- website/download.html | 6 +++--- website/index.html.en | 4 ++-- website/index.html.fr | 4 ++-- website/release-1.22.html | 12 ++++++++++++ 5 files changed, 45 insertions(+), 16 deletions(-) diff --git a/website/BUGS.html b/website/BUGS.html index 1861b0ef..19677ec0 100644 --- a/website/BUGS.html +++ b/website/BUGS.html @@ -29,7 +29,7 @@ later versions. Bugs listed in the topmost section may also exist in older versions.

-

recoll 1.21.7, 1.22.0

+

recoll 1.21.7, 1.22.3

+

recoll 1.22.2

+ + +

recoll 1.22.0

+ +

recoll 1.21.6

The current Recoll version is - 1.22.2 + 1.22.3 (Release notes, known bugs, Release history).

@@ -99,7 +99,7 @@
-
2016-06-15
Release 1.22.2 is available. This is +
2016-06-21
Release 1.22.3 is available. This is going to replace 1.21 as the main release. See the the release notes. Some input handler dependancies have changed.
diff --git a/website/index.html.fr b/website/index.html.fr index 83aa83bb..4a0fa414 100644 --- a/website/index.html.fr +++ b/website/index.html.fr @@ -49,7 +49,7 @@

Recoll est un logiciel libre gratuit, dont le code source est disponible sous licence GPL. La dernière version est - 1.22.2 + 1.22.3 (notes sur la version, en anglais)

@@ -107,7 +107,7 @@
-
2016-06-15
La version 1.22.2 est disponible et va +
2016-06-15
La version 1.22.3 est disponible et va progressivement remplacer 1.21 comme version principale. Notes de version (en anglais).
diff --git a/website/release-1.22.html b/website/release-1.22.html index 1f5fc575..1c3b666a 100644 --- a/website/release-1.22.html +++ b/website/release-1.22.html @@ -106,11 +106,23 @@

Minor releases

    +
  • 1.22.3: +
      +
    • Python module: do not limit result fetches to initial + Xapian result count, which is often underestimated.
    • +
    • Small bug fix in the text splitter: which resulted in + missing results when matching a file name extension + using, e.g. filename:doc$ instead of ext:doc.
    • +
    • Added suffix associations for .java and .sql, to fix + problems caused by the switch from 'file' to 'xdg-mime'.
    • +
    +
  • 1.22.2:
    • Small fixes for building the KIO
    • Fixed debian packaging issues.
    +
  • 1.22.1:
    • Sidestep bus error in qt exit code by calling _exit()