wiki:ReleaseNotes/1.0.10

Release Notes for 1.0.10

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

  • When results are being sorted primarily by an order other than relevance (e.g. sort_by_value()), the percentage values returned by the MSet object may be incorrect because they are calculated based on the document in the portion of the MSet requested which has the highest weight, instead of the document matching the query which has the highest weight. For more details, and a workaround, see ticket #216.
  • Tests which check the complexity of algorithms by timing things may fail on Microsoft Windows because the timer used has a fairly coarse granularity which doesn't equal a whole number of microseconds, so rounding can mean one run takes 1 tick and the second 2 ticks, which works out at more than twice as long according to the timer.

omega

No known issues.

xapian-bindings

No known issues.

Last modified 8 years ago Last modified on 16/02/16 20:49:58
Note: See TracWiki for help on using the wiki.