--- a/website/release-1.17.html
+++ b/website/release-1.17.html
@@ -56,16 +56,25 @@
</ul>
+ <h2>Notes to the kind packagers:</h2>
+
+ <ul>
+ <li>you need to either depend on libqt4-webkit or run
+ configure --disable-webkit (1st option preferred if possible
+ of course).</li>
+ <li>The default build now installs the Python extension module.
+ This means that it needs the Python development
+ package. You can revert to the old behaviour by using
+ configure --disable-python-module.</li>
+ </ul>
+
+
<h2>Changes</h2>
<p>Recoll 1.17 is an incremental improvements release over 1.16,
with quite a few changes under the hood (like the introduction
of a webkit-based result list), but relatively few obvious
changes for the casual user.</p>
-
- <p><b>Note to packagers:</b> you need to either depend on
- libqt4-webkit or run configure --disable-webkit (1st option
- preferred if possible of course).</p>
<ul>
@@ -83,6 +92,15 @@
<li>Query language: tilde is now expanded inside a "dir:"
clause.</li>
+
+ <li>General: the Python extension module is now installed by
+ default. This will make it much easier to use small recoll
+ integration and extension hacks like the Unity Lens.</li>
+
+ <li>Desktop: there is a new Ubuntu Unity Recoll Lens, it is not
+ installed by default, but quite easy to install, see
+ <a href="https://bitbucket.org/medoc/recoll/wiki/UnityLens">the
+ Wiki page</a>.</li>
<li>GUI: it is now possible to cancel a query that takes too
long. Because of limitations in Xapian, this forces a program