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