5becb1413ec518fb0d564ebc54165216eeb87f8c
[simpleserver-moved-to-github.git] / Changes
1 Revision history for Perl extension Net::Z3950::Server.
2
3 0.06  (in progress)
4         - Add documentation for the object tree passed as the RPN
5           member of the search-handler's argument hash.
6         - We actually removed the vacuous Changelog and TODO files
7           back in 0.05.  They should never have been here :-)
8
9 0.05  Tue Feb 05 21:54:30 2002
10         - Add brief documentation of the new handling
11           of RPN.
12
13 0.04  Tue Feb 05 21:49:56 2002
14         - Add Changelog (### Why?  We already have this file!)
15         - Add TODO file (although it's empty!)
16         - Change interface to constructor, and fix test.pl script to
17           use the new interface.
18         - Add support for Scan.
19         - Add support for building GRS-1 records.
20         - Add grs_test.pl test suite for new GRS-1 code.
21         - Add RPN structure to search-handler argument hash.
22         - Add PID element to init, search, fetch and present-handler
23           argument hashes (but not the sort, scan and close-handlers,
24           for some reason.)
25         - Fix typos in documentation.
26
27 0.03  Thu Nov 09 16:22:00 2000
28         - Add the INSTALL file.
29         - Add support for a present-handler (distinct from fetch).
30         - Remove `$args->{LEN} = length($record)' from the example
31           fetch-handler in the documentation.
32         - Minor corrections to documentation, e.g. add commas after
33           elements in anonymous hash of arguments.
34         - Record syntaxes (formats) are now specified as ASCII OIDs
35           (e.g. "1.2.840.10003.5.10") rather than human-readable
36           strings (e.g. "usmarc")
37         - Add some XS code to support sorting, though it doesn't seem
38           to be finished yet, and is not wired out.
39         - Use symbolic constants (e.g. Z_ElementSetNames_generic
40           instead of hard-wired magic number 1).
41         - Add PEER_NAME element to init-handler argument hash.
42         - Minor changes to ztest.pl.
43
44 0.02  Mon Sep 11 12:32:00 2000
45         - First released versions
46
47 0.01  Wed Aug 30 14:54:01 2000
48         - original version; created by h2xs 1.19
49