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