Revision history for Perl extension Search::Xapian.

0.05 Tue Jan 14 01:43:45 2002
        - OM_DB_CREATE_OR_* symbols wrapped
        - Extra tests for argument validity for Search::Xapian::Query
          constructor 
        - Makefile.PL now prints where it has located om/om.h and
          libxapian.so files
        [Changes contributed by Olly Betts]
	- Most methods wrapped for OmESet, OmESetIterator, OmRSet
	- OmMSet::empty() returns bool, not om_weight
	- Fixed eq and ne for Search::Xapian::MSetIterator
	- Fixed Search::Xapian::MSet::convert_to_percent()
	- Moved #include-s to top of Xapian.xs to fix compilation
          problems 
	- Added 14 new test cases

0.04  Thu Dec 26 18:17:54 2002
        - Convenience method: $enq->set_query( $op, @terms ... );
          now autogenerates a query object with the arguments passed
          if the first of them is not itself a query object
        - Convenience method: $enq = $db->enquire( [$query] );
          which autogenerates Enquire object, calling set_query() if
          it is passed a query with which to do so
        - Added tests for tied MSet class
        - Added $enquire->matches() method returning tied MSet object
        - Removed deprecated OmSettings class

0.03  Fri Nov  8 16:53:22 2002
        - All methods wrapped for OmDatabase, OmWritableDatabase,
          OmDocument, OmEnquire, OmMSet, OmMSetIterator, OmQuery and
          OmSettings classes
        - Overload pragma: copy constructor for all classes that
          support copying
        - Overload pragma: '++' for MatchSetIterator
        - Interface to all overloaded C++ constructors
        - Mapping for OmQuery::op enumerated type to exported symbols
        - Removed non-functioning 'MatchSet' method

0.02  Sun Sep 15 19:48:32 2002
        - Added bindings to create databases and index documents
        - Added error handling for Database constructors
        - 3 test scripts; create, index and search
        - Fixed MatchSetIterator->get_docid returning wrong value
        - Fixed string typemap

0.01  Tue Sep 10 16:03:23 2002
	- original version; created by h2xs 1.21 with options
		-x -O -n Search::Xapian -A simplesearch.h