diff --git a/website/download.html b/website/download.html index f2efe8cd..b8863d4a 100644 --- a/website/download.html +++ b/website/download.html @@ -69,7 +69,7 @@

General information

-

The current version is 1.22.1. Release +

The current version is 1.22.2. Release notes.

Recoll Installation / building @@ -116,12 +116,12 @@

Source

-

Current release distribution: 1.22.1:

+

Current release distribution: 1.22.2:

-

recoll-1.22.1.tar.gz.

+

recoll-1.22.2.tar.gz.

The release notes.

Previous production release 1.21.7:

diff --git a/website/features.html b/website/features.html index d5012aea..efbb6431 100644 --- a/website/features.html +++ b/website/features.html @@ -173,8 +173,9 @@ application/x-tar = execm rcltar
The XML ones

The following types need - xsltproc from the libxslt package, (and the - Python2 libxslt module for recoll 1.22). + xsltproc from the libxslt package for recoll + versions before 1.22, and in addition, python-libxslt1 and + python-libxml2 for 1.22 and newer. Quite a few also need unzip:

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

@@ -99,9 +99,10 @@
-
2016-06-15
Release 1.22.1 is available. This is +
2016-06-15
Release 1.22.2 is available. This is going to replace 1.21 as the main release. See - the the release notes.
+ the the release + notes. Some input handler dependancies have changed.
2016-05-11
Release 1.21.7 fixes an ennoying but benign GUI crash-on-exit bug reported on Fedora 23 (qt5).
diff --git a/website/index.html.fr b/website/index.html.fr index 2d96b1d0..83aa83bb 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.1 + 1.22.2 (notes sur la version, en anglais)

@@ -107,7 +107,7 @@
-
2016-06-15
La version 1.22.1 est disponible et va +
2016-06-15
La version 1.22.2 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 bb6a2491..1f5fc575 100644 --- a/website/release-1.22.html +++ b/website/release-1.22.html @@ -27,6 +27,11 @@

Caveats

+

Some of the input handlers were converted from shell scripts + to Python programs, and some helper dependancies changed. For + example, you will need to install python-libxml2 and + python-libxslt1 in most cases (for replacing xsltproc).

+

Installing over an older version: 1.19

1.20-22 indexes are fully compatible. Installing 1.22 @@ -101,6 +106,11 @@

Minor releases

    +
  • 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()