Added ODR argument to ccl_rpn_query to provide release of
[yaz-moved-to-github.git] / CHANGELOG
1 Possible compatibility problems with earlier versions marked with '*'.
2
3 --- XXXXX
4
5 Added call to ccl_rpn_delete in client program.
6
7 Added ODR argument to ccl_rpn_query and ccl_scan_query to provide
8 release of RPN structure.
9
10 Added support for C++, headers uses extern "C" for public definitions.
11 With input from RVDM.
12
13 In handling of SEQUENCE OF: Counter set to zero when SEQUENCE OF is absent.
14 Thanks to Ronald van der Meer (RVDM).
15
16 Added initializers (zget_ routines) for a number of PDUs. Thanks to RVDM.
17
18 Added support for private extensions to the OID database
19 (oid_setprivateoids()). Thanks to RVDM.
20     
21 Added optional, physical ANY (key replication)
22
23 Fixed null-reference problem in GRS-1 output filter.
24
25 Proximity operator added to Prefix Query Format (PQF).
26
27 In test client command "base" accepts multiple databases.
28
29 Fixed bug in cs_close stack that caused trouble with WINSOCK.
30
31 --- 1.3 1996/10/11
32
33 Fixed tagging bug in ResourceReportResponse PDU encoder/decode.
34
35 Smallish bug-fixes in the new encoders/decoders (explain).
36
37 Bug fixed in DeleteRequest.
38
39 Fixed tagging bug of type 101 query in SearchRequest-Query PDU encoder/decoder.
40
41 Fixed tagging bug in ResourceReportResponse PDU encoder/decode.
42
43 Added SOIF syntax (using private OID for now) to retrieval module and client.
44
45 Added Update extended service.
46
47 Added SearchResult-1 additional info structure.
48
49 Added optional CCL (ISO8777) interpreter as separate module. Available
50 in linemode client.
51
52 --- 1.2 1996/6/10 (1st anniversary release)
53
54 Added Summary record syntax. Lightly tested.
55
56 Added OPAC record syntax. Untested.
57
58 Added ResourceReport service encoders/decoders. Untested.
59
60 Fixed bug in z_Unit - wrong tagging on unitSystem.
61
62 Fixed bug in the DiagRecs decoder.
63
64 Added options for max PDU size and session timeout to frontend-server.
65
66 Added documentation of query-language parsers and other supporting utilities.
67
68 [frontend-server] Added Attribute set to the bend_scanrequest API.
69
70 [frontend-server] NextResultSetPosition was sometimes set incorrectly when
71 surrogate diagnostics were generated.
72
73 [retrieval] Allow multiple local values for attribute.
74
75 [retrieval] Allow multiple attributes per element in .abs files. index type.
76
77 [retrieval] Added Summary tagset, abstract syntax, and d1-node/ASN filter.
78
79 --- 1.1pl2  1996/4/10
80
81 Minor changes, mostly specific to Zebra's requirements (retrieval)
82
83 --- 1.1  1996/2/20
84
85 Repaired bug in frontend server when running multiple listening
86 endpoints in dynamic mode.
87
88 z_External() now won't break if a known, ASN.1 value comes encapsulated
89 in an octet-string. The value will pass through unmodified in an Odr_oct.
90
91 Added a bit of code to the demo client to decode & display
92 ASN.1-structured records represented in the octet-aligned branch of
93 the EXTERNAL CHOICE. Thanks to CAS for prodding us to finally do this.
94
95 Added z_ext_getentbyref() to the ASN module. Doc updated.
96
97 * Completed the SCAN definition in the ASN module. This may break SCAN
98 code based on older YAZ-versions at compile-time. The fix is easy -
99 look in proto.h.
100
101 * Added 'displayTerm' and OtherInformation to the TermInfo structure
102 under the SCAN definition. Remember to initialize this, server-people.
103
104 Comstack should now support the WAIS protocol in TCP/IP mode. Note
105 that this does not extend to ODR and ASN.
106
107 Comstack allows insertion of established socket (primarily for
108 inetd-operation of servers). Doc updated.
109
110 Front-end server can now start from the inetd in TCP mode. Doc
111 updated.
112
113 --- 1.0pl4 1996/1/24
114
115 Added Sort PDU.
116
117 Fixed small problem in SUTRS-filter. A newline was sometimes inserted before
118 the rank and record number.
119
120 Adjustments to the frontend server.
121
122 Fixed diagnostic BER dumper. It ignored the file argument.
123
124 --- 1.0pl3 1996/1/2
125
126 Various changes to retrieval module.
127
128 Changed the union discriminators of the protocol files from enums to
129 ints paired with #defines.
130
131 *Changed oident.class to oident.oclass to avoid a reserved word in C++
132  compilers.
133
134 *Changed operator in the RPN structure to 'roperator', again to avoid a
135  conflict with C++.
136
137 Fixed problems in Explain decoders/encoders.
138
139 --- 1.0pl2 1995/12/6
140
141 Memory bug in log module fixed.
142
143 --- 1.0pl1 1995/12/5
144
145 Occasional malloc() of 0 bytes fixed in d1_espec.c.
146
147 Bug in Explain DatabaseInfo module fixed.
148
149 Some '\r' snuck into one or two of the ret'l config tables. A curse on Windows.
150
151 --- 1.0 1995/11/28
152
153 The shift to v1.0 signals that we now consider the *core* functionality
154 of YAZ reasonably stable (the core being more or less equivalent to
155 Z39.50-1992). Some of the really nifty v3 stuff is still not heavily
156 tested (Explain not at all - though that will happen soonish).
157
158 Minor changes to code to support Windows port.
159
160 Various minor changes after we're getting to use GRS-1 & co. more.
161
162 Added Espec-1 format.
163
164 Added VisibleString field body type to GRS-1. It is illegal acc. to my copy
165 of the protocol and it cannot be selected when encoding (maps into 'string'
166 when decoding). Needed to talk to some servers.
167
168 Demo client can request simple element set names.
169
170 Added Diagnostic Format encoders/decoders.
171
172 Added simple Close handling to frontend server (no hooks for resource
173 reporting yet), and demonstration client.
174
175 Added cs_addrstr() command to COMSTACK to retrieve peer hostname/address.
176
177 --- 1.0b3 1995/08/24
178
179 Fixed bug in the frontend-server. The numberOfRecordsReturned field was
180 handled incorrectly when records were requested in the searchResponse. This
181 will only affect you if you use the frontend-server.
182
183 Added GRS-1 encoders/decoders to the service-level API. Lightly tested.
184 Test-client will ask for and print GRS1. Ztest will return dummy records
185 on request.
186
187 Added Explain encoders/decoders to the service-level API. Untested.
188
189 Added Extended Services: Item Order encoders and decoders to the Service-
190 level API. Untested. We could use a recent copy of the pertinent bits
191 of the ILL protocol to add those bits.
192
193 Added diagnostic format 1 encoders/decoders to the service-level API.
194 Untested.
195
196 Moved pretty-printing of structure-wrappers ({..}) from odr_seq.c to
197 odr_cons.c, which causes a more correct output.
198
199 Fixed handling of searchRequest in frontend server. NextResultSetPosition
200 was always set to 0 when no records were requested in the searchRequest.
201
202 * Added better external-handling. This shouldn't harm old code that
203 *encodes* externals. It can break code that looks for a
204 'single-ASN1-type' representation, since those types that are known
205 are now decoded immediately. Look at the SUTRS sample code in
206 seshigh.c and client.c. Documentation updated.
207
208 Handling of structured records in bend_fetchresponse. Length -1 marks
209 structured record, type is deduced from format field.
210
211 --- 1.0b2 1995/06/27
212 Fairly quick maintenance release to add SUTRS support.
213
214 Fixed handling of SUTRS records in the demonstration client.
215
216 * Added format field to the bend_fetchrequest and bend_fetchresponce
217 structures of the backend API (frontend server). When the record is
218 returned, the value of the format field is mapped to an OID. The
219 value VAL_SUTRS will also cause a slightly different ASN.1 packaging
220 of the record. The special value VAL_NONE in the bend_request means
221 that no specific format was requested by the client. Documentation
222 updated accordingly. Test server (ztest) will return a fixed dummy
223 SUTRS record if your client requests SUTRS.
224
225 Documentation updated accordingly.
226
227 You can now set external libraries and RANLIB support in the top-level
228 Makefile.
229
230 --- 1.0b 1995/06/19
231 First public release.