- Fix bug in ZOOM::Connection class code that made the
[ZOOM-Perl-moved-to-github.git] / lib / ZOOM.pm
2006-10-10 mike - Fix bug in ZOOM::Connection class code that made the
2006-10-04 mikeAdd ZOOM::Connection::is_idle()
2006-06-15 mikeMany changes to accomodate modified ZOOM_query_ccl2rpn...
2006-06-13 mike- Add new function Net::Z3950::ZOOM::query_ccl2rpn...
2006-04-12 mikeFix Connection::new() so that it once again allows...
2006-04-11 mikeFix ZOOM::Connection::new so that options are handled...
2006-04-07 mikeReplace ZOOM::Event::END with ZEND. (Something strange...
2006-04-07 mikeEVENT_RECV_END
2006-04-07 mikeAdd asynchronous support:
2006-04-03 mikeThe ZOOM-Perl layer now provides access to the underlyi...
2006-03-09 mikeRelease 1.03 (connection constructor allows additional...
2006-02-10 mikeAllow single-argument Connection constructor.
2005-12-22 mikeAdd ZOOM::Log::module_level() function
2005-12-21 mikeAdd two new error-codes, CQL_PARSE and CQL_TRANSFORM.
2005-12-19 mikeIn Connection class, rename scan() to scan_pqf() and...
2005-12-19 mikeSupport for $conn->scan1()
2005-11-24 mikeComment.
2005-11-16 mike$rs->record() and its variants now throw exceptions.
2005-11-16 mikeZOOM::Exception class now carries a diagnostic-set...
2005-11-16 mikeAdd render() method to ZOOM::Exception.
2005-11-09 mikeSupport for ScanSet options.
2005-11-08 mikeZOOM::ResultSet::sort() now uses Net::Z3950::ZOOM:...
2005-11-08 mikeAs far as I can tell, I have added Extended Services...
2005-11-08 mikeSupport for scanning: Connnection::scan() and the ScanS...
2005-11-07 mikeSupport for record cloning and deletion.
2005-11-04 mikeAdd ZOOM::ResultSet::sort()
2005-11-03 mikeAdd new methods to the ZOOM::ResultSet class:
2005-10-31 mikeAdded new, OO-specific, error-codes to the ZOOM::Error...
2005-10-24 mikeHorrible, horrible support for set_callback(). I can...
2005-10-19 mikeMany changes to the ZOOM::Options class:
2005-10-17 mikeNote that ZOOM::Exception should support diagnostic...
2005-10-12 mikeAdd diag_str() function.
2005-10-12 mikeAdded enumerations ZOOM::Error and ZOOM::Event.
2005-10-12 mikeFix typo in ResultSet::_rs()
2005-10-11 mikeInitial, unfinished, version.
2005-10-11 mikeReplace ZOOM.pm by Net/Z3950/ZOOM.pm
2005-10-07 mikeInitial revision