Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/irspy
[irspy-moved-to-github.git] / Changes
1 Revision history for Perl extension ZOOM::IRSpy.
2
3 1.03  [IN PROGRESS]
4         - Liberalise hostname validation regexp, so that hyphens are
5           allowed in the name.
6         - Add Search::Bath to Search::Main test.
7         - Assess reliability on the basis of the last sixty days only.
8         - Test for simple access-point-only searches when Bath-profile
9           searches fail.
10         - Introduce the notion of rules, which are applied under
11           specified conditions resulting in specified actions.  As a
12           motivating example, when working on a server with an
13           implementation name (or ID or version) matching a specified
14           regular expression, skip a named test: this is used to avoid
15           having the test of catalog.dallaslibrary.org:210/PAC hang
16           when we attempt to test its CQL capabilities.
17         - Sample rules file etc/dallas.rules
18         - The Web UI sets $ZOOM::IRSpy::xslt_max_depth to 3500, just
19           like the overnight test-script.  This is a hideous hack to
20           cope with the fact that XSLT can't iterate, and explodes if
21           you ask it to recurse across a list of more than a half
22           dozen elements.
23         - New script bin/irspy-xpath.pl -- a simple wrapper for
24           running an XPath with IRSpy-related namespaces established.
25         - Record::Fetch test registers a fail when the syntax actually
26           retrieved does not match that requested. Fixes bug IR-324.
27         - Record::OPAC test check that record returned in piggyback
28           after OPAC-record request really is an OPAC record. Fixes
29           bug IR-331.
30         - Add new test, Record::PiggyBack, with support for viewing,
31           editing and storing results. Fixes bug IR-333.
32         - IDs used in URLs for full-record links are properly
33           CQL-quoted. Fixes part of IR-303.
34         - Move aside the old, unused lib/ZOOM/Pod.pm. Will be removed
35           from distribution entirely in a subsequent release.
36         - Support new "irspy_data" log-level to register information
37           written to target description record.
38         - need a nagios alert script to check irspy updates, IR-336
39         - Better logging for skipped tests.
40         - No failure within the Search::Bib1 test causes following
41           sibling tests to be skipped. Fixes bug IR-338.
42         - Some cosmetic improvements, e.g. better banner image and
43           Cabin font.
44
45 1.02  Wed Jul  7 16:43:36 BST 2010
46         - Enhance setrlimit program so that it can set maximum
47           address-space size as well as number of file descriptors.
48         - Add new restrict_modulo() method to restrict tests to those
49           targets whose ID hashes to a number satisfying
50                 hashval mod n == i
51         - Add new command-line options -m <n>,<i> to invoke
52           restrict_modulo().  This enables us to set up cron jobs to
53           test one seventh of the targets each night.
54         - Modify Zebra configuration to expect Z39.50 query terms to
55           be encoded using UTF-8 (which is what the Web UI uses)
56           rather than the default ISO-8859-1.  Fixes bug #3420.
57         - Add new test Record::OPAC which checks the ability to return
58           multiple OPAC records in a piggy-backed Search Response.
59           Test result is saved in the new element 
60           <irspy:status/irspy:multiple_opac>
61         - Add new test Search::Bath which checks the ability to
62           respond to Bath-profile searches.  Test result is saved in
63           the new element <irspy:status/irspy:search_bath name="NAME">
64           for NAME in "author", "title", "subject" and "any".
65         - The web UI displays this new information in full-record
66           view.
67         - A target can be disabled from participating in testing by
68           setting the irspy:status/i:disabled xmlns element.  This can
69           be set and unset from the Admin UI.  It's useful for
70           omitting targets that make long test runs take too long.
71         - Improve input validation for new targets.
72         - New and enhanced admin scripts (in ./bin) for IRSpy
73           maintenance.
74         - Fix search for zeerex.reliability = 0, bug #3399
75         - Improve timeout handling of targets. Stop testing a target
76           if we got to many timeouts (>= 3). Otherwise we have to wait
77           up to an hour to finish all tests for a broken target.  A
78           complete tests of all targets is now much faster and more
79           reliable.
80         - Ignore case for record syntax field. This solves the problem that 
81           you cannot search for record syntax "USmarc" if the server 
82           response was in lowercase "usmarc".
83         - Run only one instance of the IRSpy script at a time.
84         - Use iconv character-set name "UTF-8" rather than "UTF8" as
85           the latter is for some reason not supported by the iconv
86           package in the Macports collection.
87         - _irspy_identifier2target() recognises and allows for
88           comma-separated ZOOM-style options at the front of IRSpy
89           identifiers.
90         - Fix bug #3534, which caused targets to be probed for
91           record-syntax support using the wrong
92           preferredRecordSyntax.
93         - Reorder record-syntaxes probed to reduce likelihood of early
94           failure.  Ameliorates, but does not fix, bug #3548.
95         - irspy.pl and irspy-dump.pl are now installed as binaries.
96         - Add sample Apache2 configuration to distribution.
97         - robots.txt used to ameliorate web-site spamming.
98
99 1.01  Mon Jul 16 12:51:19 BST 2007
100         - Web UI pages to add or upload a new target are now publicly
101           accessible -- although admin privileges are still required
102           to edit the newly added records, since there is no simple
103           way to know that the person editing a record is the same
104           person who first added it.
105         - When adding new records via the Web UI, the port number is
106           guessed from the protocol if not explicitly stated.
107         - Note that Web UI's ZeeRex upload expects just the ZeeRex
108           record, not an entire SRU explainResponse.
109
110 1.00  Mon Jul  9 10:42:06 BST 2007
111         - First public release.
112         - Many, many changes since 0.02.
113
114 0.02  Wed Jun 27 12:09:49 BST 2007
115         - Renamed from Net::Z3950::IRSpy to ZOOM::IRSpy
116         - Fix display of non-ASCII characters in, for example, the
117             list of targets beginning with "R".
118         - Change targets() API to accept a Perl list rather than a
119             space-separated string.
120         - Change check.html parameters to cleanly accept multiple
121             target IDs even if they contain spaces.
122         - Proper URL-encoding of all link parameters.
123         - Proper HTML-quoting of all output.
124         - Capture YAZ logging output for web display.
125         - Add Dublin Core record format to Zebra configuration.
126         - Much better "Add a target" form, including:
127                 - Name
128                 - URL to hosting organisation
129                 - Email to technical contact
130                 - Username/password if needed
131                 - Type of library (Academic, Public, Corporate,
132                     Special, National, Education or Other)
133                 - Country.
134         - "Add another database to this target" button.
135         - Form for editing details of an existing target.
136         - Require authentication for database-changing operations
137                 such as target testing, adding a new target and
138                 editing and existing one.
139         - Add statistics page like that one at
140                 http://targettest.indexdata.com/stat.php
141         - Record deletion and ID change works correctly even when the
142           ID contains spaces or non-ASCII characters.
143         - Many, many more enhancements.
144
145 0.01  Wed Apr  5 15:53:47 2006
146         - original version; created by h2xs 1.23 with options
147                 -X --name=Net::Z3950::IRSpy --compat-version=5.8.0 --omit-constant --skip-exporter --skip-ppport
148