From d42fc100816d907cd20a8897b1ef3e382dc3738b Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 10 Mar 2011 11:20:29 +0100 Subject: [PATCH] 1.15.7 --- packaging/debian/buildppa.sh | 2 +- packaging/debian/debianrclqt4/changelog | 4 +++ src/VERSION | 2 +- src/qtgui/guiutils.cpp | 2 +- website/BUGS.html | 17 +++++++--- website/download.html | 43 +++++++++++++++++-------- website/index.html.en | 9 +++--- website/index.html.fr | 10 +++--- website/release-1.15.html | 8 +++-- 9 files changed, 65 insertions(+), 32 deletions(-) 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.
  • +

    recoll 1.15.5

    +
  • 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.
  • +

    recoll 1.15.2