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