Revision history for Sphinx-Search

0.01    2007-09-07
        Initial release for sphinx-0.9.8-cvs-20070818

0.02	2007-09-08
	Update to support UTF-8

0.03	2007-09-09
	Upgraded API with AddQuery/RunQueries for sphinx-0.9.8-cvs-20070907

0.04    2007-09-10
	Added support for tests to use non-standard mysql socket

0.05	2007-09-16
	Fixed bug [rt.cpan.org #29383]
	Added support for filter excludes

0.06	2007-09-24
	Upgraded API with SetGeoAnchor and SetFilterFloatRange for
	sphinx-0.9.8-svn-r820

0.07	2007-10-15
	Upgraded API with SetIndexWeights for sphinx-0.9.8-svn-r871

0.08	2007-11-24
	Fixed handling of error conditions on recv and connect (Igor Gerdler,
	rt.cpan.org #30934, #30935)

0.09	2007-12-12
	Upgraded API for sphinx-0.9.8-svn-r985

0.10	2008-01-30
	Upgraded API for sphinx-0.9.8-svn-r1112

0.11	2008-03-11
	Upgraded API for sphinx-0.9.8-rc1

0.12	2008-07-25
	Upgraded API for sphinx-0.9.8

0.13_01	2009-01-29
	Upgraded API for sphinx-0.9.9-rc1, development release.   Open/Close
	for persistent connections are known to not work; also 64 bit IDs fail.

0.14	2009-02-06
	Fixed 64 bit ID problem (testing issue) and persistent connections.

0.15	2009-02-25
	Fixed return values in BuildExcerpts (some error conditions returned 0,
	should have been undef) (rt.cpan.org #43583)

0.16	2009-04-08
	Upgraded API for sphinx-0.9.9-rc2

0.17	2009-04-09
	Added support for inserting encoder/decoder for translating charsets between perl and searchd.
	Additional UTF-8 tests.

0.18	2009-04-09
	Included missing test files in CPAN package.

0.19	Removed request for GMP implementation of Math::BigInt due to apparent
	bug in Math::BigInt on 32 bit architectures (Math::BigInt::Calc and
	Math::BigInt::GMP give different answers for 32 bit shift of long
	integer)
	Fixed incorrect setting for _max_id that was causing results with 64 bit IDs to be
	ignored unless SetIDRange() had been called.

0.20	Fixed dependency list to prevent failing tests on some systems.

0.21	Fixed another missing dependency (Encode)
	Fixed 64 bit ID signed transfer on 32 bit systems compiled with -Duse64bitint.