1.15.7
This commit is contained in:
parent
10df0f647c
commit
d42fc10081
@ -4,7 +4,7 @@
|
|||||||
# For the kio: (and kdesdk?)
|
# For the kio: (and kdesdk?)
|
||||||
# sudo apt-get install pkg-kde-tools cdbs
|
# sudo apt-get install pkg-kde-tools cdbs
|
||||||
|
|
||||||
RCLVERS=1.15.5
|
RCLVERS=1.15.7
|
||||||
PPAVERS=1
|
PPAVERS=1
|
||||||
|
|
||||||
case $RCLVERS in
|
case $RCLVERS in
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
recoll (1.15.7-0~ppa1~SERIES1) SERIES; urgency=low
|
||||||
|
* Updated package to recoll version 1.15.7
|
||||||
|
-- Jean-Francois Dockes <jf@dockes.org> Thu, 10 Mar 2011 10:54:00 +0200
|
||||||
|
|
||||||
recoll (1.15.5-0~ppa1~SERIES1) SERIES; urgency=low
|
recoll (1.15.5-0~ppa1~SERIES1) SERIES; urgency=low
|
||||||
* Updated package to recoll version 1.15.5
|
* Updated package to recoll version 1.15.5
|
||||||
-- Jean-Francois Dockes <jf@dockes.org> Fri, 04 Mar 2011 13:54:00 +0200
|
-- Jean-Francois Dockes <jf@dockes.org> Fri, 04 Mar 2011 13:54:00 +0200
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.15.6
|
1.15.7
|
||||||
|
|||||||
@ -123,7 +123,7 @@ void rwSettings(bool writing)
|
|||||||
"/Recoll/prefs/showResultsAsTable", Bool, false);
|
"/Recoll/prefs/showResultsAsTable", Bool, false);
|
||||||
SETTING_RW(prefs.maxhltextmbs, "/Recoll/prefs/preview/maxhltextmbs", Int, 3);
|
SETTING_RW(prefs.maxhltextmbs, "/Recoll/prefs/preview/maxhltextmbs", Int, 3);
|
||||||
SETTING_RW(prefs.previewPlainPre,
|
SETTING_RW(prefs.previewPlainPre,
|
||||||
"/Recoll/prefs/preview/plainPre", Bool, false);
|
"/Recoll/prefs/preview/plainPre", Bool, true);
|
||||||
SETTING_RW(prefs.qtermcolor, "/Recoll/prefs/qtermcolor", String, "blue");
|
SETTING_RW(prefs.qtermcolor, "/Recoll/prefs/qtermcolor", String, "blue");
|
||||||
if (!writing && prefs.qtermcolor == "")
|
if (!writing && prefs.qtermcolor == "")
|
||||||
prefs.qtermcolor = "blue";
|
prefs.qtermcolor = "blue";
|
||||||
|
|||||||
@ -41,10 +41,7 @@
|
|||||||
startup. This is fixed by removing (back it up just in case)
|
startup. This is fixed by removing (back it up just in case)
|
||||||
~/.config/Recoll.org/recoll.conf, the QSettings storage for
|
~/.config/Recoll.org/recoll.conf, the QSettings storage for
|
||||||
recoll.</li>
|
recoll.</li>
|
||||||
<li>The new mutagen-based audio tags filter (rclaudio) only
|
|
||||||
works with very recent mutagen
|
|
||||||
versions. See <a href="filters/filters.html">here</a> for a
|
|
||||||
corrected version.</li>
|
|
||||||
<li>Performing a full index with release 1.11 or newer, over a
|
<li>Performing a full index with release 1.11 or newer, over a
|
||||||
version created with a much older recoll release may
|
version created with a much older recoll release may
|
||||||
sometimes end with an error saying "backend doesn't
|
sometimes end with an error saying "backend doesn't
|
||||||
@ -79,6 +76,14 @@
|
|||||||
slower indexing for all normal .doc files.</li>
|
slower indexing for all normal .doc files.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2><a name="b_1_15_5">recoll 1.15.5</a></h2>
|
||||||
|
<li>The Python and PHP modules in 1.15.5 have compile errors. This
|
||||||
|
is solved by
|
||||||
|
<a href="https://bitbucket.org/medoc/recoll/changeset/0b09b33cd06a">
|
||||||
|
this simple change.</a></li>
|
||||||
|
<li>The current stemming language is not indicated by menu
|
||||||
|
checkboxes.</li>
|
||||||
|
|
||||||
<h2><a name="b_1_15_2">recoll 1.15.2</a></h2>
|
<h2><a name="b_1_15_2">recoll 1.15.2</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>If a result table column is both added and moved in the same
|
<li>If a result table column is both added and moved in the same
|
||||||
@ -126,6 +131,10 @@
|
|||||||
|
|
||||||
<h2><a name="b_1_14_3">recoll 1.14.3</h2>
|
<h2><a name="b_1_14_3">recoll 1.14.3</h2>
|
||||||
<li>Email message preview is broken.</li>
|
<li>Email message preview is broken.</li>
|
||||||
|
<li>The new mutagen-based audio tags filter (rclaudio) only
|
||||||
|
works with very recent mutagen
|
||||||
|
versions. See <a href="filters/filters.html">here</a> for a
|
||||||
|
corrected version.</li>
|
||||||
|
|
||||||
<h2><a name="b_1_14_1">recoll 1.14.1</h2>
|
<h2><a name="b_1_14_1">recoll 1.14.1</h2>
|
||||||
<li>Compressed file view fix broke help viewer.</li>
|
<li>Compressed file view fix broke help viewer.</li>
|
||||||
|
|||||||
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
<h2><a>General information</a></h2>
|
<h2><a>General information</a></h2>
|
||||||
|
|
||||||
<p>The current version is 1.15.5. <a href="release-1.15.html">
|
<p>The current version is 1.15.7. <a href="release-1.15.html">
|
||||||
Release notes</a>.</p>
|
Release notes</a>.</p>
|
||||||
|
|
||||||
<p>The download page for Recoll 1.14 is
|
<p>The download page for Recoll 1.14 is
|
||||||
@ -101,11 +101,11 @@
|
|||||||
|
|
||||||
<h2><a name="source">Source</a></h2>
|
<h2><a name="source">Source</a></h2>
|
||||||
|
|
||||||
<h3>Current release distribution: 1.15.5:</h3>
|
<h3>Current release distribution: 1.15.7:</h3>
|
||||||
<!-- Attention: source packages must remain here, not in a
|
<!-- Attention: source packages must remain here, not in a
|
||||||
subdirectory, because of all the places they're referred from
|
subdirectory, because of all the places they're referred from
|
||||||
(package watches( -->
|
(package watches( -->
|
||||||
<p><a href="recoll-1.15.5.tar.gz">recoll-1.15.5.tar.gz</a>.</p>
|
<p><a href="recoll-1.15.7.tar.gz">recoll-1.15.7.tar.gz</a>.</p>
|
||||||
|
|
||||||
<h3>Prerequisites for building from source:</h3>
|
<h3>Prerequisites for building from source:</h3>
|
||||||
<ul>
|
<ul>
|
||||||
@ -136,13 +136,14 @@
|
|||||||
will not build with Qt releases older than 4.4.</p></li>
|
will not build with Qt releases older than 4.4.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>KDE kicker applet:</h3>
|
<h3>KDE3 kicker applet:</h3>
|
||||||
<p>the applet can start a Recoll search
|
<p>the applet can start a Recoll search
|
||||||
from the KDE toolbar. It is in a separate source file.
|
from the KDE3 toolbar. It is in a separate source file.
|
||||||
<a href="recoll_applet-1.10.0.tgz">recoll_applet-1.10.0.tgz</a>.
|
<a href="recoll_applet-1.10.0.tgz">recoll_applet-1.10.0.tgz</a>.
|
||||||
This is a very slightly modified version of the
|
This is a very slightly modified version of the
|
||||||
<a href="http://demandiseineseite.gmxhome.de/find/">
|
<a href="http://demandiseineseite.gmxhome.de/find/">
|
||||||
find_applet</a>. It will work with any recoll version after 1.10.</p>
|
find_applet</a>. It will work with any recoll version after
|
||||||
|
1.10. <em>KDE 3 only</em>.</p>
|
||||||
|
|
||||||
<h3>Source repository:</h3>
|
<h3>Source repository:</h3>
|
||||||
<p>The <span class="application">Recoll</span> source repository is
|
<p>The <span class="application">Recoll</span> source repository is
|
||||||
@ -153,6 +154,7 @@
|
|||||||
|
|
||||||
<h3>Older recoll releases:</h3>
|
<h3>Older recoll releases:</h3>
|
||||||
<p>
|
<p>
|
||||||
|
<a href="recoll-1.15.5.tar.gz">1.15.5</a>.
|
||||||
<a href="recoll-1.15.2.tar.gz">1.15.2</a>.
|
<a href="recoll-1.15.2.tar.gz">1.15.2</a>.
|
||||||
<a href="recoll-1.14.4.tar.gz">1.14.4</a>.
|
<a href="recoll-1.14.4.tar.gz">1.14.4</a>.
|
||||||
<a href="recoll-1.13.04.tar.gz">1.13.04</a>.
|
<a href="recoll-1.13.04.tar.gz">1.13.04</a>.
|
||||||
@ -215,12 +217,9 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h3>RPMS</h3> <p><i>Except if specified otherwise, the
|
<h3>RPMS</h3>
|
||||||
executables inside the binary rpms which follow have a
|
|
||||||
static link to Xapian (misc. versions, you can display the Xapian
|
<p>Some Fedora and Mandriva packages unfortunately think that they
|
||||||
version from the recoll help menu), there is no hard dependency
|
|
||||||
except Qt 4.<br>
|
|
||||||
Some Fedora and Mandriva packages unfortunately think that they
|
|
||||||
depend on exiftool (which is needed by the little used jpeg
|
depend on exiftool (which is needed by the little used jpeg
|
||||||
info filter), due to excessive rpmbuild cleverness.
|
info filter), due to excessive rpmbuild cleverness.
|
||||||
<br>You'll need to install the Xapian, Qt, and zlib development
|
<br>You'll need to install the Xapian, Qt, and zlib development
|
||||||
@ -256,8 +255,24 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
|
|
||||||
<h3>OpenSUSE</h3>
|
<h3>OpenSUSE</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p><b>OpenSUSE 11.3 with qt4 and a static link to xapian
|
<p>I now use the OpenSUSE build service to create Recoll OpenSUSE
|
||||||
1.2.3 with the --disable-sse configure option</b>:
|
packages. You just need to add the adequate repository to your
|
||||||
|
software sources (Yast2->software->Software repositories).<br>
|
||||||
|
<a href="http://download.opensuse.org/repositories/home:/dockes/">
|
||||||
|
Repository list (supported Suse versions)</a>. Ie for
|
||||||
|
OpenSUSE 11.3, you would add
|
||||||
|
http://download.opensuse.org/repositories/home:/dockes/openSUSE_11.3/
|
||||||
|
to your repositories. You will then be able to install
|
||||||
|
recoll and kio_recoll from the software management
|
||||||
|
interface. The Xapian dependancy will also be satisfied from
|
||||||
|
the build service repository. <em>Note: the recoll-1.15.6
|
||||||
|
file which is used to build the
|
||||||
|
kio_recoll is identical to 1.15.5 except for some minor changes
|
||||||
|
in the KIO build files.</em></p>
|
||||||
|
|
||||||
|
<p>Remaining pre-build service packages: OpenSUSE 11.3
|
||||||
|
with qt4 and a static link to xapian
|
||||||
|
1.2.3 with the --disable-sse configure option:
|
||||||
<a href="suse11.3/recoll-1.15.5-0.i586.rpm">
|
<a href="suse11.3/recoll-1.15.5-0.i586.rpm">
|
||||||
recoll-1.15.5-0.i586.rpm</a>.
|
recoll-1.15.5-0.i586.rpm</a>.
|
||||||
Source: <a href="suse11.3/recoll-1.15.5-0.src.rpm">
|
Source: <a href="suse11.3/recoll-1.15.5-0.src.rpm">
|
||||||
|
|||||||
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
<p><span class="application">Recoll</span> is free, open source,
|
<p><span class="application">Recoll</span> is free, open source,
|
||||||
and licensed under the GPL. The current version is
|
and licensed under the GPL. The current version is
|
||||||
<a class="important" href="download.html">1.15.5</a>
|
<a class="important" href="download.html">1.15.7</a>
|
||||||
(<a href="release-1.15.html">Release notes</a>).</p>
|
(<a href="release-1.15.html">Release notes</a>).</p>
|
||||||
|
|
||||||
<h2>Features: </h2>
|
<h2>Features: </h2>
|
||||||
@ -90,9 +90,10 @@
|
|||||||
|
|
||||||
<h2>News: </h2>
|
<h2>News: </h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>2011-03-04 : Recoll <a href="download.html#source">1.15.5</a> is
|
<li>2011-03-10 : Recoll <a href="download.html#source">1.15.7</a> is
|
||||||
out. This fixes a number of ennoying bugs in 1.15.2. See the <a
|
out. This fixes a number of ennoying bugs in 1.15.2 (no need to
|
||||||
href="release-1.15.html">Release notes</a>.
|
upgrade from 1.15.5). See the <a href="release-1.15.html">Release
|
||||||
|
notes</a>.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>2010-11-29 : Recoll <a href="download.html#source">1.14.4</a> is
|
<li>2010-11-29 : Recoll <a href="download.html#source">1.14.4</a> is
|
||||||
|
|||||||
@ -48,7 +48,7 @@
|
|||||||
<p><span class="application">Recoll</span> est un logiciel libre
|
<p><span class="application">Recoll</span> est un logiciel libre
|
||||||
gratuit, dont le code source est disponible sous licence GPL.
|
gratuit, dont le code source est disponible sous licence GPL.
|
||||||
La dernière version est
|
La dernière version est
|
||||||
<a class="important" href="download.html">1.15.5</a>
|
<a class="important" href="download.html">1.15.7</a>
|
||||||
(<a href="release-1.15.html">notes sur la version, en
|
(<a href="release-1.15.html">notes sur la version, en
|
||||||
anglais</a>)</p>
|
anglais</a>)</p>
|
||||||
|
|
||||||
@ -100,11 +100,11 @@
|
|||||||
|
|
||||||
<h2>Nouvelles: </h2>
|
<h2>Nouvelles: </h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>2011-03-04 : Recoll <a href="download.html#source">1.15.5</a>
|
<li>2011-03-10 : Recoll <a href="download.html#source">1.15.7</a>
|
||||||
vient de sortir. Cette version corrige quelques défauts ennuyeux
|
vient de sortir. Cette version corrige quelques défauts ennuyeux
|
||||||
de la version 1.15.2. Voir les <a href="release-1.15.html">notes
|
de la version 1.15.2 (mais est quasi-identique à la version
|
||||||
de version</a> (en anglais).
|
1.15.5). Voir les <a href="release-1.15.html">notes de
|
||||||
</li>
|
version</a> (en anglais). </li>
|
||||||
<li>2010-11-24 : Recoll <a href="download.html#source">1.14.4</a>
|
<li>2010-11-24 : Recoll <a href="download.html#source">1.14.4</a>
|
||||||
vient de sortir. Cette version corrige quelques problèmes
|
vient de sortir. Cette version corrige quelques problèmes
|
||||||
mineurs. <a href="CHANGES.html">Liste des modifications</a>.
|
mineurs. <a href="CHANGES.html">Liste des modifications</a>.
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Recoll 1.15.0 release notes</title>
|
<title>Recoll 1.15 series release notes</title>
|
||||||
|
|
||||||
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
||||||
<meta name="Author" content="Jean-Francois Dockes">
|
<meta name="Author" content="Jean-Francois Dockes">
|
||||||
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<h1>Release notes for Recoll 1.15.0/1.15.2</h1>
|
<h1>Release notes for Recoll 1.15.0/1.15.7</h1>
|
||||||
|
|
||||||
<p><em>Notes:</em>
|
<p><em>Notes:</em>
|
||||||
<ul><li>1.15.1 is identical to 1.15.0 except for a very
|
<ul><li>1.15.1 is identical to 1.15.0 except for a very
|
||||||
@ -39,6 +39,10 @@
|
|||||||
while indexing the Beagle queue.</li>
|
while indexing the Beagle queue.</li>
|
||||||
<li>1.15.5 fixes more crashes still in 1.15.2. See the
|
<li>1.15.5 fixes more crashes still in 1.15.2. See the
|
||||||
<a href="BUGS.html#b_1_15_2">BUGS</a> file</li>
|
<a href="BUGS.html#b_1_15_2">BUGS</a> file</li>
|
||||||
|
<li>1.15.6 and 1.15.7 almost exclusively fix build issues (except
|
||||||
|
for the indication of the stemming language in the menu, fixed in
|
||||||
|
1.15.7). If you are running 1.15.5, you probably don't need to
|
||||||
|
upgrade.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user