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