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