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