Removed RPN_QUERY define (not used in these modules).
[yaz-moved-to-github.git] / CHANGELOG
1 Possible compatibility problems with earlier versions marked with '*'.
2
3 --- 1.0pl4 1996/1/24
4
5 Added Sort PDU.
6
7 Fixed small problem in SUTRS-filter. A newline was sometimes inserted before
8 the rank and record number.
9
10 Adjustments to the frontend server.
11
12 Fixed diagnostic BER dumper. It ignored the file argument.
13
14 --- 1.0pl3 1996/1/2
15
16 Various changes to retrieval module.
17
18 Changed the union discriminators of the protocol files from enums to
19 ints paired with #defines.
20
21 *Changed oident.class to oident.oclass to avoid a reserved word in C++
22  compilers.
23
24 *Changed operator in the RPN structure to 'roperator', again to avoid a
25  conflict with C++.
26
27 Fixed problems in Explain decoders/encoders.
28
29 --- 1.0pl2 1995/12/6
30
31 Memory bug in log module fixed.
32
33 --- 1.0pl1 1995/12/5
34
35 Occasional malloc() of 0 bytes fixed in d1_espec.c.
36
37 Bug in Explain DatabaseInfo module fixed.
38
39 Some '\r' snuck into one or two of the ret'l config tables. A curse on Windows.
40
41 --- 1.0 1995/11/28
42
43 The shift to v1.0 signals that we now consider the *core* functionality
44 of YAZ reasonably stable (the core being more or less equivalent to
45 Z39.50-1992). Some of the really nifty v3 stuff is still not heavily
46 tested (Explain not at all - though that will happen soonish).
47
48 Minor changes to code to support Windows port.
49
50 Various minor changes after we're getting to use GRS-1 & co. more.
51
52 Added Espec-1 format.
53
54 Added VisibleString field body type to GRS-1. It is illegal acc. to my copy
55 of the protocol and it cannot be selected when encoding (maps into 'string'
56 when decoding). Needed to talk to some servers.
57
58 Demo client can request simple element set names.
59
60 Added Diagnostic Format encoders/decoders.
61
62 Added simple Close handling to frontend server (no hooks for resource
63 reporting yet), and demonstration client.
64
65 Added cs_addrstr() command to COMSTACK to retrieve peer hostname/address.
66
67 --- 1.0b3 1995/08/24
68
69 Fixed bug in the frontend-server. The numberOfRecordsReturned field was
70 handled incorrectly when records were requested in the searchResponse. This
71 will only affect you if you use the frontend-server.
72
73 Added GRS-1 encoders/decoders to the service-level API. Lightly tested.
74 Test-client will ask for and print GRS1. Ztest will return dummy records
75 on request.
76
77 Added Explain encoders/decoders to the service-level API. Untested.
78
79 Added Extended Services: Item Order encoders and decoders to the Service-
80 level API. Untested. We could use a recent copy of the pertinent bits
81 of the ILL protocol to add those bits.
82
83 Added diagnostic format 1 encoders/decoders to the service-level API.
84 Untested.
85
86 Moved pretty-printing of structure-wrappers ({..}) from odr_seq.c to
87 odr_cons.c, which causes a more correct output.
88
89 Fixed handling of searchRequest in frontend server. NextResultSetPosition
90 was always set to 0 when no records were requested in the searchRequest.
91
92 * Added better external-handling. This shouldn't harm old code that
93 *encodes* externals. It can break code that looks for a
94 'single-ASN1-type' representation, since those types that are known
95 are now decoded immediately. Look at the SUTRS sample code in
96 seshigh.c and client.c. Documentation updated.
97
98 Handling of structured records in bend_fetchresponse. Length -1 marks
99 structured record, type is deduced from format field.
100
101 --- 1.0b2 1995/06/27
102 Fairly quick maintenance release to add SUTRS support.
103
104 Fixed handling of SUTRS records in the demonstration client.
105
106 * Added format field to the bend_fetchrequest and bend_fetchresponce
107 structures of the backend API (frontend server). When the record is
108 returned, the value of the format field is mapped to an OID. The
109 value VAL_SUTRS will also cause a slightly different ASN.1 packaging
110 of the record. The special value VAL_NONE in the bend_request means
111 that no specific format was requested by the client. Documentation
112 updated accordingly. Test server (ztest) will return a fixed dummy
113 SUTRS record if your client requests SUTRS.
114
115 Documentation updated accordingly.
116
117 You can now set external libraries and RANLIB support in the top-level
118 Makefile.
119
120 --- 1.0b 1995/06/19
121 First public release.