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