forked from bricas/sru-perl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
100 lines (77 loc) · 2.95 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
v1.00 Thu Oct 6 2011
- adding SRU::Client to bundle
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
- always return version 1.1
- allow different encoding types
- send back extra response data
(thanks Xiaorong Xiang and Eric Lease Morgan of the ockham project)
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