Typos.
[yaz-moved-to-github.git] / CHANGELOG
1 Possible compatibility problems with earlier versions marked with '*'.
2
3 --- XXXX 1995/XX/XX
4
5 Fixed bug in the frontend-server. The numberOfRecordsReturned field was
6 handled incorrectly when records were requested in the searchResponse. This
7 will only affect you if you use the frontend-server.
8
9 Added Explain encoders/decoders to the service-level API. Untested.
10
11 Added GRS-1 encoders/decoders to the service-level API. Lightly tested.
12 Test-client will ask for and print GRS1. Ztest will return dummy records
13 on request.
14
15 Added Extended Services: Item Order encoders and decoders to the Service-
16 level API. Untested. Would anyone be willing to fax or mail the pertinent
17 bits of the ILL protocol to us?
18
19 Moved pretty-printing of structure-wrappers ({..}) from odr_seq.c to
20 odr_cons.c, which causes a more correct output.
21
22 Fixed handling of searchRequest in frontend server. NextResultSetPosition
23 was always set to 0 when no records were requested in the searchRequest.
24
25 * Added better external-handling. This shouldn't harm old code that *encodes*
26 externals. It can break code that looks for a 'single-ASN1-type'
27 representation, since those types that are known are now decoded
28 immediately. Look at the SUTRS sample code in seshigh.c and client.c.
29 Documentation updated.
30
31 Better, but backwards-compatible handling of records in bend_fetchresponse.
32 Length -1 marks structured record, type is deduced from format field.
33
34 --- 1.0b2 1995/06/27
35 Fairly quick maintenance release to add SUTRS support.
36
37 Fixed handling of SUTRS records in the demonstration client.
38
39 * Added format field to the bend_fetchrequest and bend_fetchresponce
40 structures of the backend API (frontend server). When the record is
41 returned, the value of the format field is mapped to an OID. The
42 value VAL_SUTRS will also cause a slightly different ASN.1 packaging
43 of the record. The special value VAL_NONE in the bend_request means
44 that no specific format was requested by the client. Documentation
45 updated accordingly. Test server (ztest) will return a fixed dummy
46 SUTRS record if your client requests SUTRS.
47
48 Documentation updated accordingly.
49
50 You can now set external libraries and RANLIB support in the top-level
51 Makefile.
52
53 --- 1.0b 1995/06/19
54 First public release.