1 Revision history for Perl extension ZOOM::IRSpy.
4 - Liberalise hostname validation regexp, so that hyphens are
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
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.
18 1.02 Wed Jul 7 16:43:36 BST 2010
19 - Enhance setrlimit program so that it can set maximum
20 address-space size as well as number of file descriptors.
21 - Add new restrict_modulo() method to restrict tests to those
22 targets whose ID hashes to a number satisfying
24 - Add new command-line options -m <n>,<i> to invoke
25 restrict_modulo(). This enables us to set up cron jobs to
26 test one seventh of the targets each night.
27 - Modify Zebra configuration to expect Z39.50 query terms to
28 be encoded using UTF-8 (which is what the Web UI uses)
29 rather than the default ISO-8859-1. Fixes bug #3420.
30 - Add new test Record::OPAC which checks the ability to return
31 multiple OPAC records in a piggy-backed Search Response.
32 Test result is saved in the new element
33 <irspy:status/irspy:multiple_opac>
34 - Add new test Search::Bath which checks the ability to
35 respond to Bath-profile searches. Test result is saved in
36 the new element <irspy:status/irspy:search_bath name="NAME">
37 for NAME in "author", "title", "subject" and "any".
38 - The web UI displays this new information in full-record
40 - A target can be disabled from participating in testing by
41 setting the irspy:status/i:disabled xmlns element. This can
42 be set and unset from the Admin UI. It's useful for
43 omitting targets that make long test runs take too long.
44 - Improve input validation for new targets.
45 - New and enhanced admin scripts (in ./bin) for IRSpy
47 - Fix search for zeerex.reliability = 0, bug #3399
48 - Improve timeout handling of targets. Stop testing a target
49 if we got to many timeouts (>= 3). Otherwise we have to wait
50 up to an hour to finish all tests for a broken target. A
51 complete tests of all targets is now much faster and more
53 - Ignore case for record syntax field. This solves the problem that
54 you cannot search for record syntax "USmarc" if the server
55 response was in lowercase "usmarc".
56 - Run only one instance of the IRSpy script at a time.
57 - Use iconv character-set name "UTF-8" rather than "UTF8" as
58 the latter is for some reason not supported by the iconv
59 package in the Macports collection.
60 - _irspy_identifier2target() recognises and allows for
61 comma-separated ZOOM-style options at the front of IRSpy
63 - Fix bug #3534, which caused targets to be probed for
64 record-syntax support using the wrong
65 preferredRecordSyntax.
66 - Reorder record-syntaxes probed to reduce likelihood of early
67 failure. Ameliorates, but does not fix, bug #3548.
68 - irspy.pl and irspy-dump.pl are now installed as binaries.
69 - Add sample Apache2 configuration to distribution.
70 - robots.txt used to ameliorate web-site spamming.
72 1.01 Mon Jul 16 12:51:19 BST 2007
73 - Web UI pages to add or upload a new target are now publicly
74 accessible -- although admin privileges are still required
75 to edit the newly added records, since there is no simple
76 way to know that the person editing a record is the same
77 person who first added it.
78 - When adding new records via the Web UI, the port number is
79 guessed from the protocol if not explicitly stated.
80 - Note that Web UI's ZeeRex upload expects just the ZeeRex
81 record, not an entire SRU explainResponse.
83 1.00 Mon Jul 9 10:42:06 BST 2007
84 - First public release.
85 - Many, many changes since 0.02.
87 0.02 Wed Jun 27 12:09:49 BST 2007
88 - Renamed from Net::Z3950::IRSpy to ZOOM::IRSpy
89 - Fix display of non-ASCII characters in, for example, the
90 list of targets beginning with "R".
91 - Change targets() API to accept a Perl list rather than a
92 space-separated string.
93 - Change check.html parameters to cleanly accept multiple
94 target IDs even if they contain spaces.
95 - Proper URL-encoding of all link parameters.
96 - Proper HTML-quoting of all output.
97 - Capture YAZ logging output for web display.
98 - Add Dublin Core record format to Zebra configuration.
99 - Much better "Add a target" form, including:
101 - URL to hosting organisation
102 - Email to technical contact
103 - Username/password if needed
104 - Type of library (Academic, Public, Corporate,
105 Special, National, Education or Other)
107 - "Add another database to this target" button.
108 - Form for editing details of an existing target.
109 - Require authentication for database-changing operations
110 such as target testing, adding a new target and
111 editing and existing one.
112 - Add statistics page like that one at
113 http://targettest.indexdata.com/stat.php
114 - Record deletion and ID change works correctly even when the
115 ID contains spaces or non-ASCII characters.
116 - Many, many more enhancements.
118 0.01 Wed Apr 5 15:53:47 2006
119 - original version; created by h2xs 1.23 with options
120 -X --name=Net::Z3950::IRSpy --compat-version=5.8.0 --omit-constant --skip-exporter --skip-ppport