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