Release Notes: C++ exceptions from methods of the Document class are now translated to Perl exceptions.


Release Notes: This release wraps Database::close() and fixes deprecation warnings with newer Perl versions.


Release Notes: This release adds compatibility with Perl 5.12.


Release Notes: C++ exceptions from methods of the Document class are now translated to Perl exceptions.


Release Notes: This release adds the Search::Xapian::MSet::items() method, which returns an array tied to the MSet (much like Search::Xapian::Enquire::matches(), but you get access to the MSet object itself). There are new translated versions of the simple examples from the Python bindings, and more fully featured examples: full-indexer.pl and full-searcher.pl.


Release Notes: This release adds handling of C++ exceptions from Database::get_metadata() and methods of Enquire which might throw DatabaseModifiedError. There are also a few improvements to the test suite.