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