wiki:ReleaseOverview/1.4.9

Release Overview for 1.4.9

This page contains a high level description of the most notable changes in this release. 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 this release.

C++ API

  • Document::add_posting(): Fix bugs with the change in 1.4.8 to more efficiently handle insertion of a batch of extra positions in ascending order. These could lead to missing positions and corrupted encoded positional data.

Remote backend

  • Avoid hang if remote connection shutdown fails by not waiting for the connection to close in this situation. Seems to fix occasional hangs seen on macOS. Patch from Germán M. Bravo.

PHP7

  • Fix to build with upcoming PHP 7.3 release, which changes array_init() to not return a value instead of always returning the constant SUCCESS. We were checking this return value but no longer do.
Last modified 5 years ago Last modified on 03/11/18 01:39:13
Note: See TracWiki for help on using the wiki.