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