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