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