diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh
index 5dc39b50..6437d70f 100644
--- a/packaging/debian/buildppa.sh
+++ b/packaging/debian/buildppa.sh
@@ -4,7 +4,7 @@
# For the kio: (and kdesdk?)
# sudo apt-get install pkg-kde-tools cdbs
-RCLVERS=1.15.5
+RCLVERS=1.15.7
PPAVERS=1
case $RCLVERS in
diff --git a/packaging/debian/debianrclqt4/changelog b/packaging/debian/debianrclqt4/changelog
index c0b72ac1..e6523ee7 100644
--- a/packaging/debian/debianrclqt4/changelog
+++ b/packaging/debian/debianrclqt4/changelog
@@ -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 Thu, 10 Mar 2011 10:54:00 +0200
+
recoll (1.15.5-0~ppa1~SERIES1) SERIES; urgency=low
* Updated package to recoll version 1.15.5
-- Jean-Francois Dockes Fri, 04 Mar 2011 13:54:00 +0200
diff --git a/src/VERSION b/src/VERSION
index 04cc9994..545fd574 100644
--- a/src/VERSION
+++ b/src/VERSION
@@ -1 +1 @@
-1.15.6
+1.15.7
diff --git a/src/qtgui/guiutils.cpp b/src/qtgui/guiutils.cpp
index ea1815b3..329ce9d7 100644
--- a/src/qtgui/guiutils.cpp
+++ b/src/qtgui/guiutils.cpp
@@ -123,7 +123,7 @@ void rwSettings(bool writing)
"/Recoll/prefs/showResultsAsTable", Bool, false);
SETTING_RW(prefs.maxhltextmbs, "/Recoll/prefs/preview/maxhltextmbs", Int, 3);
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");
if (!writing && prefs.qtermcolor == "")
prefs.qtermcolor = "blue";
diff --git a/website/BUGS.html b/website/BUGS.html
index 1bd8c0d2..8d1cb7b1 100644
--- a/website/BUGS.html
+++ b/website/BUGS.html
@@ -41,10 +41,7 @@
startup. This is fixed by removing (back it up just in case)
~/.config/Recoll.org/recoll.conf, the QSettings storage for
recoll.
- The new mutagen-based audio tags filter (rclaudio) only
- works with very recent mutagen
- versions. See here for a
- corrected version.
+
Performing a full index with release 1.11 or newer, over a
version created with a much older recoll release may
sometimes end with an error saying "backend doesn't
@@ -79,6 +76,14 @@
slower indexing for all normal .doc files.
+
+ The Python and PHP modules in 1.15.5 have compile errors. This
+ is solved by
+
+ this simple change.
+ The current stemming language is not indicated by menu
+ checkboxes.
+
- KDE kicker applet:
+ KDE3 kicker applet:
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.
recoll_applet-1.10.0.tgz.
This is a very slightly modified version of the
- find_applet. It will work with any recoll version after 1.10.
+ find_applet. It will work with any recoll version after
+ 1.10. KDE 3 only.
Source repository:
The Recoll source repository is
@@ -153,6 +154,7 @@
Older recoll releases:
+ 1.15.5.
1.15.2.
1.14.4.
1.13.04.
@@ -215,12 +217,9 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
- RPMS
Except if specified otherwise, the
- executables inside the binary rpms which follow have a
- static link to Xapian (misc. versions, you can display the Xapian
- version from the recoll help menu), there is no hard dependency
- except Qt 4.
- Some Fedora and Mandriva packages unfortunately think that they
+ RPMS
+
+
Some Fedora and Mandriva packages unfortunately think that they
depend on exiftool (which is needed by the little used jpeg
info filter), due to excessive rpmbuild cleverness.
You'll need to install the Xapian, Qt, and zlib development
@@ -256,8 +255,24 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
OpenSUSE
- OpenSUSE 11.3 with qt4 and a static link to xapian
- 1.2.3 with the --disable-sse configure option:
+
I now use the OpenSUSE build service to create Recoll OpenSUSE
+ packages. You just need to add the adequate repository to your
+ software sources (Yast2->software->Software repositories).
+
+ Repository list (supported Suse versions). 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. 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.
+
+ 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:
recoll-1.15.5-0.i586.rpm.
Source:
diff --git a/website/index.html.en b/website/index.html.en
index 03fa4485..92446c57 100644
--- a/website/index.html.en
+++ b/website/index.html.en
@@ -47,7 +47,7 @@
Recoll is free, open source,
and licensed under the GPL. The current version is
- 1.15.5
+ 1.15.7
(Release notes).
Features:
@@ -90,9 +90,10 @@
News: