wiki:ReleaseNotes/1.4.14

Release Notes for 1.4.14

Please don't "report" new problems by adding them here as they may not be noticed. Instead use the bug tracker or mailing lists to report problems. You'll certainly get a much quicker response that way.

Any patch files linked to below have been generated with the diff utility, and can be applied with the GNU patch utility to a source tree, which you'll then need to recompile and reinstall. If you aren't already familiar with applying patches, see these helpful instructions (courtesy of the Drupal project, but very little is Drupal-specific).

We've had a report that the merge tool supplied with TortoiseSVN gives an error if you try to apply a patch where the line numbers are offset (as they may be for a backported fix). If you hit this issue, please use GNU patch instead.

xapian-core

No known issues.

omega

An adjustment to the templates in the interests of future compatibility unfortunately broke them - if you see the error:

Exception: too few arguments to $if

Then add a , to templates/query like so:

$if{$log{query.log}}

to:

$if{$log{query.log},}

1.4.15 will fix $if to allow omitting the action.

xapian-bindings

No known issues.

Last modified 4 years ago Last modified on 29/11/19 22:44:16
Note: See TracWiki for help on using the wiki.