v0.99 Wed Dec 02 2009
- remove use of UNIVERSAL->import

v0.98 Fri Nov 20 2009
- repackaged with a new version of Module::Install

v0.97 Wed Mar 05 2008
- switched to Module::Install and repackaged

v0.96 Mon Feb 26 2007
- repackaged -- no functional changes

v0.95 Tue Oct 21 2006
- doc fixes

v0.94 Mon Oct 20 2006
- removed dep on CGI::Application (it's only used for SRU::Server) - converted Catalyst::Plugin::SRU to a controller base class

v0.93 Mon Jan 9 2006
- added better cql diagnostics for servers (Walter Lewis) - resolve possible method conflict in Catalyst plugin

v0.92 Thu Dec 15 2005
- updated Catalyst plugin for Catalyst 5.5 - pod updates
- made SRU::Response::type() more generic - added type() to SRU::Request
- use case sensitive names in Catalyst plugin to be consistent with SRU::Server

v0.91 Wed Oct 5 2005
- modified Response/SearchRetrieve.pm to

v0.90 Thu Sep 1 12:17:20 CST 2005
- added pod test

v0.89 Mon Aug 9 10:55:40 CST 2005
- added Catalyst plugin
- added default namespaces

v0.88 Wed Feb 2 10:28:37 CST 2005
- added resultSetId and resultSetIdleTime to searchRetrieve output

v0.87 Tue Feb 1 12:17:54 CST 2005
- added ability to set numberOfRecords() in searchRetrieve request: thanks Bernd Diekmann

v0.86 Tue Jan 11 09:16:41 CST 2005
- removed diagnostic handling for explain responses that lack version and operator
- fixed explain response to use <record> element properly

v0.85 Mon Dec 20 21:53:06 CST 2004
- added diagnostic when a default explain is returned when no operator was specified

v0.8 Fri Dec 17 11:32:40 AST 2004
- renamed SRU::Application to SRU::Server

v0.7 Thu Dec 9 00:43:08 CST 2004
- new tests for exception handling
- newFromCGI() now forces ampersands in query string - removed base parameter from request constructors since it wasn't used - fixed nesting problem with <record> in explain response (thanks Eric Morgan)

v0.6 Mon Dec 6 13:58:46 CST 2004
- needed to add SRU::Application to the MANIFEST - require CQL::Parser v0.3

v0.5 Sat Dec 4 22:20:40 CST 2004
- CGI::Application framework courtesy of Brian Cassidy (who now shares ownership of this module).
- Updated Makefile.PL to include new dependencies. - Explain is now the default response.
- Responses automatically have an echo section added to their XML when using the newFromRequest() factory method.
- searchRetrieve and scan requests parse CQL where appropriate using CQL::Parser.

v0.4 Tue Nov 16 20:12:34 CST 2004
- doc fixes and tuneups from Brian Cassidy

v0.3 Sun Sep 5 15:17:35 CDT 2004
- fixed SRU::Request::newFromCGI() and added test t/cgi.t - fixed stylesheet handling in response objects - fixed diagnostics handling

v0.2 Sun Sep 5 08:06:49 CDT 2004
- updated docs

v0.1 Sun Sep 4 22:05:56 CDT 2004
- initial release