This is to announce the release of PyLucene 0.9.9.

This release is a bug fix release, it contains no new features. The main bug fix has to do with the Java reference management code which was rewritten to not use SWIG's 'thisown' tricks but Python's ref counting all the way instead.
This should prevent Java objects from being garbage collected too soon.


From CHANGES:
 - updated INSTALL
 - reworked java ref management to release refs upon PyCObject deletion
 - added support for building with SWIG 1.3.24
 - added type handlers for primitive types to resolve overlaps (bool, numbers)

I uploaded new sources and binaries (whose details are now posted) to the PyLucene web site: http://pylucene.osafoundation.org

Andi..
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to