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