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