In this version we fix some problems with the additional modules of sphinx (sphinx_facet module and sphinx suggestion module).
This can be considered a full stable version for the core and additional modules of sphinx for Drupal 6.
The next things to do for future versions is to simplify the administration and add more configuration options.
Included in this version:
#822944 Fix typo that was not allowing the excerpts to work
This version is focus on stability, the module had several issues that make it complicated to install and make it work on some situations.
This is an stable version that should work for anyone without modifications, next versions will be dedicated to enhance functionality and other improvements.
#335948 'Installation fails in multi-site environments' by cpliakas
#329886 'Incorrect form_ser_error' by vflirt
added validation for language codes i the sphinx_suggestion module
added $filters argument in _sphinx_facet_build_facets to allow other values than those from $_GET
added $page argument in _sphinx_do_search to allow other values than those from $_GET
fixed wrong argument for _sphinx_build_advanced_query in sphinx_search_form_submit
general code cleaning