.. $Id: CHANGELOG 66 2007-05-17 01:55:31Z krys $

0.2.2
=====

 * Fixed a bug in the Wiki-20-TL example and made it not require python 2.4.
 * Tested with TurboGears 1.0.2.2, PyLucene 2.1.0-2 and Python 2.5.
 * Released Python 2.5 egg.
 * Backported a bug fix to make TurboLucene install on FreeBSD 5.4.

0.2.1
=====

 * Fixed non-English stopwords bug. (Bug #22)
 * Fixed left over lock file bug and added new turbolucene.force_lock_release
   configuration setting. (Bug #13)

0.2
===

 * Updated docstrings and added API documentation and examples.
 * Added multilingual support for Czech (cs), Danish (da), German (de), Greek
   (el), English (en), Spanish (es), Finnish (fi), French (fr), Italian (it),
   Japanese (ja), Korean (ko), Dutch (nl), Norwegian (no), Portuguese (pt),
   Brazilian (pt-br), Russian (ru), Swedish (sv), and  Chinese (zh).  This
   includes pre-configured stopwords for most languages.
 * TurboLucene now uses configuration file settings.
 * API changed.  Not completely backwards compatible.


0.1.2
=====

 * Applied Ed Singleton's typo patch.
 * Changed all references to 'optimise' back to 'optimize'.
 * Fixed a bug with the scheduled optimize failing.


0.1.1
=====

 * Cleaned up packaging for public release.
 * First public release.


0.1
===

 * Sneak preview release.
