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