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