e67dfed5394608bd80cd852b502467a824cb7f1e
[irspy-moved-to-github.git] / Changes
1
2 Revision history for Perl extension ZOOM::IRSpy.
3
4 1.02  [IN PROGRESS]
5         - Enhance setrlimit program so that it can set maximum
6           address-space size as well as number of file descriptors.
7         - Add new restrict_modulo() method to restrict tests to those
8           targets whose ID hashes to a number satisfying
9                 hashval mod n == i
10         - Add new command-line options -m <n>,<i> to invoke
11           restrict_modulo().  This enables us to set up cron jobs to
12           test one seventh of the targets each night.
13
14 1.01  Mon Jul 16 12:51:19 BST 2007
15         - Web UI pages to add or upload a new target are now publicly
16           accessible -- although admin privileges are still required
17           to edit the newly added records, since there is no simple
18           way to know that the person editing a record is the same
19           person who first added it.
20         - When adding new records via the Web UI, the port number is
21           guessed from the protocol if not explicitly stated.
22         - Note that Web UI's ZeeRex upload expects just the ZeeRex
23           record, not an entire SRU explainResponse.
24
25 1.00  Mon Jul  9 10:42:06 BST 2007
26         - First public release.
27         - Many, many changes since 0.02.
28
29 0.02  Wed Jun 27 12:09:49 BST 2007
30         - Renamed from Net::Z3950::IRSpy to ZOOM::IRSpy
31         - Fix display of non-ASCII characters in, for example, the
32             list of targets beginning with "R".
33         - Change targets() API to accept a Perl list rather than a
34             space-separated string.
35         - Change check.html parameters to cleanly accept multiple
36             target IDs even if they contain spaces.
37         - Proper URL-encoding of all link parameters.
38         - Proper HTML-quoting of all output.
39         - Capture YAZ logging output for web display.
40         - Add Dublin Core record format to Zebra configuration.
41         - Much better "Add a target" form, including:
42                 - Name
43                 - URL to hosting organisation
44                 - Email to technical contact
45                 - Username/password if needed
46                 - Type of library (Academic, Public, Corporate,
47                     Special, National, Education or Other)
48                 - Country.
49         - "Add another database to this target" button.
50         - Form for editing details of an existing target.
51         - Require authentication for database-changing operations
52                 such as target testing, adding a new target and
53                 editing and existing one.
54         - Add statistics page like that one at
55                 http://targettest.indexdata.com/stat.php
56         - Record deletion and ID change works correctly even when the
57           ID contains spaces or non-ASCII characters.
58         - Many, many more enhancements.
59
60 0.01  Wed Apr  5 15:53:47 2006
61         - original version; created by h2xs 1.23 with options
62                 -X --name=Net::Z3950::IRSpy --compat-version=5.8.0 --omit-constant --skip-exporter --skip-ppport
63