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