Markdown
[ZOOM-Perl-moved-to-github.git] / lib / ZOOM.pm
2013-02-11 Simon JacobAdded support for the sortby2 function to allow sorting...
2010-06-08 Mike TaylorRemove extraneous and misleading old CVS IDs
2008-05-14 mikeSimplify $record->get() based on new underlying record_...
2007-09-14 mikeAdd diag_srw_str()
2007-05-09 mikeNew ->exception() method£
2007-02-26 mikeRegister log-level "zoom_check";
2007-02-26 mikeWhen a connection is in asynchronous mode, failing...
2007-02-13 mikeSupport _check_debug options.
2007-01-16 mikeZOOM::Connection::peek_event()
2006-12-01 mikeZOOM::Error::INIT renamed to ZINIT.
2006-11-28 mikeAdd Net::Z3950::ZOOM::record_error() and
2006-11-03 mikeComment.
2006-11-02 mikeThe ZOOM::Exception constructor now fills in missing...
2006-11-02 mikeThrow diagnostic if records() is asked for an out-of...
2006-10-10 mikeConnection::new() refactored to use create()
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