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