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