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