wiki:ReleaseNotes/1.2.15

Release Notes for 1.2.15

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

Opening a database takes care to open all tables at the same revision, but xapian-check doesn't which can result in it incorrectly reporting errors which after an interrupted commit. This is fixed in r17519.

omega

No known issues.

xapian-bindings

If you're using PHP 5.4, then subclassing Xapian classes in PHP doesn't currently work properly and smoketest.php will fail with a segmentation fault if you run make check. The wrappers seem to work otherwise. If you want to subclass Xapian classes in PHP, then use PHP 5.3 instead for now.

This bug is reproducible with SWIG's testsuite, but it isn't yet clear if it is a bug in the code SWIG generates, or a bug in PHP 5.4.

Last modified 8 years ago Last modified on 26/01/16 10:10:43
Note: See TracWiki for help on using the wiki.