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