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