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