fix needs 1.19.11 needs autoconf to build
This commit is contained in:
parent
c3b0822c41
commit
e4a9663b7e
@ -1 +1 @@
|
||||
1.19.11
|
||||
1.19.11p1
|
||||
|
||||
@ -44,6 +44,13 @@ targetdir=${targetdir-/tmp}
|
||||
dotag=${dotag-yes}
|
||||
snap=${snap-no}
|
||||
|
||||
if ! test configure -nt configure.ac -a configure -nt VERSION ;then
|
||||
set -x
|
||||
rm -f configure
|
||||
autoconf || exit 1
|
||||
set +x
|
||||
fi
|
||||
|
||||
while getopts ts o
|
||||
do case "$o" in
|
||||
t) dotag=no;;
|
||||
|
||||
@ -67,7 +67,7 @@ function showdiv(viewid)
|
||||
<div id="general">
|
||||
<h2><a name="general">General information</a></h2>
|
||||
|
||||
<p>The current version is 1.19.10. <a href="release-1.19.html">Release
|
||||
<p>The current version is 1.19.11. <a href="release-1.19.html">Release
|
||||
notes</a>.</p>
|
||||
|
||||
<p>The download page for Recoll 1.18 is <a href="download-1.18.html">still
|
||||
@ -117,12 +117,12 @@ is probably no necessity to upgrade anyway.</p>
|
||||
<div id="source">
|
||||
<h2><a name="source">Source</a></h2>
|
||||
|
||||
<h3>Current release distribution: 1.19.10:</h3>
|
||||
<h3>Current release distribution: 1.19.11:</h3>
|
||||
<!-- Attention: source packages must remain here, not in a
|
||||
subdirectory, because of all the places they're referred from
|
||||
(package watches) -->
|
||||
|
||||
<p><a href="recoll-1.19.10.tar.gz">recoll-1.19.10.tar.gz</a>. </p>
|
||||
<p><a href="recoll-1.19.11.tar.gz">recoll-1.19.11.tar.gz</a>. </p>
|
||||
<!--
|
||||
<h3>Snapshot</h3>
|
||||
<p>I sometimes release a source tarfile when I consider that the
|
||||
@ -246,7 +246,7 @@ For 1.17:
|
||||
<a href="recoll-lens-1.17.2.2697.tar.gz">
|
||||
recoll-lens-1.17.2.2697.tar.gz</a></p>
|
||||
|
||||
<p>The 1.19.10 packages in the PPA now have a separate package for the Python
|
||||
<p>The 1.19.10/11 packages in the PPA now have a separate package for the Python
|
||||
extension, like the standard ones.</p>
|
||||
|
||||
<blockquote>
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
<li><a href="features.html">Detailed features</a>.
|
||||
</ul>
|
||||
<p>The current <span class="application">Recoll</span> version is
|
||||
<a href="download.html">1.19.10</a>
|
||||
<a href="download.html">1.19.11</a>
|
||||
(<a href="release-1.19.html">Release notes</a>,
|
||||
<a href="BUGS.html">known bugs</a>).</p>
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
|
||||
<dl>
|
||||
|
||||
<dt>2013-11-25</dt> <dd>Release 1.19.10 is out. This brings a
|
||||
<dt>2013-11-25</dt> <dd>Release 1.19.11 is out. This brings a
|
||||
Unity Scope for Ubuntu 13.10, python3 compatibility, and a
|
||||
new and much improved filter for PowerPoint (.ppt)
|
||||
files.</dd>
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
<p><span class="application">Recoll</span> est un logiciel libre
|
||||
gratuit, dont le code source est disponible sous licence GPL.
|
||||
La dernière version est
|
||||
<a class="important" href="download.html">1.19.10</a>
|
||||
<a class="important" href="download.html">1.19.11</a>
|
||||
(<a href="release-1.19.html">notes sur la version, en
|
||||
anglais</a>)</p>
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
<h2>Nouvelles: </h2>
|
||||
<dl>
|
||||
|
||||
<dt>2013-11-25</dt> <dd> La version 1.19.10 est sortie. Elle
|
||||
<dt>2013-11-25</dt> <dd> La version 1.19.11 est sortie. Elle
|
||||
apporte un Scope pour le Dash de Ubuntu Unity (am I still
|
||||
speaking French here ?), la compatibilité Python3, et un
|
||||
nouveau filtre pour les fichiers PowerPoint.</dd>
|
||||
|
||||
@ -63,6 +63,8 @@ Configuration</em> menu.</p>
|
||||
|
||||
<h2><a name="minor_releases">Minor releases at a glance</a></h2>
|
||||
<ul>
|
||||
<li>1.19.11 is a fix to the install script in 1.19.10. The latter
|
||||
did not copy the new ppt extraction code to the filters directory.</li>
|
||||
<li>1.19.10 has a bit more changes than
|
||||
usually goes into a Recoll minor version, and could have been
|
||||
1.20.0 instead. On the other hand, it
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user