From ae39dd09a8a409e4edfe12cbbe70e17af0a00497 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 2 May 2011 16:21:14 +0200 Subject: [PATCH] 1.15.8 release notes --- src/VERSION | 2 +- website/BUGS.html | 126 +++++++++++++++++++++++++------------- website/release-1.15.html | 39 +++++++++++- 3 files changed, 120 insertions(+), 47 deletions(-) diff --git a/src/VERSION b/src/VERSION index f161df1c..98e863cd 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.15.9pre +1.15.8 diff --git a/website/BUGS.html b/website/BUGS.html index 72bcf427..ca2a8662 100644 --- a/website/BUGS.html +++ b/website/BUGS.html @@ -38,38 +38,17 @@

recoll 1.15

+

recoll 1.15.7

+
  • Using search preview while the indexing thread is running will + sometimes crash the GUI or provoke other strangeness. This is + apparently due to insufficient protection of resources shared by + several threads. After recent cleanup, the problem occurs quite + seldom but it is not completely gone. The current and + unsatisfying workaround, is to avoid the situation, for example + by using the standalone recollindex program instead of the GUI + indexing thread.
  • + +
  • The GUI preview function sometimes failed with a + non-sensical message about a non-related missing + helper.
  • + +
  • The ignored suffixes list (recoll_noindex) is + ignored in some cases.
  • + +
  • The GUI option to remember sort state between invocations + only works for sort by date.
  • + +
  • The man filter creates groff temporary png files in the + home directory.
  • + +
  • Indexing can hang or crash after an error occurs on an + archive member (which should have affected only the relevant + document).
  • + +
  • The initial indexing pass in the real-time indexer does + not monitor the X11 session which can create problems if the + user ends the section at this point.
  • + +
  • Starting the indexing thread inside the GUI while another + indexer (batch or real-time) was active would silently + failed. It should show an error dialog.
  • + +
  • When an open error occurs on an external index while + starting the GUI, the initial indexing dialog is started, + which is incorrect because it cannot fix the problem.
  • + +
  • The operations on the parent document in the result list + right click menu (Preview and Open), do not work, they + access the file's parent directory instead.
  • + +
  • Most operations on the parent document in the result table + view are not connected and do nothing.
  • + +
  • The rclzip filter can't handle utf-8 in path names for archive + members. An + updated filter is available.
  • + +
  • The rclzip and rclchm filters can't handle archive members + with a colon (':') in the file name or path. The files are normally + indexed and can be searched for, but they can't be displayed + (neither opened nor previewed). There is a + + patch which fixes the issue (then needs full reindex for these + files).
  • + +

    recoll 1.15.5

    -
  • The Python and PHP modules in 1.15.5 have compile errors. This +
  • 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.
  • + + this simple change. +
  • The current stemming language is not indicated by menu + checkboxes.
  • recoll 1.15.2