diff --git a/website/BUGS.html b/website/BUGS.html index e874d892..b80685b0 100644 --- a/website/BUGS.html +++ b/website/BUGS.html @@ -35,9 +35,9 @@ supposedly fixed in later versions. Bugs listed in the topmost section may also exist in older versions.

-

Latest (recoll 1.12.1 + xapian 1.0.15)

+

Latest (future recoll 1.13.0 + xapian + 1.0.16)

+

1.12.4

+
  • There are two bugs specific to 64 bits system, affecting + HTML display inside the preview window (wrong character set + used in some cases, and problems with keyword highlighting). +
  • + + +

    1.12.3

    + +
  • Specific File Name searches and Query Language searches + for a 'filename:' field sometimes give different results due + to the way we handle wild card expansion.
  • + +
  • Killing recollindex sometimes left filter processes + sleeping around.
  • + +
  • The last entry in a configuration file was ignored if it + was not followed by a newline (either the file had no ending + newline or the line ended with backslash followed by the last + file line.
  • + +
  • Non-ascii characters in path names did not work well from + the configuration GUI (editing the configuration files did + work).
  • + +
  • Accented characters in mail headers encoded according to a + lax interpretation of rfc2047 were sometimes not decoded.
  • + +
  • Recoll dumps core when exiting if the configuration was not + found.
  • + +
  • The Qt4 version sometimes did not display the + status bar in the main window.
  • + +
  • Message boundaries were not detected inside mbox format + files with quoted strings inside the 'From ' lines. + (ie [From "Smith, John" ...]).
  • + +
  • The Term Explorer GUI dialog was not created at all if + aspell was not compiled int (leaving no access to wildcard, + regexp and stemming expansions).
  • + +
  • Give priority to the user's PATH when looking for qmake + (fixes detecting the wrong qmake when more than one exists).
  • + + +

    1.12.2

    +
  • The sort tool does not work with qt3 (at least some + versions), the Apply button does nothing.
  • +

    1.12.1

  • Uncatched Xapian exceptions can crash the GUI when a query is run while the index is being updated.
  • diff --git a/website/CHANGES.html b/website/CHANGES.html index e188e2a9..ec547d8d 100644 --- a/website/CHANGES.html +++ b/website/CHANGES.html @@ -31,9 +31,139 @@

    Recoll journal of user-visible changes

    -

    1.12.2

    +

    Development version

    + + + + +

    1.12.4

    +

    Bugs fixed:

    + +

    Build system improvements:

    + + +

    1.12.3

    This is a bug fix release.