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