Rolling
[simpleserver-moved-to-github.git] / Changes
1 $Id: Changes,v 1.32 2007-08-10 00:03:39 mike Exp $
2
3 Revision history for Perl extension Net::Z3950::SimpleServer
4
5 1.06  (IN PROGRESS)
6         - New global-handle element can be specified when creating a
7           simple-server object and will be passed to all callback
8           functions.  This allows global state to be eliminated from
9           SimpleServer applications ... finally!
10         - Search handler now deals correctly with undefined addinfo:
11           previously a (harmless) error message was emitted.
12
13 1.05  Wed Dec 27 13:19:13 CET 2006
14         - Taking new naming convention for YAZ constants into account.
15
16 1.04  Fri Dec  1 10:48:32 CET 2006
17         - Build such that SimpleServer links to new yaz shared object.
18
19 1.03  Tue Aug  8 17:27:16 BST 2006
20         - Rely on version 2.1.14 or later of YAZ; this is the first
21           version that reliably passes through the additional
22           information associated with errors generated while serving
23           SRU/W requests.  No functional differences since 1.02.
24
25 1.02  Wed Jul 26 12:09:50 BST 2006
26         - Better support for Open and User/Password authentication.
27         - SimpleServer.xs's rpn2pquery() is now discarded, and YAZ's
28           yaz_rpnquery_to_wrbuf() used instead.  This is more robust
29           in dealing with unusual cases such as string-valued
30           attributes.
31         - Support for SCHEMA element when fetching records.
32
33 1.01  Fri Mar 24 12:09:32 GMT 2006
34         - Documentation of release 1.00's SRU/SRW facilities.
35         - Makefile.PL now fails if YAZ version is earlier than 2.0.0,
36           which was the first with SRU/SRW support.
37
38 1.00  Fri Mar 24 01:20:24 GMT 2006
39         - Support for SRU and SRW.  Mostly this is provided by the YAZ
40           GFS, but changes are needed to allow for the case where
41           there is no RPN query (due to absent on invalid <cql2rpn>
42           element in GFS configuration) so that CQL is passed through
43           natively; and also to fake up an {REQ_FORM} and {REP_FORM}
44           parameters set to the "text/xml" OID when this information
45           is not specified by the GFS.
46           (The jump in version number is due to the SRU/W support.)
47         - Include "logging-server.pl" in the distribution: the
48           simplest possible SimpleServer application, which merely
49           logs the client-request data structures.
50         - Makefile.PL is more helpful if yaz-config isn't found.
51         - Explicitly disable prototypes in SimpleServer.xs: makes no
52           difference but suppresses an error message for a cleaner
53           build.
54
55 0.08  Mon Jun 14 14:51:01 2004
56         - SimpleServer is now perl 5.8 thread proof 
57         - Support for IMP_ID parameter in Init responses.  This was
58           actually written a long time ago, but left commented out as
59           the underlying YAZ back-end server didn't support
60           implementation-ID setting.  Now that it does (and has done
61           for eighteen months -- since YAZ release 1.8.6 of
62           2002/03/25!), I've finally removed the comments.
63         - Init handler now understands the setting of {ERR_CODE} as
64           more than a boolean success indicator, and also {ERR_STR}.
65           They are now passed back to the client (thanks to recent
66           changes to the YAZ generic front-end server) in accordance
67           with Z39.50 Implementor Agreement 5, found at
68                 http://lcweb.loc.gov/z3950/agency/agree/initdiag.html
69
70 0.07  Fri Jan 03 10:12:15 2003
71         - Applied Dave Mitchell's (davem@fdgroup.com) GRS-1 parsing patch.
72           Thanks Dave, and sorry it didn't find its way to release 0.06,
73           completely my fault.
74
75 0.06  Thu Jan 02 11:15:01 2003
76         - Added support for authentication
77         - Add documentation for the object tree passed as the RPN
78           member of the search-handler's argument hash.
79         - We actually removed the vacuous Changelog and TODO files
80           back in 0.05.  They should never have been here :-)
81
82 0.05  Tue Feb 05 21:54:30 2002
83         - Add brief documentation of the new handling
84           of RPN.
85
86 0.04  Tue Feb 05 21:49:56 2002
87         - Add Changelog (Why?  We already have this file!)
88         - Add TODO file (although it's empty!)
89         - Change interface to constructor, and fix test.pl script to
90           use the new interface.
91         - Add support for Scan.
92         - Add support for building GRS-1 records.
93         - Add grs_test.pl test suite for new GRS-1 code.
94         - Add RPN structure to search-handler argument hash.
95         - Add PID element to init, search, fetch and present-handler
96           argument hashes (but not the sort, scan and close-handlers,
97           for some reason.)
98         - Fix typos in documentation.
99
100 0.03  Thu Nov 09 16:22:00 2000
101         - Add the INSTALL file.
102         - Add support for a present-handler (distinct from fetch).
103         - Remove `$args->{LEN} = length($record)' from the example
104           fetch-handler in the documentation.
105         - Minor corrections to documentation, e.g. add commas after
106           elements in anonymous hash of arguments.
107         - Record syntaxes (formats) are now specified as ASCII OIDs
108           (e.g. "1.2.840.10003.5.10") rather than human-readable
109           strings (e.g. "usmarc")
110         - Add some XS code to support sorting, though it doesn't seem
111           to be finished yet, and is not wired out.
112         - Use symbolic constants (e.g. Z_ElementSetNames_generic
113           instead of hard-wired magic number 1).
114         - Add PEER_NAME element to init-handler argument hash.
115         - Minor changes to ztest.pl.
116
117 0.02  Mon Sep 11 12:32:00 2000
118         - First released versions
119
120 0.01  Wed Aug 30 14:54:01 2000
121         - original version; created by h2xs 1.19
122