wiki:ReleaseOverview/1.0.14

Release Overview for 1.0.14

This page contains a high level description of the more notable changes made for release 1.0.14. For full details of user-visible changes, see the NEWS files in each module:

See also the full list of bug reports marked as fixed in 1.0.14.

Xapian-core Testsuite

  • Several issues which caused tests to fail spuriously or on certain platforms have been fixed.
  • The output on test failure has been improved in some cases.

Flint Backend

  • Use F_FULLFSYNC where available (Mac OS X currently) to ensure that changes have been committed to disk. (ticket#288)

Remote Backend

  • Fix handling of percentage weights in various cases when we're searching multiple remote databases or a mix of local and remote databases.

Build System

  • Change how snowball generates the data used by its among operation - instead of using pointers to the strings in struct among, store an offset into a constant pool, as this reduces the number of relocations by about 2300, which should decrease the time taken by the dynamic linker when loading the library. This also reduces the size of the shared library significantly (on x86-64 Linux, the stripped shared library is 4% smaller).

Omega

  • Avoid infinite loop in omindex and scriptindex when reading files under Cygwin with automatic end of line translation enabled. This same bug can also manifest on Unix platforms if the file is truncated by another process while being read.

Perl

  • Add handling of C++ exceptions from methods of Document (ticket#284).
Last modified 8 years ago Last modified on 26/01/16 10:10:43
Note: See TracWiki for help on using the wiki.