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